Skip to content

Commit

Permalink
Updated tags and summary SMSDEV-2486
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsys-ziyad committed Feb 2, 2023
1 parent e4366c0 commit ce7281d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi/sms/v1/partner-callbacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ servers:
paths:
/clients/{clientId}/deliveryReports:
post:
summary: Send multiple delivery reports
summary: Delivery reports callback
operationId: sendDeliveryReports
tags: [delivery-reports]
tags: [Delivery Reports]
security:
- oAuthAuthorization: []
parameters:
Expand Down Expand Up @@ -45,7 +45,7 @@ paths:
$ref: './common.yaml#/components/responses/ServerErrorResponse'
/clients/{clientId}/inboundMessages:
post:
summary: Record received inbound messages
summary: Inbound messages callback
operationId: sendInboundMessages
tags: [inbound-messages]
security:
Expand Down

0 comments on commit ce7281d

Please sign in to comment.