fix: refactor labels to use common entries between model and dto

This commit is contained in:
allanice001
2025-11-04 09:23:31 +00:00
parent 3ca77c097d
commit 2170b9a945
26 changed files with 398 additions and 224 deletions

View File

@@ -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