Skip to content

Commit

Permalink
[#124] fixes more issues with documentation of service endpoints:
Browse files Browse the repository at this point in the history
* inbound_api and whitelist are both lists of ids
  • Loading branch information
philherbert committed Sep 14, 2020
1 parent bf2cc99 commit 7cff759
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,8 +1048,7 @@ components:
inbound_api:
type: array
items:
type: string
format: url
$ref: '#/components/schemas/Id'
inbound_number:
$ref: '#/components/schemas/Id'
inbound_sms:
Expand Down Expand Up @@ -1124,16 +1123,7 @@ components:
whitelist:
type: array
items:
properties:
email_addresses:
type: array
items:
type: string
format: email
phone_numbers:
type: array
items:
type: string
$ref: '#/components/schemas/Id'
CreateTemplateRequest:
type: object
properties:
Expand Down

0 comments on commit 7cff759

Please sign in to comment.