mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
fix: refactor labels to use common entries between model and dto
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -882,7 +882,7 @@ paths:
|
||||
- ApiKeyAuth: []
|
||||
summary: List my API keys
|
||||
tags:
|
||||
- Me / API Keys
|
||||
- MeAPIKeys
|
||||
post:
|
||||
consumes:
|
||||
- application/json
|
||||
@@ -908,7 +908,7 @@ paths:
|
||||
- ApiKeyAuth: []
|
||||
summary: Create a new user API key
|
||||
tags:
|
||||
- Me / API Keys
|
||||
- MeAPIKeys
|
||||
/me/api-keys/{id}:
|
||||
delete:
|
||||
operationId: DeleteUserAPIKey
|
||||
@@ -927,7 +927,7 @@ paths:
|
||||
- BearerAuth: []
|
||||
summary: Delete a user API key
|
||||
tags:
|
||||
- Me / API Keys
|
||||
- MeAPIKeys
|
||||
/orgs:
|
||||
get:
|
||||
operationId: listMyOrgs
|
||||
|
||||
Reference in New Issue
Block a user