Skip to content

Commit

Permalink
OpenAPI: mark definitions endpoints as not implemented/deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Jan 27, 2025
1 parent 425208c commit dc40d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ paths:
get:
tags:
- Définitions et formulaires
- Non implémenté
deprecated: true
summary: Récupérer la liste des définitions
security:
- OAuth2: [read_authorization_requests]
Expand All @@ -451,6 +453,8 @@ paths:
summary: Récupérer la liste des formulaires pour une définition
tags:
- Définitions et formulaires
- Non implémenté
deprecated: true
security:
- OAuth2: [read_authorization_requests]
parameters:
Expand Down

0 comments on commit dc40d3a

Please sign in to comment.