Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
type: string
required:
- name
- id

Check notice on line 34 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-property-became-required

in API POST /api/v1.0/groups the response property 'data/id' became required for the status '400'

Check notice on line 34 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-property-became-required

in API POST /api/v1.0/groups the response property 'data/id' became required for the status '200'
paths:
/api/v1.0/groups:
post:
Expand Down
Loading