Skip to content

Commit

Permalink
[SWAGGER]Fix field type error
Browse files Browse the repository at this point in the history
Merge pull request #348 from etalab/fix-swagger
  • Loading branch information
HAEKADI authored Mar 14, 2024
2 parents 0746b83 + ae01850 commit cf07efb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions aio/aio-proxy/aio_proxy/doc/open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,13 +1269,15 @@ paths:
certification bio
(source: Agence Bio)
statut_entrepreneur_spectacle:
type: boolean
type: string
nullable: true
description: >-
Statut des établissements ayant fait une demande de
licence d'entrepreneur du spectacle
(source: Ministère de la Culture)
type_siae:
type: string
nullable: true
description: >-
Type de structure de l'inclusion
(source: Marché de l'Inclusion)
Expand Down Expand Up @@ -2139,11 +2141,18 @@ paths:
certification bio
(source: Agence Bio)
statut_entrepreneur_spectacle:
type: boolean
type: string
nullable: true
description: >-
Statut des établissements ayant fait une demande de
licence d'entrepreneur du spectacle
(source: Ministère de la Culture)
type_siae:
type: string
nullable: true
description: >-
Type de structure de l'inclusion
(source: Marché de l'Inclusion)
total_results:
type: integer
page:
Expand Down

0 comments on commit cf07efb

Please sign in to comment.