TestEnterpriseEndpointsDocumented fix

This commit is contained in:
Paweł Banaszewski
2026-06-02 14:18:01 +00:00
parent 8840cefa1f
commit 159e425911
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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