File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ paths:
183183 # Third Party Messages
184184 /third-party-messages/{id}/precondition :
185185 get :
186- operationId : getRemoteContentPrecondition
186+ operationId : getThirdPartyMessagePrecondition
187187 summary : Retrieve third party message precondition
188188 description : |-
189189 Returns the precondition associated to the provided message ID to receive the third party message.
@@ -237,7 +237,7 @@ paths:
237237 description : Gateway Timeout
238238 /third-party-messages/{id} :
239239 get :
240- operationId : getRemoteContent
240+ operationId : getThirdPartyMessage
241241 summary : Retrieve third party message
242242 description : |-
243243 Returns the third party message with the provided message ID.
@@ -306,7 +306,7 @@ paths:
306306 description : Gateway Timeout
307307 /third-party-messages/{id}/attachments/{attachment_url} :
308308 get :
309- operationId : getRemoteContentAttachment
309+ operationId : getThirdPartyMessageAttachment
310310 summary : Retrieve an attachment of a third party message
311311 parameters :
312312 - $ref : " #/components/parameters/MessageId"
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ paths:
188188 $ref : ' #/components/schemas/ProblemJson'
189189 /third-party-messages/{id}/precondition :
190190 get :
191- operationId : getRemoteContentPrecondition
191+ operationId : getThirdPartyMessagePrecondition
192192 summary : Retrieve third party message precondition
193193 description : >-
194194 Returns the precondition associated to the provided message ID to
@@ -254,7 +254,7 @@ paths:
254254 description : Gateway Timeout
255255 /third-party-messages/{id} :
256256 get :
257- operationId : getRemoteContent
257+ operationId : getThirdPartyMessage
258258 summary : Retrieve third party message
259259 description : Returns the third party message with the provided message ID.
260260 parameters :
@@ -325,7 +325,7 @@ paths:
325325 description : Gateway Timeout
326326 /third-party-messages/{id}/attachments/{attachment_url} :
327327 get :
328- operationId : getRemoteContentAttachment
328+ operationId : getThirdPartyMessageAttachment
329329 summary : Retrieve an attachment of a third party message
330330 parameters :
331331 - $ref : ' #/components/parameters/MessageId'
You can’t perform that action at this time.
0 commit comments