Skip to content

Commit

Permalink
Merge pull request #188 from netlify/doc/remove-required-false
Browse files Browse the repository at this point in the history
Remove `required: false`
  • Loading branch information
DavidWells committed Sep 17, 2019
2 parents ba110c8 + cbf441c commit b881114
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions swagger.yml
Expand Up @@ -59,7 +59,6 @@ paths:
- name: configure_dns
type: boolean
in: query
required: false
responses:
'201':
description: Created
Expand Down Expand Up @@ -121,15 +120,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 @@ -1113,11 +1109,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 @@ -1412,7 +1406,6 @@ paths:
- name: search
type: string
in: query
required: false
get:
operationId: getServices
tags: [service]
Expand Down

0 comments on commit b881114

Please sign in to comment.