Skip to content

Commit

Permalink
Fix callbackUrls example SMSDEV-2586
Browse files Browse the repository at this point in the history
  • Loading branch information
matusekma committed Feb 22, 2023
1 parent e3c9142 commit 7a41a8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openapi/sms/v1/partner-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,10 @@ components:
allOf:
- $ref: '#/components/schemas/CallbackUrl'
- description: 'The inbound message callback URL, provided by the Partner.'
example: 'https://api.partner.io/inboundMessages/unique-id'
deliveryReports:
allOf:
- $ref: '#/components/schemas/CallbackUrl'
- description: 'The delivery report callback URL, provided by the Partner.'
example: 'https://api.partner.io/deliveryReports/unique-id'
GetClientConfigurationResponse:
type: object
properties:
Expand Down

0 comments on commit 7a41a8e

Please sign in to comment.