Skip to content

Commit

Permalink
Merge branch 'master' into patch-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl authored Apr 27, 2022
2 parents 65ea7cd + cf487ce commit e9f9eb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/specs/api.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ProcessingConfig'
anyOf:
- type: object
additionalProperties: false
- $ref: '#/components/schemas/ProcessingConfig'
'400':
description: Bad Request
content:
Expand Down

0 comments on commit e9f9eb3

Please sign in to comment.