Skip to content

#113 - Remove invalid references and wrong required field #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2019
Merged
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
7 changes: 1 addition & 6 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1328,9 +1328,6 @@ paths:
operationId: getReviewType
parameters:
- $ref: '#/parameters/reviewTypeIdParam'
# request headers
- $ref: '#/parameters/IfNoneMatchParamHeader'
- $ref: '#/parameters/IfModifiedSinceParamHeader'
responses:
200:
description: OK - the request was successful and the review is returned.
Expand Down Expand Up @@ -1359,9 +1356,6 @@ paths:
operationId: headReviewType
parameters:
- $ref: '#/parameters/reviewTypeIdParam'
# request headers
- $ref: '#/parameters/IfNoneMatchParamHeader'
- $ref: '#/parameters/IfModifiedSinceParamHeader'
responses:
200:
description: OK - The request was successful.
Expand Down Expand Up @@ -1862,6 +1856,7 @@ definitions:
properties:
id:
type: string
readOnly: true
description: The review type id.
example: 'a12bc180-65ab-42ec-a945-5fd2dec1567'
- $ref: "#/definitions/PartiallyReviewType"
Expand Down