Skip to content

Commit

Permalink
Update operation id's to be unique and avoid future conflicts with ot…
Browse files Browse the repository at this point in the history
…her APIs
  • Loading branch information
kylemhall committed Aug 14, 2024
1 parent f0b3c35 commit 240ecd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Koha/Plugin/Com/ByWaterSolutions/TwilioVoice/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"/message/{message_id}/twiml": {
"post": {
"x-mojo-to": "Com::ByWaterSolutions::TwilioVoice::API#twiml",
"operationId": "BotherPatron",
"operationId": "twilioGetTwiml",
"tags": [
"messages"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"/message/{message_id}/status": {
"post": {
"x-mojo-to": "Com::ByWaterSolutions::TwilioVoice::API#update_message_status",
"operationId": "updateMessageStatus",
"operationId": "twilioUpdateMessageStatus",
"tags": [
"messages"
],
Expand Down Expand Up @@ -87,7 +87,7 @@
"/message/{message_id}/amd": {
"post": {
"x-mojo-to": "Com::ByWaterSolutions::TwilioVoice::API#amd_callback",
"operationId": "AsyncAmdStatusCallback",
"operationId": "twilioAsyncAmdStatusCallback",
"tags": [
"messages"
],
Expand Down

0 comments on commit 240ecd2

Please sign in to comment.