diff --git a/coderd/apidoc/docs.go b/coderd/apidoc/docs.go index cf1d93feed..f4c6ce20fb 100644 --- a/coderd/apidoc/docs.go +++ b/coderd/apidoc/docs.go @@ -1483,7 +1483,7 @@ const docTemplate = `{ "Enterprise" ], "summary": "List AI Gateway keys", - "operationId": "list-ai-gatewaykeys", + "operationId": "list-ai-gateway-keys", "responses": { "200": { "description": "OK", diff --git a/coderd/apidoc/swagger.json b/coderd/apidoc/swagger.json index 7a4cda5fe1..029b0dec8c 100644 --- a/coderd/apidoc/swagger.json +++ b/coderd/apidoc/swagger.json @@ -1308,7 +1308,7 @@ "produces": ["application/json"], "tags": ["Enterprise"], "summary": "List AI Gateway keys", - "operationId": "list-ai-gatewaykeys", + "operationId": "list-ai-gateway-keys", "responses": { "200": { "description": "OK", diff --git a/enterprise/coderd/aigatewaykeys.go b/enterprise/coderd/aigatewaykeys.go index b18625615e..74eabf7063 100644 --- a/enterprise/coderd/aigatewaykeys.go +++ b/enterprise/coderd/aigatewaykeys.go @@ -122,7 +122,7 @@ func writeKeyInsertError(ctx context.Context, rw http.ResponseWriter, err error) } // @Summary List AI Gateway keys -// @ID list-ai-gatewaykeys +// @ID list-ai-gateway-keys // @Security CoderSessionToken // @Produce json // @Tags Enterprise