Skip to content

Commit

Permalink
editoast: fix openapi sync miss
Browse files Browse the repository at this point in the history
  • Loading branch information
leovalais committed Feb 21, 2024
1 parent b726348 commit d3c77fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion editoast/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,12 +764,17 @@ components:
EditoastInfraNotFound:
properties:
context:
properties:
infra_id:
type: integer
required:
- infra_id
type: object
message:
type: string
status:
enum:
- 400
- 404
type: integer
type:
enum:
Expand Down

0 comments on commit d3c77fa

Please sign in to comment.