Skip to content

Remove required: false #188

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
Sep 17, 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: 0 additions & 7 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ paths:
- name: configure_dns
type: boolean
in: query
required: false
responses:
'201':
description: Created
Expand Down Expand Up @@ -114,15 +113,12 @@ paths:
- name: certificate
type: string
in: query
required: false
- name: key
type: string
in: query
required: false
- name: ca_certificates
type: string
in: query
required: false
responses:
'200':
description: OK
Expand Down Expand Up @@ -1048,11 +1044,9 @@ paths:
in: body
schema:
$ref: '#/definitions/siteSetup'
required: false
- name: configure_dns
type: boolean
in: query
required: false
- name: account_slug
in: path
type: string
Expand Down Expand Up @@ -1330,7 +1324,6 @@ paths:
- name: search
type: string
in: query
required: false
get:
operationId: getServices
responses:
Expand Down