fix(ux): Mention (Sites) on Gateway Groups section of REST API docs (#6161)

I'm thinking if we can just add `(Sites)` next the Gateway Groups title,
that will be enough for users to make the connection.
This commit is contained in:
Jamil
2024-08-02 12:50:30 -07:00
committed by GitHub
parent d1703d2849
commit 83033d91ed

View File

@@ -6,7 +6,7 @@ defmodule API.GatewayGroupController do
action_fallback API.FallbackController
tags ["Gateway Groups"]
tags ["Gateway Groups (Sites)"]
operation :index,
summary: "List Gateway Groups",