Skip to content

Commit

Permalink
OpenAPI file: mark write endpoints as NIY
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Jan 17, 2025
1 parent ca29169 commit d5c18b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ paths:
post:
summary: Créer une nouvelle demande d'habilitation
tags:
- Demandes d'habilitations
- Non implémenté
deprecated: true
security:
- OAuth2: [write_authorization_requests]
requestBody:
Expand Down Expand Up @@ -384,7 +385,8 @@ paths:
patch:
summary: Mettre à jour une demande d'habilitation
tags:
- Demandes d'habilitations
- Non implémenté
deprecated: true
security:
- OAuth2: [write_authorization_requests]
parameters:
Expand Down

0 comments on commit d5c18b6

Please sign in to comment.