mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
TestEnterpriseEndpointsDocumented fix
This commit is contained in:
Generated
+1
-1
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user