From 83033d91ed654e27c3629572da000eca5e358c2e Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 2 Aug 2024 12:50:30 -0700 Subject: [PATCH] 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. --- elixir/apps/api/lib/api/controllers/gateway_group_controller.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/apps/api/lib/api/controllers/gateway_group_controller.ex b/elixir/apps/api/lib/api/controllers/gateway_group_controller.ex index 14c04b7fa..b1b8686f3 100644 --- a/elixir/apps/api/lib/api/controllers/gateway_group_controller.ex +++ b/elixir/apps/api/lib/api/controllers/gateway_group_controller.ex @@ -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",