Skip to content

Commit

Permalink
fix: Specify alternative JSON headers (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Sep 19, 2023
1 parent bd90863 commit 874c8d0
Show file tree
Hide file tree
Showing 2 changed files with 2,497 additions and 0 deletions.
21 changes: 21 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,19 @@ paths:
creationCount:
type: integer
description: Number of created test cases
application/json; charset=utf-8:
schema:
oneOf:
- type: object
properties:
caseId:
type: string
description: ID of the created test case
- type: object
properties:
creationCount:
type: integer
description: Number of created test cases
"400":
description: Bad request
"500":
Expand All @@ -337,6 +350,14 @@ paths:
caseId:
type: string
description: ID of the updated test case
application/json; charset=utf-8:
schema:
type: object
properties:
caseId:
type: string
description: ID of the updated test case

"400":
description: Bad request
"500":
Expand Down

0 comments on commit 874c8d0

Please sign in to comment.