From 38c334fae1483e9ccaed2c2e49937fec08721bfd Mon Sep 17 00:00:00 2001 From: Jennifer Mah Date: Wed, 9 Dec 2020 17:55:37 -0700 Subject: [PATCH 1/2] feat: add operation IDs --- .../twilio-api/twilio_accounts_v1.json | 13 ++ src/services/twilio-api/twilio_api_v2010.json | 192 ++++++++++++++++++ .../twilio-api/twilio_autopilot_v1.json | 52 +++++ .../twilio-api/twilio_bulkexports_v1.json | 9 + src/services/twilio-api/twilio_chat_v1.json | 40 ++++ src/services/twilio-api/twilio_chat_v2.json | 54 +++++ .../twilio-api/twilio_conversations_v1.json | 84 ++++++++ src/services/twilio-api/twilio_events_v1.json | 17 ++ src/services/twilio-api/twilio_fax_v1.json | 8 + src/services/twilio-api/twilio_flex_v1.json | 16 ++ .../twilio-api/twilio_insights_v1.json | 8 + .../twilio-api/twilio_ip_messaging_v1.json | 40 ++++ .../twilio-api/twilio_ip_messaging_v2.json | 54 +++++ .../twilio-api/twilio_lookups_v1.json | 1 + .../twilio-api/twilio_messaging_v1.json | 18 ++ .../twilio-api/twilio_monitor_v1.json | 4 + src/services/twilio-api/twilio_notify_v1.json | 15 ++ .../twilio-api/twilio_numbers_v2.json | 28 +++ src/services/twilio-api/twilio_preview.json | 161 +++++++++++++++ .../twilio-api/twilio_pricing_v1.json | 7 + .../twilio-api/twilio_pricing_v2.json | 3 + src/services/twilio-api/twilio_proxy_v1.json | 30 +++ .../twilio-api/twilio_serverless_v1.json | 39 ++++ src/services/twilio-api/twilio_studio_v1.json | 20 ++ src/services/twilio-api/twilio_studio_v2.json | 19 ++ .../twilio-api/twilio_supersim_v1.json | 21 ++ src/services/twilio-api/twilio_sync_v1.json | 48 +++++ .../twilio-api/twilio_taskrouter_v1.json | 60 ++++++ .../twilio-api/twilio_trunking_v1.json | 24 +++ src/services/twilio-api/twilio_verify_v2.json | 44 ++++ src/services/twilio-api/twilio_video_v1.json | 34 ++++ src/services/twilio-api/twilio_voice_v1.json | 31 +++ .../twilio-api/twilio_wireless_v1.json | 16 ++ 33 files changed, 1210 insertions(+) diff --git a/src/services/twilio-api/twilio_accounts_v1.json b/src/services/twilio-api/twilio_accounts_v1.json index 5d577c78..50a8e5bd 100644 --- a/src/services/twilio-api/twilio_accounts_v1.json +++ b/src/services/twilio-api/twilio_accounts_v1.json @@ -150,6 +150,7 @@ "description": "Auth Token promotion", "post": { "description": "Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.", + "operationId": "UpdateAccountsV1AuthTokenPromotion", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -196,6 +197,7 @@ "/v1/AuthTokens/Secondary": { "delete": { "description": "Delete the secondary Auth Token from your account", + "operationId": "DeleteAccountsV1SecondaryAuthToken", "responses": { "204": { "description": "The resource was deleted successfully." @@ -213,6 +215,7 @@ "description": "Secondary Auth Token", "post": { "description": "Create a new secondary Auth Token", + "operationId": "CreateAccountsV1SecondaryAuthToken", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -260,6 +263,7 @@ "description": "User provided AWS keys", "get": { "description": "Retrieves a collection of AWS Credentials belonging to the account used to make the request", + "operationId": "ListAccountsV1CredentialAws", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -333,6 +337,7 @@ }, "post": { "description": "Create a new AWS Credential", + "operationId": "CreateAccountsV1CredentialAws", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -398,6 +403,7 @@ "/v1/Credentials/AWS/{Sid}": { "delete": { "description": "Delete a Credential from your account", + "operationId": "DeleteAccountsV1CredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to delete.", @@ -429,6 +435,7 @@ "description": "User provided AWS keys", "get": { "description": "Fetch the AWS credentials specified by the provided Credential Sid", + "operationId": "FetchAccountsV1CredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to fetch.", @@ -466,6 +473,7 @@ }, "post": { "description": "Modify the properties of a given Account", + "operationId": "UpdateAccountsV1CredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to update.", @@ -532,6 +540,7 @@ "description": "User provided public keys", "get": { "description": "Retrieves a collection of Public Key Credentials belonging to the account used to make the request", + "operationId": "ListAccountsV1CredentialPublicKey", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -605,6 +614,7 @@ }, "post": { "description": "Create a new Public Key Credential", + "operationId": "CreateAccountsV1CredentialPublicKey", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -670,6 +680,7 @@ "/v1/Credentials/PublicKeys/{Sid}": { "delete": { "description": "Delete a Credential from your account", + "operationId": "DeleteAccountsV1CredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to delete.", @@ -701,6 +712,7 @@ "description": "User provided public keys", "get": { "description": "Fetch the public key specified by the provided Credential Sid", + "operationId": "FetchAccountsV1CredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to fetch.", @@ -738,6 +750,7 @@ }, "post": { "description": "Modify the properties of a given Account", + "operationId": "UpdateAccountsV1CredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to update.", diff --git a/src/services/twilio-api/twilio_api_v2010.json b/src/services/twilio-api/twilio_api_v2010.json index 0435b5e6..1f803455 100644 --- a/src/services/twilio-api/twilio_api_v2010.json +++ b/src/services/twilio-api/twilio_api_v2010.json @@ -7138,6 +7138,7 @@ "description": "Twilio accounts (aka Project) or subaccounts", "get": { "description": "Retrieves a collection of Accounts belonging to the account used to make the request", + "operationId": "ListApiV2010Account", "parameters": [ { "description": "Only return the Account resources with friendly names that exactly match this name.", @@ -7230,6 +7231,7 @@ }, "post": { "description": "Create a new Twilio Subaccount from the account making the request", + "operationId": "CreateApiV2010Account", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -7282,6 +7284,7 @@ "description": "An Address instance resource represents your or your customer\u00e2\u20ac\u2122s physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.", "get": { "description": "", + "operationId": "ListApiV2010Address", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read.", @@ -7389,6 +7392,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010Address", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource.", @@ -7496,6 +7500,7 @@ "description": "Phone numbers dependent on an Address resource", "get": { "description": "", + "operationId": "ListApiV2010DependentPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read.", @@ -7604,6 +7609,7 @@ "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json": { "delete": { "description": "", + "operationId": "DeleteApiV2010Address", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete.", @@ -7647,6 +7653,7 @@ "description": "An Address instance resource represents your or your customer\u00e2\u20ac\u2122s physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.", "get": { "description": "", + "operationId": "FetchApiV2010Address", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch.", @@ -7696,6 +7703,7 @@ }, "post": { "description": "", + "operationId": "UpdateApiV2010Address", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update.", @@ -7803,6 +7811,7 @@ "description": "An Application instance resource represents an application that you have created with Twilio. An application inside of Twilio is just a set of URLs and other configuration data that tells Twilio how to behave when one of your Twilio numbers receives a call or SMS message.", "get": { "description": "Retrieve a list of applications representing an application within the requesting account", + "operationId": "ListApiV2010Application", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read.", @@ -7894,6 +7903,7 @@ }, "post": { "description": "Create a new application within your account", + "operationId": "CreateApiV2010Application", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -8092,6 +8102,7 @@ "/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json": { "delete": { "description": "Delete the application by the specified application sid", + "operationId": "DeleteApiV2010Application", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete.", @@ -8135,6 +8146,7 @@ "description": "An Application instance resource represents an application that you have created with Twilio. An application inside of Twilio is just a set of URLs and other configuration data that tells Twilio how to behave when one of your Twilio numbers receives a call or SMS message.", "get": { "description": "Fetch the application specified by the provided sid", + "operationId": "FetchApiV2010Application", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch.", @@ -8184,6 +8196,7 @@ }, "post": { "description": "Updates the application's properties", + "operationId": "UpdateApiV2010Application", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update.", @@ -8395,6 +8408,7 @@ "description": "Authorized Twilio Connect apps", "get": { "description": "Retrieve a list of authorized-connect-apps belonging to the account used to make the request", + "operationId": "ListApiV2010AuthorizedConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read.", @@ -8491,6 +8505,7 @@ "description": "Authorized Twilio Connect apps", "get": { "description": "Fetch an instance of an authorized-connect-app", + "operationId": "FetchApiV2010AuthorizedConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch.", @@ -8553,6 +8568,7 @@ "description": "Country codes with available phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberCountry", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources.", @@ -8650,6 +8666,7 @@ "description": "Country codes with available phone numbers", "get": { "description": "", + "operationId": "FetchApiV2010AvailablePhoneNumberCountry", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource.", @@ -8710,6 +8727,7 @@ "description": "Available local phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -8960,6 +8978,7 @@ "description": "Available machine-to-machine phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberMachineToMachine", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9210,6 +9229,7 @@ "description": "Available mobile phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9460,6 +9480,7 @@ "description": "Available national phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberNational", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9710,6 +9731,7 @@ "description": "Available shared cost numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberSharedCost", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9960,6 +9982,7 @@ "description": "Available toll free phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -10210,6 +10233,7 @@ "description": "Available VoIP phone numbers", "get": { "description": "", + "operationId": "ListApiV2010AvailablePhoneNumberVoip", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -10460,6 +10484,7 @@ "description": "Account balance", "get": { "description": "Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information", + "operationId": "FetchApiV2010Balance", "parameters": [ { "description": "The unique SID identifier of the Account.", @@ -10511,6 +10536,7 @@ "description": "A Call is an object that represents a connection between a telephone and Twilio.", "get": { "description": "Retrieves a collection of calls made to and from your account", + "operationId": "ListApiV2010Call", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to read.", @@ -10693,6 +10719,7 @@ }, "post": { "description": "Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections", + "operationId": "CreateApiV2010Call", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -10979,6 +11006,7 @@ "description": "Call FeedbackSummary resources provide an idea of how your end user\u00e2\u20ac\u2122s perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.", "post": { "description": "Create a FeedbackSummary resource for a call", + "operationId": "CreateApiV2010CallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11082,6 +11110,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json": { "delete": { "description": "Delete a FeedbackSummary resource from a call", + "operationId": "DeleteApiV2010CallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11125,6 +11154,7 @@ "description": "Call FeedbackSummary resources provide an idea of how your end user\u00e2\u20ac\u2122s perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.", "get": { "description": "Fetch a FeedbackSummary resource from a call", + "operationId": "FetchApiV2010CallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11189,6 +11219,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all events for a call.", + "operationId": "ListApiV2010CallEvent", "parameters": [ { "description": "The unique SID identifier of the Account.", @@ -11297,6 +11328,7 @@ "description": "The call Feedback subresource describes the quality experienced during a phone call.", "get": { "description": "Fetch a Feedback resource from a call", + "operationId": "FetchApiV2010CallFeedback", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11346,6 +11378,7 @@ }, "post": { "description": "Update a Feedback resource for a call", + "operationId": "UpdateApiV2010CallFeedback", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11444,6 +11477,7 @@ "description": "Error notifications for calls", "get": { "description": "", + "operationId": "ListApiV2010CallNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resources to read.", @@ -11589,6 +11623,7 @@ "description": "Error notifications for calls", "get": { "description": "", + "operationId": "FetchApiV2010CallNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch.", @@ -11665,6 +11700,7 @@ "description": "Twilio enabled secure payments solution for accepting credit and ACH payments over the phone.", "post": { "description": "create an instance of payments. This will start a new payments session", + "operationId": "CreateApiV2010Payments", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -11819,6 +11855,7 @@ "description": "Twilio enabled secure payments solution for accepting credit and ACH payments over the phone.", "post": { "description": "update an instance of payments with different phases of payment flows.", + "operationId": "UpdateApiV2010Payments", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource.", @@ -11936,6 +11973,7 @@ "description": "A Recording resource represents the recording associated with a voice call, conference, or SIP Trunk.", "get": { "description": "Retrieve a list of recordings belonging to the call used to make the request", + "operationId": "ListApiV2010CallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.", @@ -12058,6 +12096,7 @@ }, "post": { "description": "Create a recording for the call", + "operationId": "CreateApiV2010CallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -12175,6 +12214,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", + "operationId": "DeleteApiV2010CallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.", @@ -12230,6 +12270,7 @@ "description": "A Recording resource represents the recording associated with a voice call, conference, or SIP Trunk.", "get": { "description": "Fetch an instance of a recording for a call", + "operationId": "FetchApiV2010CallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.", @@ -12291,6 +12332,7 @@ }, "post": { "description": "Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.", + "operationId": "UpdateApiV2010CallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update.", @@ -12394,6 +12436,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json": { "delete": { "description": "Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.", + "operationId": "DeleteApiV2010Call", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete.", @@ -12437,6 +12480,7 @@ "description": "A Call is an object that represents a connection between a telephone and Twilio.", "get": { "description": "Fetch the call specified by the provided Call SID", + "operationId": "FetchApiV2010Call", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch.", @@ -12486,6 +12530,7 @@ }, "post": { "description": "Initiates a call redirect or terminates a call", + "operationId": "UpdateApiV2010Call", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update.", @@ -12643,6 +12688,7 @@ "description": "Voice call conferences", "get": { "description": "Retrieve a list of conferences belonging to the account used to make the request", + "operationId": "ListApiV2010Conference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to read.", @@ -12815,6 +12861,7 @@ "description": "Conference participants", "get": { "description": "Retrieve a list of participants belonging to the account used to make the request", + "operationId": "ListApiV2010Participant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read.", @@ -12934,6 +12981,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010Participant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -13255,6 +13303,7 @@ "/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json": { "delete": { "description": "Kick a participant from a given conference", + "operationId": "DeleteApiV2010Participant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete.", @@ -13307,6 +13356,7 @@ "description": "Conference participants", "get": { "description": "Fetch an instance of a participant", + "operationId": "FetchApiV2010Participant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch.", @@ -13365,6 +13415,7 @@ }, "post": { "description": "Update the properties of the participant", + "operationId": "UpdateApiV2010Participant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to update.", @@ -13546,6 +13597,7 @@ "description": "Recordings of conferences", "get": { "description": "Retrieve a list of recordings belonging to the call used to make the request", + "operationId": "ListApiV2010ConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to read.", @@ -13683,6 +13735,7 @@ "/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", + "operationId": "DeleteApiV2010ConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete.", @@ -13738,6 +13791,7 @@ "description": "Recordings of conferences", "get": { "description": "Fetch an instance of a recording for a call", + "operationId": "FetchApiV2010ConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch.", @@ -13799,6 +13853,7 @@ }, "post": { "description": "Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.", + "operationId": "UpdateApiV2010ConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update.", @@ -13903,6 +13958,7 @@ "description": "Voice call conferences", "get": { "description": "Fetch an instance of a conference", + "operationId": "FetchApiV2010Conference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch.", @@ -13952,6 +14008,7 @@ }, "post": { "description": "", + "operationId": "UpdateApiV2010Conference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to update.", @@ -14053,6 +14110,7 @@ "description": "Twilio Connect apps", "get": { "description": "Retrieve a list of connect-apps belonging to the account used to make the request", + "operationId": "ListApiV2010ConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read.", @@ -14148,6 +14206,7 @@ "/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json": { "delete": { "description": "Delete an instance of a connect-app", + "operationId": "DeleteApiV2010ConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.", @@ -14191,6 +14250,7 @@ "description": "Twilio Connect apps", "get": { "description": "Fetch an instance of a connect-app", + "operationId": "FetchApiV2010ConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.", @@ -14240,6 +14300,7 @@ }, "post": { "description": "Update a connect-app with the specified parameters", + "operationId": "UpdateApiV2010ConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update.", @@ -14369,6 +14430,7 @@ "description": "Incoming phone numbers on a Twilio account/project", "get": { "description": "Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.", + "operationId": "ListApiV2010IncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read.", @@ -14484,6 +14546,7 @@ }, "post": { "description": "Purchase a phone-number for the account.", + "operationId": "CreateApiV2010IncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -14746,6 +14809,7 @@ "description": "Incoming local phone numbers on a Twilio account/project", "get": { "description": "", + "operationId": "ListApiV2010IncomingPhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -14861,6 +14925,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010IncomingPhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15122,6 +15187,7 @@ "description": "Incoming mobile phone numbers on a Twilio account/project", "get": { "description": "", + "operationId": "ListApiV2010IncomingPhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -15237,6 +15303,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010IncomingPhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15498,6 +15565,7 @@ "description": "Incoming toll free phone numbers on a Twilio account/project", "get": { "description": "", + "operationId": "ListApiV2010IncomingPhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -15613,6 +15681,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010IncomingPhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15874,6 +15943,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-on installations currently assigned to this Number.", + "operationId": "ListApiV2010IncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -15969,6 +16039,7 @@ }, "post": { "description": "Assign an Add-on installation to the Number specified.", + "operationId": "CreateApiV2010IncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -16054,6 +16125,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Assigned Add-on.", + "operationId": "ListApiV2010IncomingPhoneNumberAssignedAddOnExtension", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -16176,6 +16248,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Assigned Add-on.", + "operationId": "FetchApiV2010IncomingPhoneNumberAssignedAddOnExtension", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.", @@ -16263,6 +16336,7 @@ "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json": { "delete": { "description": "Remove the assignment of an Add-on installation from the Number specified.", + "operationId": "DeleteApiV2010IncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete.", @@ -16318,6 +16392,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on installation currently assigned to this Number.", + "operationId": "FetchApiV2010IncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.", @@ -16393,6 +16468,7 @@ "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json": { "delete": { "description": "Delete a phone-numbers belonging to the account used to make the request.", + "operationId": "DeleteApiV2010IncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete.", @@ -16436,6 +16512,7 @@ "description": "Incoming phone numbers on a Twilio account/project", "get": { "description": "Fetch an incoming-phone-number belonging to the account used to make the request.", + "operationId": "FetchApiV2010IncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch.", @@ -16485,6 +16562,7 @@ }, "post": { "description": "Update an incoming-phone-number instance.", + "operationId": "UpdateApiV2010IncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update. For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers).", @@ -16758,6 +16836,7 @@ "description": "API keys", "get": { "description": "", + "operationId": "ListApiV2010Key", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read.", @@ -16841,6 +16920,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010NewKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.", @@ -16906,6 +16986,7 @@ "/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json": { "delete": { "description": "", + "operationId": "DeleteApiV2010Key", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete.", @@ -16949,6 +17030,7 @@ "description": "API keys", "get": { "description": "", + "operationId": "FetchApiV2010Key", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch.", @@ -16998,6 +17080,7 @@ }, "post": { "description": "", + "operationId": "UpdateApiV2010Key", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update.", @@ -17076,6 +17159,7 @@ "description": "A Message resource represents an inbound or outbound message.", "get": { "description": "Retrieve a list of messages belonging to the account used to make the request", + "operationId": "ListApiV2010Message", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to read.", @@ -17202,6 +17286,7 @@ }, "post": { "description": "Send a message from the account used to make the request", + "operationId": "CreateApiV2010Message", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -17354,6 +17439,7 @@ "description": "Customer-provided feedback on delivery confirmation", "post": { "description": "", + "operationId": "CreateApiV2010MessageFeedback", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -17436,6 +17522,7 @@ "description": "The Media resource represents a piece of media, such as an image, that is associated with a message.", "get": { "description": "Retrieve a list of Media resources belonging to the account used to make the request", + "operationId": "ListApiV2010Media", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to read.", @@ -17571,6 +17658,7 @@ "/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json": { "delete": { "description": "Delete media from your account. Once delete, you will no longer be billed", + "operationId": "DeleteApiV2010Media", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to delete.", @@ -17626,6 +17714,7 @@ "description": "The Media resource represents a piece of media, such as an image, that is associated with a message.", "get": { "description": "Fetch a single media instance belonging to the account used to make the request", + "operationId": "FetchApiV2010Media", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to fetch.", @@ -17700,6 +17789,7 @@ "/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json": { "delete": { "description": "Deletes a message record from your account", + "operationId": "DeleteApiV2010Message", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to delete.", @@ -17743,6 +17833,7 @@ "description": "A Message resource represents an inbound or outbound message.", "get": { "description": "Fetch a message belonging to the account used to make the request", + "operationId": "FetchApiV2010Message", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource to fetch.", @@ -17792,6 +17883,7 @@ }, "post": { "description": "To redact a message-body from a post-flight message record, post to the message instance resource with an empty body", + "operationId": "UpdateApiV2010Message", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update.", @@ -17876,6 +17968,7 @@ "description": "[DEPRECATED] Log entries", "get": { "description": "Retrieve a list of notifications belonging to the account used to make the request", + "operationId": "ListApiV2010Notification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resources to read.", @@ -18009,6 +18102,7 @@ "description": "[DEPRECATED] Log entries", "get": { "description": "Fetch a notification belonging to the account used to make the request", + "operationId": "FetchApiV2010Notification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch.", @@ -18073,6 +18167,7 @@ "description": "An OutgoingCallerId resource represents a single verified number that may be used as a caller ID when making outgoing calls via the REST API and within the TwiML verb.", "get": { "description": "Retrieve a list of outgoing-caller-ids belonging to the account used to make the request", + "operationId": "ListApiV2010OutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read.", @@ -18172,6 +18267,7 @@ }, "post": { "description": "", + "operationId": "CreateApiV2010ValidationRequest", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource.", @@ -18275,6 +18371,7 @@ "/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json": { "delete": { "description": "Delete the caller-id specified from the account", + "operationId": "DeleteApiV2010OutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete.", @@ -18318,6 +18415,7 @@ "description": "An OutgoingCallerId resource represents a single verified number that may be used as a caller ID when making outgoing calls via the REST API and within the TwiML verb.", "get": { "description": "Fetch an outgoing-caller-id belonging to the account used to make the request", + "operationId": "FetchApiV2010OutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch.", @@ -18367,6 +18465,7 @@ }, "post": { "description": "Updates the caller-id", + "operationId": "UpdateApiV2010OutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update.", @@ -18445,6 +18544,7 @@ "description": "Queues of calls", "get": { "description": "Retrieve a list of queues belonging to the account used to make the request", + "operationId": "ListApiV2010Queue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read.", @@ -18528,6 +18628,7 @@ }, "post": { "description": "Create a queue", + "operationId": "CreateApiV2010Queue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -18602,6 +18703,7 @@ "description": "Calls in a call queue", "get": { "description": "Retrieve the members of the queue", + "operationId": "ListApiV2010Member", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read.", @@ -18712,6 +18814,7 @@ "description": "Calls in a call queue", "get": { "description": "Fetch a specific member from the queue", + "operationId": "FetchApiV2010Member", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch.", @@ -18770,6 +18873,7 @@ }, "post": { "description": "Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL", + "operationId": "UpdateApiV2010Member", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update.", @@ -18879,6 +18983,7 @@ "/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json": { "delete": { "description": "Remove an empty queue", + "operationId": "DeleteApiV2010Queue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete.", @@ -18922,6 +19027,7 @@ "description": "Queues of calls", "get": { "description": "Fetch an instance of a queue identified by the QueueSid", + "operationId": "FetchApiV2010Queue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch.", @@ -18971,6 +19077,7 @@ }, "post": { "description": "Update the queue with the new parameters", + "operationId": "UpdateApiV2010Queue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update.", @@ -19054,6 +19161,7 @@ "description": "Recordings of phone calls", "get": { "description": "Retrieve a list of recordings belonging to the account used to make the request", + "operationId": "ListApiV2010Recording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.", @@ -19202,6 +19310,7 @@ "description": "References to text transcriptions of call recordings", "get": { "description": "", + "operationId": "ListApiV2010RecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.", @@ -19311,6 +19420,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json": { "delete": { "description": "", + "operationId": "DeleteApiV2010RecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.", @@ -19366,6 +19476,7 @@ "description": "References to text transcriptions of call recordings", "get": { "description": "", + "operationId": "FetchApiV2010RecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.", @@ -19442,6 +19553,7 @@ "description": "The results of an Add-on API call", "get": { "description": "Retrieve a list of results belonging to the recording", + "operationId": "ListApiV2010RecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read.", @@ -19552,6 +19664,7 @@ "description": "A single Add-on results' payload", "get": { "description": "Retrieve a list of payloads belonging to the AddOnResult", + "operationId": "ListApiV2010RecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read.", @@ -19672,6 +19785,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json": { "delete": { "description": "Delete a payload from the result along with all associated Data", + "operationId": "DeleteApiV2010RecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete.", @@ -19739,6 +19853,7 @@ "description": "A single Add-on results' payload", "get": { "description": "Fetch an instance of a result payload", + "operationId": "FetchApiV2010RecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch.", @@ -19825,6 +19940,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json": { "delete": { "description": "Delete a result and purge all associated Payloads", + "operationId": "DeleteApiV2010RecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete.", @@ -19880,6 +19996,7 @@ "description": "The results of an Add-on API call", "get": { "description": "Fetch an instance of an AddOnResult", + "operationId": "FetchApiV2010RecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch.", @@ -19955,6 +20072,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", + "operationId": "DeleteApiV2010Recording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.", @@ -19998,6 +20116,7 @@ "description": "Recordings of phone calls", "get": { "description": "Fetch an instance of a recording", + "operationId": "FetchApiV2010Recording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.", @@ -20063,6 +20182,7 @@ "description": "Lists of SIP credentials", "get": { "description": "Get All Credential Lists", + "operationId": "ListApiV2010SipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20146,6 +20266,7 @@ }, "post": { "description": "Create a Credential List", + "operationId": "CreateApiV2010SipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20214,6 +20335,7 @@ "description": "Username and password information for SIP Domains", "get": { "description": "Retrieve a list of credentials.", + "operationId": "ListApiV2010SipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20309,6 +20431,7 @@ }, "post": { "description": "Create a new credential resource.", + "operationId": "CreateApiV2010SipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20394,6 +20517,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json": { "delete": { "description": "Delete a credential resource.", + "operationId": "DeleteApiV2010SipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20449,6 +20573,7 @@ "description": "Username and password information for SIP Domains", "get": { "description": "Fetch a single credential.", + "operationId": "FetchApiV2010SipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20510,6 +20635,7 @@ }, "post": { "description": "Update a credential resource.", + "operationId": "UpdateApiV2010SipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20599,6 +20725,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json": { "delete": { "description": "Delete a Credential List", + "operationId": "DeleteApiV2010SipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20642,6 +20769,7 @@ "description": "Lists of SIP credentials", "get": { "description": "Get a Credential List", + "operationId": "FetchApiV2010SipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20691,6 +20819,7 @@ }, "post": { "description": "Update a Credential List", + "operationId": "UpdateApiV2010SipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20771,6 +20900,7 @@ "description": "Custom DNS hostnames that can accept SIP traffic", "get": { "description": "Retrieve a list of domains belonging to the account used to make the request", + "operationId": "ListApiV2010SipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read.", @@ -20854,6 +20984,7 @@ }, "post": { "description": "Create a new Domain", + "operationId": "CreateApiV2010SipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21022,6 +21153,7 @@ "description": "Credential lists for SIP calls", "get": { "description": "Retrieve a list of credential list mappings belonging to the domain used in the request", + "operationId": "ListApiV2010SipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.", @@ -21117,6 +21249,7 @@ }, "post": { "description": "Create a new credential list mapping resource", + "operationId": "CreateApiV2010SipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21199,6 +21332,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a credential list mapping from the requested domain", + "operationId": "DeleteApiV2010SipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.", @@ -21254,6 +21388,7 @@ "description": "Credential lists for SIP calls", "get": { "description": "Fetch a specific instance of a credential list mapping", + "operationId": "FetchApiV2010SipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.", @@ -21328,6 +21463,7 @@ "description": "IP address lists for SIP calls", "get": { "description": "Retrieve a list of IP Access Control List mappings belonging to the domain used in the request", + "operationId": "ListApiV2010SipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read.", @@ -21423,6 +21559,7 @@ }, "post": { "description": "Create a new IP Access Control List mapping", + "operationId": "CreateApiV2010SipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21505,6 +21642,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json": { "delete": { "description": "Delete an IP Access Control List mapping from the requested domain", + "operationId": "DeleteApiV2010SipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete.", @@ -21560,6 +21698,7 @@ "description": "IP address lists for SIP calls", "get": { "description": "Fetch a specific instance of an IP Access Control List mapping", + "operationId": "FetchApiV2010SipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch.", @@ -21634,6 +21773,7 @@ "description": "Credential lists for SIP registrations", "get": { "description": "Retrieve a list of credential list mappings belonging to the domain used in the request", + "operationId": "ListApiV2010SipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.", @@ -21729,6 +21869,7 @@ }, "post": { "description": "Create a new credential list mapping resource", + "operationId": "CreateApiV2010SipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21811,6 +21952,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a credential list mapping from the requested domain", + "operationId": "DeleteApiV2010SipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.", @@ -21866,6 +22008,7 @@ "description": "Credential lists for SIP registrations", "get": { "description": "Fetch a specific instance of a credential list mapping", + "operationId": "FetchApiV2010SipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.", @@ -21940,6 +22083,7 @@ "description": "Credential lists associated with a SIP Domain", "get": { "description": "Read multiple CredentialListMapping resources from an account.", + "operationId": "ListApiV2010SipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22035,6 +22179,7 @@ }, "post": { "description": "Create a CredentialListMapping resource for an account.", + "operationId": "CreateApiV2010SipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22117,6 +22262,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a CredentialListMapping resource from an account.", + "operationId": "DeleteApiV2010SipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22172,6 +22318,7 @@ "description": "Credential lists associated with a SIP Domain", "get": { "description": "Fetch a single CredentialListMapping resource from an account.", + "operationId": "FetchApiV2010SipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22246,6 +22393,7 @@ "description": "Access control lists associated with a SIP Domain", "get": { "description": "Retrieve a list of IpAccessControlListMapping resources.", + "operationId": "ListApiV2010SipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22341,6 +22489,7 @@ }, "post": { "description": "Create a new IpAccessControlListMapping resource.", + "operationId": "CreateApiV2010SipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22423,6 +22572,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json": { "delete": { "description": "Delete an IpAccessControlListMapping resource.", + "operationId": "DeleteApiV2010SipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22478,6 +22628,7 @@ "description": "Access control lists associated with a SIP Domain", "get": { "description": "Fetch an IpAccessControlListMapping resource.", + "operationId": "FetchApiV2010SipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22551,6 +22702,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json": { "delete": { "description": "Delete an instance of a Domain", + "operationId": "DeleteApiV2010SipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete.", @@ -22594,6 +22746,7 @@ "description": "Custom DNS hostnames that can accept SIP traffic", "get": { "description": "Fetch an instance of a Domain", + "operationId": "FetchApiV2010SipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch.", @@ -22643,6 +22796,7 @@ }, "post": { "description": "Update the attributes of a domain", + "operationId": "UpdateApiV2010SipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update.", @@ -22820,6 +22974,7 @@ "description": "Access control lists of IP address resources", "get": { "description": "Retrieve a list of IpAccessControlLists that belong to the account used to make the request", + "operationId": "ListApiV2010SipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22903,6 +23058,7 @@ }, "post": { "description": "Create a new IpAccessControlList resource", + "operationId": "CreateApiV2010SipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22971,6 +23127,7 @@ "description": "IP addresses that have access to a SIP Domain", "get": { "description": "Read multiple IpAddress resources.", + "operationId": "ListApiV2010SipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23066,6 +23223,7 @@ }, "post": { "description": "Create a new IpAddress resource.", + "operationId": "CreateApiV2010SipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23155,6 +23313,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json": { "delete": { "description": "Delete an IpAddress resource.", + "operationId": "DeleteApiV2010SipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23210,6 +23369,7 @@ "description": "IP addresses that have access to a SIP Domain", "get": { "description": "Read one IpAddress resource.", + "operationId": "FetchApiV2010SipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23271,6 +23431,7 @@ }, "post": { "description": "Update an IpAddress resource.", + "operationId": "UpdateApiV2010SipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23368,6 +23529,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json": { "delete": { "description": "Delete an IpAccessControlList from the requested account", + "operationId": "DeleteApiV2010SipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23411,6 +23573,7 @@ "description": "Access control lists of IP address resources", "get": { "description": "Fetch a specific instance of an IpAccessControlList", + "operationId": "FetchApiV2010SipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23460,6 +23623,7 @@ }, "post": { "description": "Rename an IpAccessControlList", + "operationId": "UpdateApiV2010SipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23540,6 +23704,7 @@ "description": "Messaging short codes", "get": { "description": "Retrieve a list of short-codes belonging to the account used to make the request", + "operationId": "ListApiV2010ShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read.", @@ -23653,6 +23818,7 @@ "description": "Messaging short codes", "get": { "description": "Fetch an instance of a short code", + "operationId": "FetchApiV2010ShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch.", @@ -23702,6 +23868,7 @@ }, "post": { "description": "Update a short code with the following parameters", + "operationId": "UpdateApiV2010ShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update.", @@ -23830,6 +23997,7 @@ "description": "Create a new signing key", "get": { "description": "", + "operationId": "ListApiV2010SigningKey", "parameters": [ { "description": "", @@ -23913,6 +24081,7 @@ }, "post": { "description": "Create a new Signing Key for the account making the request.", + "operationId": "CreateApiV2010NewSigningKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.", @@ -23978,6 +24147,7 @@ "/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json": { "delete": { "description": "", + "operationId": "DeleteApiV2010SigningKey", "parameters": [ { "description": "", @@ -24021,6 +24191,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchApiV2010SigningKey", "parameters": [ { "description": "", @@ -24070,6 +24241,7 @@ }, "post": { "description": "", + "operationId": "UpdateApiV2010SigningKey", "parameters": [ { "description": "", @@ -24147,6 +24319,7 @@ "description": "Credentials for ICE servers", "post": { "description": "Create a new token for ICE servers", + "operationId": "CreateApiV2010Token", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -24212,6 +24385,7 @@ "description": "Text transcriptions of call recordings", "get": { "description": "Retrieve a list of transcriptions belonging to the account used to make the request", + "operationId": "ListApiV2010Transcription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.", @@ -24309,6 +24483,7 @@ "/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json": { "delete": { "description": "Delete a transcription from the account used to make the request", + "operationId": "DeleteApiV2010Transcription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.", @@ -24352,6 +24527,7 @@ "description": "Text transcriptions of call recordings", "get": { "description": "Fetch an instance of a Transcription", + "operationId": "FetchApiV2010Transcription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.", @@ -24416,6 +24592,7 @@ "description": "Twilio account usage records", "get": { "description": "Retrieve a list of usage-records belonging to the account used to make the request", + "operationId": "ListApiV2010UsageRecord", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -24788,6 +24965,7 @@ "description": "Usage records for all time", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordAllTime", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -25160,6 +25338,7 @@ "description": "Usage records summarized by day", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordDaily", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -25532,6 +25711,7 @@ "description": "Usage records for last month", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordLastMonth", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -25904,6 +26084,7 @@ "description": "Usage records summarized by month", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordMonthly", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -26276,6 +26457,7 @@ "description": "Usage records for this month", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordThisMonth", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -26648,6 +26830,7 @@ "description": "Usage records for today", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordToday", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27020,6 +27203,7 @@ "description": "Usage records summarized by year", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordYearly", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27392,6 +27576,7 @@ "description": "Usage records for yesterday", "get": { "description": "", + "operationId": "ListApiV2010UsageRecordYesterday", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27764,6 +27949,7 @@ "description": "Webhooks that notify you of usage thresholds", "get": { "description": "Retrieve a list of usage-triggers belonging to the account used to make the request", + "operationId": "ListApiV2010UsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read.", @@ -28121,6 +28307,7 @@ }, "post": { "description": "Create a new UsageTrigger", + "operationId": "CreateApiV2010UsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -28481,6 +28668,7 @@ "/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json": { "delete": { "description": "", + "operationId": "DeleteApiV2010UsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete.", @@ -28524,6 +28712,7 @@ "description": "Webhooks that notify you of usage thresholds", "get": { "description": "Fetch and instance of a usage-trigger", + "operationId": "FetchApiV2010UsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch.", @@ -28573,6 +28762,7 @@ }, "post": { "description": "Update an instance of a usage trigger", + "operationId": "UpdateApiV2010UsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update.", @@ -28675,6 +28865,7 @@ "description": "Twilio accounts (aka Project) or subaccounts", "get": { "description": "Fetch the account specified by the provided Account Sid", + "operationId": "FetchApiV2010Account", "parameters": [ { "description": "The Account Sid that uniquely identifies the account to fetch", @@ -28712,6 +28903,7 @@ }, "post": { "description": "Modify the properties of a given Account", + "operationId": "UpdateApiV2010Account", "parameters": [ { "description": "The Account Sid that uniquely identifies the account to update", diff --git a/src/services/twilio-api/twilio_autopilot_v1.json b/src/services/twilio-api/twilio_autopilot_v1.json index 3ed3eeb3..beb2e355 100644 --- a/src/services/twilio-api/twilio_autopilot_v1.json +++ b/src/services/twilio-api/twilio_autopilot_v1.json @@ -698,6 +698,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Assistant", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -771,6 +772,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Assistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -848,6 +850,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", + "operationId": "UpdateAutopilotV1RestoreAssistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -904,6 +907,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Defaults", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -938,6 +942,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Defaults", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -999,6 +1004,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Dialogue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1055,6 +1061,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1FieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -1137,6 +1144,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1FieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -1207,6 +1215,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1FieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to read.", @@ -1306,6 +1315,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1FieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the new resource.", @@ -1389,6 +1399,7 @@ "/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1FieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to delete.", @@ -1435,6 +1446,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1FieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resource to fetch.", @@ -1500,6 +1512,7 @@ "/v1/Assistants/{AssistantSid}/FieldTypes/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1FieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -1537,6 +1550,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1FieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1580,6 +1594,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1FieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the to update.", @@ -1656,6 +1671,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1ModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -1738,6 +1754,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1ModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -1806,6 +1823,7 @@ "/v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1ModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -1843,6 +1861,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1ModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1886,6 +1905,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1ModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -1959,6 +1979,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Query", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -2076,6 +2097,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Query", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -2155,6 +2177,7 @@ "/v1/Assistants/{AssistantSid}/Queries/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Query", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -2192,6 +2215,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Query", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2235,6 +2259,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Query", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2315,6 +2340,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns Style sheet JSON object for the Assistant", + "operationId": "FetchAutopilotV1StyleSheet", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2349,6 +2375,7 @@ }, "post": { "description": "Updates the style sheet for an Assistant identified by `assistant_sid`.", + "operationId": "UpdateAutopilotV1StyleSheet", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2410,6 +2437,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Task", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -2492,6 +2520,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Task", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -2570,6 +2599,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Task", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -2607,6 +2637,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Task", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2650,6 +2681,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Task", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2735,6 +2767,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns JSON actions for the Task.", + "operationId": "FetchAutopilotV1TaskActions", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to fetch were defined.", @@ -2778,6 +2811,7 @@ }, "post": { "description": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.", + "operationId": "UpdateAutopilotV1TaskActions", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to update were defined.", @@ -2848,6 +2882,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Field", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read.", @@ -2939,6 +2974,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Field", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource.", @@ -3018,6 +3054,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Field", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete.", @@ -3064,6 +3101,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Field", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch.", @@ -3130,6 +3168,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Sample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read.", @@ -3229,6 +3268,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Sample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource.", @@ -3313,6 +3353,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Sample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete.", @@ -3362,6 +3403,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Sample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch.", @@ -3417,6 +3459,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Sample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to update.", @@ -3510,6 +3553,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1TaskStatistics", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -3566,6 +3610,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListAutopilotV1Webhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -3648,6 +3693,7 @@ }, "post": { "description": "", + "operationId": "CreateAutopilotV1Webhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -3730,6 +3776,7 @@ "/v1/Assistants/{AssistantSid}/Webhooks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Webhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -3767,6 +3814,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Webhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -3810,6 +3858,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Webhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -3896,6 +3945,7 @@ "/v1/Assistants/{Sid}": { "delete": { "description": "", + "operationId": "DeleteAutopilotV1Assistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to delete.", @@ -3924,6 +3974,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchAutopilotV1Assistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to fetch.", @@ -3958,6 +4009,7 @@ }, "post": { "description": "", + "operationId": "UpdateAutopilotV1Assistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to update.", diff --git a/src/services/twilio-api/twilio_bulkexports_v1.json b/src/services/twilio-api/twilio_bulkexports_v1.json index 3c817dc0..72106370 100644 --- a/src/services/twilio-api/twilio_bulkexports_v1.json +++ b/src/services/twilio-api/twilio_bulkexports_v1.json @@ -169,6 +169,7 @@ "/v1/Exports/Jobs/{JobSid}": { "delete": { "description": "", + "operationId": "DeleteBulkexportsV1Job", "parameters": [ { "description": "The unique string that that we created to identify the Bulk Export job", @@ -200,6 +201,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchBulkexportsV1Job", "parameters": [ { "description": "", @@ -247,6 +249,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export.", + "operationId": "FetchBulkexportsV1Export", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -291,6 +294,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export Configuration.", + "operationId": "FetchBulkexportsV1ExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -325,6 +329,7 @@ }, "post": { "description": "Update a specific Export Configuration.", + "operationId": "UpdateBulkexportsV1ExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -393,6 +398,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Days for a resource.", + "operationId": "ListBulkexportsV1Day", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -485,6 +491,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Day.", + "operationId": "FetchBulkexportsV1Day", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -538,6 +545,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListBulkexportsV1ExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -620,6 +628,7 @@ }, "post": { "description": "", + "operationId": "CreateBulkexportsV1ExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages or Calls", diff --git a/src/services/twilio-api/twilio_chat_v1.json b/src/services/twilio-api/twilio_chat_v1.json index 968159cc..ff277a73 100644 --- a/src/services/twilio-api/twilio_chat_v1.json +++ b/src/services/twilio-api/twilio_chat_v1.json @@ -559,6 +559,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", + "operationId": "ListChatV1Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -632,6 +633,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -715,6 +717,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to delete.", @@ -746,6 +749,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", + "operationId": "FetchChatV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to fetch.", @@ -783,6 +787,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to update.", @@ -869,6 +874,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", + "operationId": "ListChatV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -942,6 +948,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -997,6 +1004,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", + "operationId": "ListChatV1Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1097,6 +1105,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1179,6 +1188,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", + "operationId": "ListChatV1Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1284,6 +1294,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1368,6 +1379,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -1420,6 +1432,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", + "operationId": "FetchChatV1Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -1492,6 +1505,7 @@ "description": "Users joined to specific channels", "get": { "description": "", + "operationId": "ListChatV1Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1597,6 +1611,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1681,6 +1696,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -1733,6 +1749,7 @@ "description": "Users joined to specific channels", "get": { "description": "", + "operationId": "FetchChatV1Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -1791,6 +1808,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -1886,6 +1904,7 @@ "description": "Individual chat messages", "get": { "description": "", + "operationId": "ListChatV1Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1995,6 +2014,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -2084,6 +2104,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2139,6 +2160,7 @@ "description": "Individual chat messages", "get": { "description": "", + "operationId": "FetchChatV1Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2200,6 +2222,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2294,6 +2317,7 @@ "/v1/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2334,6 +2358,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", + "operationId": "FetchChatV1Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2380,6 +2405,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2463,6 +2489,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", + "operationId": "ListChatV1Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -2548,6 +2575,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -2633,6 +2661,7 @@ "/v1/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2676,6 +2705,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", + "operationId": "FetchChatV1Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2725,6 +2755,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2809,6 +2840,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", + "operationId": "ListChatV1User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -2894,6 +2926,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV1User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -2977,6 +3010,7 @@ "/v1/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -3017,6 +3051,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", + "operationId": "FetchChatV1User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -3063,6 +3098,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -3149,6 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List all Channels for a given User.", + "operationId": "ListChatV1UserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -3255,6 +3292,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -3286,6 +3324,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", + "operationId": "FetchChatV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -3323,6 +3362,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_chat_v2.json b/src/services/twilio-api/twilio_chat_v2.json index 0b7227ab..b4af2231 100644 --- a/src/services/twilio-api/twilio_chat_v2.json +++ b/src/services/twilio-api/twilio_chat_v2.json @@ -772,6 +772,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", + "operationId": "ListChatV2Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -845,6 +846,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -928,6 +930,7 @@ "/v2/Credentials/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Credential", "parameters": [ { "description": "The SID of the Credential resource to delete.", @@ -959,6 +962,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", + "operationId": "FetchChatV2Credential", "parameters": [ { "description": "The SID of the Credential resource to fetch.", @@ -996,6 +1000,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Credential", "parameters": [ { "description": "The SID of the Credential resource to update.", @@ -1082,6 +1087,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", + "operationId": "ListChatV2Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1155,6 +1161,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1210,6 +1217,7 @@ "description": "Push notification subscription for users", "get": { "description": "", + "operationId": "ListChatV2Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from.", @@ -1335,6 +1343,7 @@ "/v2/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from.", @@ -1378,6 +1387,7 @@ "description": "Push notification subscription for users", "get": { "description": "", + "operationId": "FetchChatV2Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from.", @@ -1441,6 +1451,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", + "operationId": "ListChatV2Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from.", @@ -1541,6 +1552,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under.", @@ -1649,6 +1661,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", + "operationId": "ListChatV2Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from.", @@ -1754,6 +1767,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under.", @@ -1838,6 +1852,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from.", @@ -1890,6 +1905,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", + "operationId": "FetchChatV2Invite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from.", @@ -1962,6 +1978,7 @@ "description": "Users joined to specific channels", "get": { "description": "", + "operationId": "ListChatV2Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from.", @@ -2067,6 +2084,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under.", @@ -2187,6 +2205,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from.", @@ -2248,6 +2267,7 @@ "description": "Users joined to specific channels", "get": { "description": "", + "operationId": "FetchChatV2Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from.", @@ -2303,6 +2323,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Member", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in.", @@ -2426,6 +2447,7 @@ "description": "Individual chat messages", "get": { "description": "", + "operationId": "ListChatV2Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from.", @@ -2532,6 +2554,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under.", @@ -2648,6 +2671,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from.", @@ -2712,6 +2736,7 @@ "description": "Individual chat messages", "get": { "description": "", + "operationId": "FetchChatV2Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from.", @@ -2770,6 +2795,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Message", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in.", @@ -2892,6 +2918,7 @@ "description": "Webhooks for specific channels", "get": { "description": "", + "operationId": "ListChatV2ChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from.", @@ -2986,6 +3013,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2ChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under.", @@ -3104,6 +3132,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2ChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from.", @@ -3156,6 +3185,7 @@ "description": "Webhooks for specific channels", "get": { "description": "", + "operationId": "FetchChatV2ChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from.", @@ -3214,6 +3244,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2ChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update.", @@ -3332,6 +3363,7 @@ "/v2/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -3384,6 +3416,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", + "operationId": "FetchChatV2Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from.", @@ -3430,6 +3463,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Channel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in.", @@ -3539,6 +3573,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", + "operationId": "ListChatV2Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from.", @@ -3624,6 +3659,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under.", @@ -3709,6 +3745,7 @@ "/v2/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from.", @@ -3752,6 +3789,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", + "operationId": "FetchChatV2Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from.", @@ -3801,6 +3839,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Role", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in.", @@ -3885,6 +3924,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", + "operationId": "ListChatV2User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from.", @@ -3970,6 +4010,7 @@ }, "post": { "description": "", + "operationId": "CreateChatV2User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under.", @@ -4066,6 +4107,7 @@ "/v2/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from.", @@ -4106,6 +4148,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", + "operationId": "FetchChatV2User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from.", @@ -4152,6 +4195,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2User", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in.", @@ -4251,6 +4295,7 @@ "description": "List of bindings for a given user", "get": { "description": "", + "operationId": "ListChatV2UserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from.", @@ -4375,6 +4420,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2UserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from.", @@ -4427,6 +4473,7 @@ "description": "List of bindings for a given user", "get": { "description": "", + "operationId": "FetchChatV2UserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from.", @@ -4500,6 +4547,7 @@ "description": "List of channels for a given user", "get": { "description": "List all Channels for a given User.", + "operationId": "ListChatV2UserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from.", @@ -4606,6 +4654,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}": { "delete": { "description": "Removes User from selected Channel.", + "operationId": "DeleteChatV2UserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -4655,6 +4704,7 @@ "description": "List of channels for a given user", "get": { "description": "", + "operationId": "FetchChatV2UserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from.", @@ -4710,6 +4760,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2UserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in.", @@ -4806,6 +4857,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteChatV2Service", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -4837,6 +4889,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", + "operationId": "FetchChatV2Service", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -4874,6 +4927,7 @@ }, "post": { "description": "", + "operationId": "UpdateChatV2Service", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_conversations_v1.json b/src/services/twilio-api/twilio_conversations_v1.json index 67ef9a4c..f3b3cb08 100644 --- a/src/services/twilio-api/twilio_conversations_v1.json +++ b/src/services/twilio-api/twilio_conversations_v1.json @@ -1119,6 +1119,7 @@ "description": "The Configuration resource manages a set of account-level settings applicable to the Conversations API.", "get": { "description": "Fetch the global configuration of conversations on your account", + "operationId": "FetchConversationsV1Configuration", "responses": { "200": { "content": { @@ -1142,6 +1143,7 @@ }, "post": { "description": "Update the global configuration of conversations on your account", + "operationId": "UpdateConversationsV1Configuration", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1212,6 +1214,7 @@ "description": "A Webhook resource manages a service-level set of callback URLs and their configuration for receiving all conversation events.", "get": { "description": "", + "operationId": "FetchConversationsV1ConfigurationWebhook", "responses": { "200": { "content": { @@ -1235,6 +1238,7 @@ }, "post": { "description": "", + "operationId": "UpdateConversationsV1ConfigurationWebhook", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1311,6 +1315,7 @@ "description": "A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Retrieve a list of conversations in your account's default service", + "operationId": "ListConversationsV1Conversation", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1384,6 +1389,7 @@ }, "post": { "description": "Create a new conversation in your account's default service", + "operationId": "CreateConversationsV1Conversation", "parameters": [ { "description": "The X-Twilio-Webhook-Enabled HTTP request header", @@ -1493,6 +1499,7 @@ "description": "A Message resource represents a message in a conversation.", "get": { "description": "Retrieve a list of all messages in the conversation", + "operationId": "ListConversationsV1ConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages.", @@ -1575,6 +1582,7 @@ }, "post": { "description": "Add a new message to the conversation", + "operationId": "CreateConversationsV1ConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1676,6 +1684,7 @@ "description": "A Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Retrieve a list of all delivery and read receipts of the conversation message", + "operationId": "ListConversationsV1ConversationMessageReceipt", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1785,6 +1794,7 @@ "description": "A Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Fetch the delivery and read receipts of the conversation message", + "operationId": "FetchConversationsV1ConversationMessageReceipt", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1857,6 +1867,7 @@ "/v1/Conversations/{ConversationSid}/Messages/{Sid}": { "delete": { "description": "Remove a message from the conversation", + "operationId": "DeleteConversationsV1ConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1909,6 +1920,7 @@ "description": "A Message resource represents a message in a conversation.", "get": { "description": "Fetch a message from the conversation", + "operationId": "FetchConversationsV1ConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1955,6 +1967,7 @@ }, "post": { "description": "Update an existing message in the conversation", + "operationId": "UpdateConversationsV1ConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -2061,6 +2074,7 @@ "description": "A Participant resource represents a member of the conversation.", "get": { "description": "Retrieve a list of all participants of the conversation", + "operationId": "ListConversationsV1ConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants.", @@ -2143,6 +2157,7 @@ }, "post": { "description": "Add a new participant to the conversation", + "operationId": "CreateConversationsV1ConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2249,6 +2264,7 @@ "/v1/Conversations/{ConversationSid}/Participants/{Sid}": { "delete": { "description": "Remove a participant from the conversation", + "operationId": "DeleteConversationsV1ConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2301,6 +2317,7 @@ "description": "A Participant resource represents a member of the conversation.", "get": { "description": "Fetch a participant of the conversation", + "operationId": "FetchConversationsV1ConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2347,6 +2364,7 @@ }, "post": { "description": "Update an existing participant in the conversation", + "operationId": "UpdateConversationsV1ConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2462,6 +2480,7 @@ "description": "A Scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Retrieve a list of all webhooks scoped to the conversation", + "operationId": "ListConversationsV1ConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2544,6 +2563,7 @@ }, "post": { "description": "Create a new webhook scoped to the conversation", + "operationId": "CreateConversationsV1ConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2650,6 +2670,7 @@ "/v1/Conversations/{ConversationSid}/Webhooks/{Sid}": { "delete": { "description": "Remove an existing webhook scoped to the conversation", + "operationId": "DeleteConversationsV1ConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2690,6 +2711,7 @@ "description": "A Scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Fetch the configuration of a conversation-scoped webhook", + "operationId": "FetchConversationsV1ConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2736,6 +2758,7 @@ }, "post": { "description": "Update an existing conversation-scoped webhook", + "operationId": "UpdateConversationsV1ConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2838,6 +2861,7 @@ "/v1/Conversations/{Sid}": { "delete": { "description": "Remove a conversation from your account's default service", + "operationId": "DeleteConversationsV1Conversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -2878,6 +2902,7 @@ "description": "A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Fetch a conversation from your account's default service", + "operationId": "FetchConversationsV1Conversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -2912,6 +2937,7 @@ }, "post": { "description": "Update an existing conversation in your account's default service", + "operationId": "UpdateConversationsV1Conversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -3030,6 +3056,7 @@ "description": "A Credential resource represents a push notification credential.", "get": { "description": "Retrieve a list of all push notification credentials on your account", + "operationId": "ListConversationsV1Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3103,6 +3130,7 @@ }, "post": { "description": "Add a new push notification credential to your account", + "operationId": "CreateConversationsV1Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3186,6 +3214,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "Remove a push notification credential from your account", + "operationId": "DeleteConversationsV1Credential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3217,6 +3246,7 @@ "description": "A Credential resource represents a push notification credential.", "get": { "description": "Fetch a push notification credential from your account", + "operationId": "FetchConversationsV1Credential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3254,6 +3284,7 @@ }, "post": { "description": "Update an existing push notification credential on your account", + "operationId": "UpdateConversationsV1Credential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3349,6 +3380,7 @@ "description": "A Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Retrieve a list of all user roles in your account's default service", + "operationId": "ListConversationsV1Role", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3422,6 +3454,7 @@ }, "post": { "description": "Create a new user role in your account's default service", + "operationId": "CreateConversationsV1Role", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3493,6 +3526,7 @@ "/v1/Roles/{Sid}": { "delete": { "description": "Remove a user role from your account's default service", + "operationId": "DeleteConversationsV1Role", "parameters": [ { "description": "The SID of the Role resource to delete.", @@ -3524,6 +3558,7 @@ "description": "A Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Fetch a user role from your account's default service", + "operationId": "FetchConversationsV1Role", "parameters": [ { "description": "The SID of the Role resource to fetch.", @@ -3561,6 +3596,7 @@ }, "post": { "description": "Update an existing user role in your account's default service", + "operationId": "UpdateConversationsV1Role", "parameters": [ { "description": "The SID of the Role resource to update.", @@ -3633,6 +3669,7 @@ "description": "A Service resource is a top-level conversation resource container that serves as a data silo.", "get": { "description": "Retrieve a list of all conversation services on your account", + "operationId": "ListConversationsV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3706,6 +3743,7 @@ }, "post": { "description": "Create a new conversation service on your account", + "operationId": "CreateConversationsV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3760,6 +3798,7 @@ "description": "A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints.", "get": { "description": "Retrieve a list of all push notification bindings in the conversation service", + "operationId": "ListConversationsV1ServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with.", @@ -3885,6 +3924,7 @@ "/v1/Services/{ChatServiceSid}/Bindings/{Sid}": { "delete": { "description": "Remove a push notification binding from the conversation service", + "operationId": "DeleteConversationsV1ServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from.", @@ -3928,6 +3968,7 @@ "description": "A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints.", "get": { "description": "Fetch a push notification binding from the conversation service", + "operationId": "FetchConversationsV1ServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with.", @@ -3991,6 +4032,7 @@ "description": "A Service Configuration resource manages service-level settings applicable to the Conversation API.", "get": { "description": "Fetch the configuration of a conversation service", + "operationId": "FetchConversationsV1ServiceConfiguration", "parameters": [ { "description": "The SID of the Service configuration resource to fetch.", @@ -4028,6 +4070,7 @@ }, "post": { "description": "Update configuration settings of a conversation service", + "operationId": "UpdateConversationsV1ServiceConfiguration", "parameters": [ { "description": "The SID of the Service configuration resource to update.", @@ -4109,6 +4152,7 @@ "description": "A Service Notification resource manages a set of settings to determine push notification behavior at service level.", "get": { "description": "Fetch push notification service settings", + "operationId": "FetchConversationsV1ServiceNotification", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to.", @@ -4146,6 +4190,7 @@ }, "post": { "description": "Update push notification service settings", + "operationId": "UpdateConversationsV1ServiceNotification", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to.", @@ -4250,6 +4295,7 @@ "description": "A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Retrieve a list of conversations in your service", + "operationId": "ListConversationsV1ServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -4335,6 +4381,7 @@ }, "post": { "description": "Create a new conversation in your service", + "operationId": "CreateConversationsV1ServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -4456,6 +4503,7 @@ "description": "A Service Message resource represents a message in a conversation within a specific service.", "get": { "description": "Retrieve a list of all messages in the conversation", + "operationId": "ListConversationsV1ServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4550,6 +4598,7 @@ }, "post": { "description": "Add a new message to the conversation in a specific service", + "operationId": "CreateConversationsV1ServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4663,6 +4712,7 @@ "description": "A Service Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Retrieve a list of all delivery and read receipts of the conversation message", + "operationId": "ListConversationsV1ServiceConversationMessageReceipt", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.", @@ -4784,6 +4834,7 @@ "description": "A Service Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Fetch the delivery and read receipts of the conversation message", + "operationId": "FetchConversationsV1ServiceConversationMessageReceipt", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.", @@ -4868,6 +4919,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{Sid}": { "delete": { "description": "Remove a message from the conversation", + "operationId": "DeleteConversationsV1ServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4932,6 +4984,7 @@ "description": "A Service Message resource represents a message in a conversation within a specific service.", "get": { "description": "Fetch a message from the conversation", + "operationId": "FetchConversationsV1ServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4990,6 +5043,7 @@ }, "post": { "description": "Update an existing message in the conversation", + "operationId": "UpdateConversationsV1ServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5108,6 +5162,7 @@ "description": "A Service Participant resource represents a member of the conversation within a specific service.", "get": { "description": "Retrieve a list of all participants of the conversation", + "operationId": "ListConversationsV1ServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5202,6 +5257,7 @@ }, "post": { "description": "Add a new participant to the conversation in a specific service", + "operationId": "CreateConversationsV1ServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5320,6 +5376,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}": { "delete": { "description": "Remove a participant from the conversation", + "operationId": "DeleteConversationsV1ServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5384,6 +5441,7 @@ "description": "A Service Participant resource represents a member of the conversation within a specific service.", "get": { "description": "Fetch a participant of the conversation", + "operationId": "FetchConversationsV1ServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5442,6 +5500,7 @@ }, "post": { "description": "Update an existing participant in the conversation", + "operationId": "UpdateConversationsV1ServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5569,6 +5628,7 @@ "description": "A Conversation-scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Retrieve a list of all webhooks scoped to the conversation", + "operationId": "ListConversationsV1ServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5663,6 +5723,7 @@ }, "post": { "description": "Create a new webhook scoped to the conversation in a specific service", + "operationId": "CreateConversationsV1ServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5781,6 +5842,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Webhooks/{Sid}": { "delete": { "description": "Remove an existing webhook scoped to the conversation", + "operationId": "DeleteConversationsV1ServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5833,6 +5895,7 @@ "description": "A Conversation-scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Fetch the configuration of a conversation-scoped webhook", + "operationId": "FetchConversationsV1ServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5891,6 +5954,7 @@ }, "post": { "description": "Update an existing conversation-scoped webhook", + "operationId": "UpdateConversationsV1ServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -6005,6 +6069,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{Sid}": { "delete": { "description": "Remove a conversation from your service", + "operationId": "DeleteConversationsV1ServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6057,6 +6122,7 @@ "description": "A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Fetch a conversation from your service", + "operationId": "FetchConversationsV1ServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6103,6 +6169,7 @@ }, "post": { "description": "Update an existing conversation in your service", + "operationId": "UpdateConversationsV1ServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6233,6 +6300,7 @@ "description": "A Service Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Retrieve a list of all user roles in your service", + "operationId": "ListConversationsV1ServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from.", @@ -6318,6 +6386,7 @@ }, "post": { "description": "Create a new user role in your service", + "operationId": "CreateConversationsV1ServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under.", @@ -6403,6 +6472,7 @@ "/v1/Services/{ChatServiceSid}/Roles/{Sid}": { "delete": { "description": "Remove a user role from your service", + "operationId": "DeleteConversationsV1ServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from.", @@ -6446,6 +6516,7 @@ "description": "A Service Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Fetch a user role from your service", + "operationId": "FetchConversationsV1ServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from.", @@ -6495,6 +6566,7 @@ }, "post": { "description": "Update an existing user role in your service", + "operationId": "UpdateConversationsV1ServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in.", @@ -6579,6 +6651,7 @@ "description": "A Service User resource represents a conversation user belonging to a specific conversation service.", "get": { "description": "Retrieve a list of all conversation users in your service", + "operationId": "ListConversationsV1ServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from.", @@ -6664,6 +6737,7 @@ }, "post": { "description": "Add a new conversation user to your service", + "operationId": "CreateConversationsV1ServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with.", @@ -6758,6 +6832,7 @@ "/v1/Services/{ChatServiceSid}/Users/{Sid}": { "delete": { "description": "Remove a conversation user from your service", + "operationId": "DeleteConversationsV1ServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from.", @@ -6810,6 +6885,7 @@ "description": "A Service User resource represents a conversation user belonging to a specific conversation service.", "get": { "description": "Fetch a conversation user from your service", + "operationId": "FetchConversationsV1ServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from.", @@ -6856,6 +6932,7 @@ }, "post": { "description": "Update an existing conversation user in your service", + "operationId": "UpdateConversationsV1ServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with.", @@ -6952,6 +7029,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Remove a conversation service with all its nested resources from your account", + "operationId": "DeleteConversationsV1Service", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -6983,6 +7061,7 @@ "description": "A Service resource is a top-level conversation resource container that serves as a data silo.", "get": { "description": "Fetch a conversation service from your account", + "operationId": "FetchConversationsV1Service", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -7033,6 +7112,7 @@ "description": "A User resource represents a conversation user belonging to a default conversation service.", "get": { "description": "Retrieve a list of all conversation users in your account's default service", + "operationId": "ListConversationsV1User", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -7106,6 +7186,7 @@ }, "post": { "description": "Add a new conversation user to your account's default service", + "operationId": "CreateConversationsV1User", "parameters": [ { "description": "The X-Twilio-Webhook-Enabled HTTP request header", @@ -7188,6 +7269,7 @@ "/v1/Users/{Sid}": { "delete": { "description": "Remove a conversation user from your account's default service", + "operationId": "DeleteConversationsV1User", "parameters": [ { "description": "The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete.", @@ -7228,6 +7310,7 @@ "description": "A User resource represents a conversation user belonging to a default conversation service.", "get": { "description": "Fetch a conversation user from your account's default service", + "operationId": "FetchConversationsV1User", "parameters": [ { "description": "The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch.", @@ -7262,6 +7345,7 @@ }, "post": { "description": "Update an existing conversation user in your account's default service", + "operationId": "UpdateConversationsV1User", "parameters": [ { "description": "The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update.", diff --git a/src/services/twilio-api/twilio_events_v1.json b/src/services/twilio-api/twilio_events_v1.json index 9fc9be4c..30b924d0 100644 --- a/src/services/twilio-api/twilio_events_v1.json +++ b/src/services/twilio-api/twilio_events_v1.json @@ -235,6 +235,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific schema with its nested versions.", + "operationId": "FetchEventsV1Schema", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -281,6 +282,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of versions of the schema.", + "operationId": "ListEventsV1Version", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -377,6 +379,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific schema and version.", + "operationId": "FetchEventsV1Version", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -434,6 +437,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of Sinks belonging to the account used to make the request.", + "operationId": "ListEventsV1Sink", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -507,6 +511,7 @@ }, "post": { "description": "Create a new Sink", + "operationId": "CreateEventsV1Sink", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -578,6 +583,7 @@ "/v1/Sinks/{Sid}": { "delete": { "description": "Delete a specific Sink.", + "operationId": "DeleteEventsV1Sink", "parameters": [ { "description": "A 34 character string that uniquely identifies this Sink.", @@ -609,6 +615,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sink.", + "operationId": "FetchEventsV1Sink", "parameters": [ { "description": "A 34 character string that uniquely identifies this Sink.", @@ -664,6 +671,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Sink Test Event for the given Sink.", + "operationId": "CreateEventsV1SinkTest", "parameters": [ { "description": "A 34 character string that uniquely identifies the Sink to be Tested.", @@ -723,6 +731,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Validate that a test event for a Sink was received.", + "operationId": "CreateEventsV1SinkValidate", "parameters": [ { "description": "", @@ -790,6 +799,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of Subscriptions belonging to the account used to make the request.", + "operationId": "ListEventsV1Subscription", "parameters": [ { "description": "The SID of the sink that the list of Subscriptions should be filtered by.", @@ -874,6 +884,7 @@ }, "post": { "description": "Create a new Subscription.", + "operationId": "CreateEventsV1Subscription", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -946,6 +957,7 @@ "/v1/Subscriptions/{Sid}": { "delete": { "description": "Delete a specific Subscription.", + "operationId": "DeleteEventsV1Subscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -977,6 +989,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Subscription.", + "operationId": "FetchEventsV1Subscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -1014,6 +1027,7 @@ }, "post": { "description": "Update a Subscription.", + "operationId": "UpdateEventsV1Subscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -1089,6 +1103,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Subscribed Event types for a Subscription.", + "operationId": "ListEventsV1SubscribedEvent", "parameters": [ { "description": "The unique SID identifier of the Subscription.", @@ -1189,6 +1204,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of all the available Event Types.", + "operationId": "ListEventsV1EventType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1276,6 +1292,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Event Type.", + "operationId": "FetchEventsV1EventType", "parameters": [ { "description": "A string that uniquely identifies this Event Type.", diff --git a/src/services/twilio-api/twilio_fax_v1.json b/src/services/twilio-api/twilio_fax_v1.json index 1d8dc2f5..abfe5b14 100644 --- a/src/services/twilio-api/twilio_fax_v1.json +++ b/src/services/twilio-api/twilio_fax_v1.json @@ -162,6 +162,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all faxes.", + "operationId": "ListFaxV1Fax", "parameters": [ { "description": "Retrieve only those faxes sent from this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.", @@ -269,6 +270,7 @@ }, "post": { "description": "Create a new fax to send to a phone number or SIP endpoint.", + "operationId": "CreateFaxV1Fax", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -366,6 +368,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all fax media instances for the specified fax.", + "operationId": "ListFaxV1FaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resources to read.", @@ -463,6 +466,7 @@ "/v1/Faxes/{FaxSid}/Media/{Sid}": { "delete": { "description": "Delete a specific fax media instance.", + "operationId": "DeleteFaxV1FaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resource to delete.", @@ -506,6 +510,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific fax media instance.", + "operationId": "FetchFaxV1FaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resource to fetch.", @@ -567,6 +572,7 @@ "/v1/Faxes/{Sid}": { "delete": { "description": "Delete a specific fax and its associated media.", + "operationId": "DeleteFaxV1Fax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to delete.", @@ -598,6 +604,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific fax.", + "operationId": "FetchFaxV1Fax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to fetch.", @@ -635,6 +642,7 @@ }, "post": { "description": "Update a specific fax.", + "operationId": "UpdateFaxV1Fax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to update.", diff --git a/src/services/twilio-api/twilio_flex_v1.json b/src/services/twilio-api/twilio_flex_v1.json index 22bc075f..ea143c0f 100644 --- a/src/services/twilio-api/twilio_flex_v1.json +++ b/src/services/twilio-api/twilio_flex_v1.json @@ -351,6 +351,7 @@ "description": "Flex chat channels", "get": { "description": "", + "operationId": "ListFlexV1Channel", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -424,6 +425,7 @@ }, "post": { "description": "", + "operationId": "CreateFlexV1Channel", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -524,6 +526,7 @@ "/v1/Channels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteFlexV1Channel", "parameters": [ { "description": "The SID of the Flex chat channel resource to delete.", @@ -555,6 +558,7 @@ "description": "Flex chat channels", "get": { "description": "", + "operationId": "FetchFlexV1Channel", "parameters": [ { "description": "The SID of the Flex chat channel resource to fetch.", @@ -607,6 +611,7 @@ "description": "Configuration for a Flex instance", "get": { "description": "", + "operationId": "FetchFlexV1Configuration", "parameters": [ { "description": "The Pinned UI version of the Configuration resource to fetch.", @@ -640,6 +645,7 @@ }, "post": { "description": "", + "operationId": "UpdateFlexV1Configuration", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -688,6 +694,7 @@ "description": "Flex flow", "get": { "description": "", + "operationId": "ListFlexV1FlexFlow", "parameters": [ { "description": "The `friendly_name` of the FlexFlow resources to read.", @@ -769,6 +776,7 @@ }, "post": { "description": "", + "operationId": "CreateFlexV1FlexFlow", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -916,6 +924,7 @@ "/v1/FlexFlows/{Sid}": { "delete": { "description": "", + "operationId": "DeleteFlexV1FlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to delete.", @@ -947,6 +956,7 @@ "description": "Flex flow", "get": { "description": "", + "operationId": "FetchFlexV1FlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to fetch.", @@ -984,6 +994,7 @@ }, "post": { "description": "", + "operationId": "UpdateFlexV1FlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to update.", @@ -1141,6 +1152,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListFlexV1WebChannel", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1214,6 +1226,7 @@ }, "post": { "description": "", + "operationId": "CreateFlexV1WebChannel", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1293,6 +1306,7 @@ "/v1/WebChannels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteFlexV1WebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to delete.", @@ -1324,6 +1338,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchFlexV1WebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to fetch.", @@ -1361,6 +1376,7 @@ }, "post": { "description": "", + "operationId": "UpdateFlexV1WebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to update.", diff --git a/src/services/twilio-api/twilio_insights_v1.json b/src/services/twilio-api/twilio_insights_v1.json index 1e018114..2d66a4df 100644 --- a/src/services/twilio-api/twilio_insights_v1.json +++ b/src/services/twilio-api/twilio_insights_v1.json @@ -526,6 +526,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListInsightsV1VideoRoomSummary", "parameters": [ { "description": "", @@ -671,6 +672,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchInsightsV1VideoRoomSummary", "parameters": [ { "description": "", @@ -718,6 +720,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListInsightsV1VideoParticipantSummary", "parameters": [ { "description": "", @@ -812,6 +815,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchInsightsV1VideoParticipantSummary", "parameters": [ { "description": "", @@ -867,6 +871,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListInsightsV1Event", "parameters": [ { "description": "", @@ -983,6 +988,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListInsightsV1Metric", "parameters": [ { "description": "", @@ -1113,6 +1119,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchInsightsV1Summary", "parameters": [ { "description": "", @@ -1177,6 +1184,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchInsightsV1Call", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_ip_messaging_v1.json b/src/services/twilio-api/twilio_ip_messaging_v1.json index 9a0ecf2b..257267bb 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v1.json +++ b/src/services/twilio-api/twilio_ip_messaging_v1.json @@ -559,6 +559,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -632,6 +633,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -715,6 +717,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Credential", "parameters": [ { "description": "", @@ -746,6 +749,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Credential", "parameters": [ { "description": "", @@ -783,6 +787,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Credential", "parameters": [ { "description": "", @@ -869,6 +874,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -942,6 +948,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -997,6 +1004,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Channel", "parameters": [ { "description": "", @@ -1097,6 +1105,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Channel", "parameters": [ { "description": "", @@ -1179,6 +1188,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Invite", "parameters": [ { "description": "", @@ -1284,6 +1294,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Invite", "parameters": [ { "description": "", @@ -1368,6 +1379,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Invite", "parameters": [ { "description": "", @@ -1420,6 +1432,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Invite", "parameters": [ { "description": "", @@ -1492,6 +1505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Member", "parameters": [ { "description": "", @@ -1597,6 +1611,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Member", "parameters": [ { "description": "", @@ -1681,6 +1696,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Member", "parameters": [ { "description": "", @@ -1733,6 +1749,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Member", "parameters": [ { "description": "", @@ -1791,6 +1808,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Member", "parameters": [ { "description": "", @@ -1886,6 +1904,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Message", "parameters": [ { "description": "", @@ -1995,6 +2014,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Message", "parameters": [ { "description": "", @@ -2084,6 +2104,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Message", "parameters": [ { "description": "", @@ -2139,6 +2160,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Message", "parameters": [ { "description": "", @@ -2200,6 +2222,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Message", "parameters": [ { "description": "", @@ -2294,6 +2317,7 @@ "/v1/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Channel", "parameters": [ { "description": "", @@ -2334,6 +2358,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Channel", "parameters": [ { "description": "", @@ -2380,6 +2405,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Channel", "parameters": [ { "description": "", @@ -2463,6 +2489,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1Role", "parameters": [ { "description": "", @@ -2548,6 +2575,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1Role", "parameters": [ { "description": "", @@ -2633,6 +2661,7 @@ "/v1/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Role", "parameters": [ { "description": "", @@ -2676,6 +2705,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Role", "parameters": [ { "description": "", @@ -2725,6 +2755,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Role", "parameters": [ { "description": "", @@ -2809,6 +2840,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1User", "parameters": [ { "description": "", @@ -2894,6 +2926,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV1User", "parameters": [ { "description": "", @@ -2977,6 +3010,7 @@ "/v1/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1User", "parameters": [ { "description": "", @@ -3017,6 +3051,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1User", "parameters": [ { "description": "", @@ -3063,6 +3098,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1User", "parameters": [ { "description": "", @@ -3149,6 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV1UserChannel", "parameters": [ { "description": "", @@ -3255,6 +3292,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV1Service", "parameters": [ { "description": "", @@ -3286,6 +3324,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV1Service", "parameters": [ { "description": "", @@ -3323,6 +3362,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV1Service", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_ip_messaging_v2.json b/src/services/twilio-api/twilio_ip_messaging_v2.json index a68cc152..9260513f 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v2.json +++ b/src/services/twilio-api/twilio_ip_messaging_v2.json @@ -772,6 +772,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -845,6 +846,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -928,6 +930,7 @@ "/v2/Credentials/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Credential", "parameters": [ { "description": "", @@ -959,6 +962,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Credential", "parameters": [ { "description": "", @@ -996,6 +1000,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Credential", "parameters": [ { "description": "", @@ -1082,6 +1087,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1155,6 +1161,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1210,6 +1217,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Binding", "parameters": [ { "description": "", @@ -1335,6 +1343,7 @@ "/v2/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Binding", "parameters": [ { "description": "", @@ -1378,6 +1387,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Binding", "parameters": [ { "description": "", @@ -1441,6 +1451,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Channel", "parameters": [ { "description": "", @@ -1541,6 +1552,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Channel", "parameters": [ { "description": "", @@ -1649,6 +1661,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Invite", "parameters": [ { "description": "", @@ -1754,6 +1767,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Invite", "parameters": [ { "description": "", @@ -1838,6 +1852,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Invite", "parameters": [ { "description": "", @@ -1890,6 +1905,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Invite", "parameters": [ { "description": "", @@ -1962,6 +1978,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Member", "parameters": [ { "description": "", @@ -2067,6 +2084,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Member", "parameters": [ { "description": "", @@ -2187,6 +2205,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Member", "parameters": [ { "description": "", @@ -2248,6 +2267,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Member", "parameters": [ { "description": "", @@ -2303,6 +2323,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Member", "parameters": [ { "description": "", @@ -2426,6 +2447,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Message", "parameters": [ { "description": "", @@ -2532,6 +2554,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Message", "parameters": [ { "description": "", @@ -2648,6 +2671,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Message", "parameters": [ { "description": "", @@ -2712,6 +2736,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Message", "parameters": [ { "description": "", @@ -2770,6 +2795,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Message", "parameters": [ { "description": "", @@ -2892,6 +2918,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2ChannelWebhook", "parameters": [ { "description": "", @@ -2986,6 +3013,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2ChannelWebhook", "parameters": [ { "description": "", @@ -3104,6 +3132,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2ChannelWebhook", "parameters": [ { "description": "", @@ -3156,6 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2ChannelWebhook", "parameters": [ { "description": "", @@ -3214,6 +3244,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2ChannelWebhook", "parameters": [ { "description": "", @@ -3332,6 +3363,7 @@ "/v2/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Channel", "parameters": [ { "description": "", @@ -3384,6 +3416,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Channel", "parameters": [ { "description": "", @@ -3430,6 +3463,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Channel", "parameters": [ { "description": "", @@ -3539,6 +3573,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2Role", "parameters": [ { "description": "", @@ -3624,6 +3659,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2Role", "parameters": [ { "description": "", @@ -3709,6 +3745,7 @@ "/v2/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Role", "parameters": [ { "description": "", @@ -3752,6 +3789,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Role", "parameters": [ { "description": "", @@ -3801,6 +3839,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Role", "parameters": [ { "description": "", @@ -3885,6 +3924,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2User", "parameters": [ { "description": "", @@ -3970,6 +4010,7 @@ }, "post": { "description": "", + "operationId": "CreateIpMessagingV2User", "parameters": [ { "description": "", @@ -4066,6 +4107,7 @@ "/v2/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2User", "parameters": [ { "description": "", @@ -4106,6 +4148,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2User", "parameters": [ { "description": "", @@ -4152,6 +4195,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2User", "parameters": [ { "description": "", @@ -4251,6 +4295,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2UserBinding", "parameters": [ { "description": "", @@ -4375,6 +4420,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2UserBinding", "parameters": [ { "description": "", @@ -4427,6 +4473,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2UserBinding", "parameters": [ { "description": "", @@ -4500,6 +4547,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListIpMessagingV2UserChannel", "parameters": [ { "description": "", @@ -4606,6 +4654,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2UserChannel", "parameters": [ { "description": "", @@ -4655,6 +4704,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2UserChannel", "parameters": [ { "description": "", @@ -4710,6 +4760,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2UserChannel", "parameters": [ { "description": "", @@ -4806,6 +4857,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteIpMessagingV2Service", "parameters": [ { "description": "", @@ -4837,6 +4889,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchIpMessagingV2Service", "parameters": [ { "description": "", @@ -4874,6 +4927,7 @@ }, "post": { "description": "", + "operationId": "UpdateIpMessagingV2Service", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_lookups_v1.json b/src/services/twilio-api/twilio_lookups_v1.json index 1ed75516..14690813 100644 --- a/src/services/twilio-api/twilio_lookups_v1.json +++ b/src/services/twilio-api/twilio_lookups_v1.json @@ -57,6 +57,7 @@ "description": "Detailed information on phone numbers", "get": { "description": "", + "operationId": "FetchLookupsV1PhoneNumber", "parameters": [ { "description": "The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.", diff --git a/src/services/twilio-api/twilio_messaging_v1.json b/src/services/twilio-api/twilio_messaging_v1.json index 224dbcae..407e0ed6 100644 --- a/src/services/twilio-api/twilio_messaging_v1.json +++ b/src/services/twilio-api/twilio_messaging_v1.json @@ -287,6 +287,7 @@ "description": "A Deactivation resource to retrieve a list of United States phone numbers that have been deactivated by mobile carriers on a specific date.", "get": { "description": "Fetch a list of all United States numbers that have been deactivated on a specific date.", + "operationId": "FetchMessagingV1Deactivation", "parameters": [ { "description": "The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format.", @@ -333,6 +334,7 @@ "description": "A Messaging Service resource to create, fetch, update, delete or add/remove senders from Messaging Services.", "get": { "description": "", + "operationId": "ListMessagingV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -406,6 +408,7 @@ }, "post": { "description": "", + "operationId": "CreateMessagingV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -549,6 +552,7 @@ "description": "A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service.", "get": { "description": "", + "operationId": "ListMessagingV1AlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -634,6 +638,7 @@ }, "post": { "description": "", + "operationId": "CreateMessagingV1AlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -701,6 +706,7 @@ "/v1/Services/{ServiceSid}/AlphaSenders/{Sid}": { "delete": { "description": "", + "operationId": "DeleteMessagingV1AlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -741,6 +747,7 @@ "description": "A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service.", "get": { "description": "", + "operationId": "FetchMessagingV1AlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -800,6 +807,7 @@ "description": "A Messaging Service resource to add, fetch or remove phone numbers from a Messaging Service.", "get": { "description": "", + "operationId": "ListMessagingV1PhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -885,6 +893,7 @@ }, "post": { "description": "", + "operationId": "CreateMessagingV1PhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -956,6 +965,7 @@ "/v1/Services/{ServiceSid}/PhoneNumbers/{Sid}": { "delete": { "description": "", + "operationId": "DeleteMessagingV1PhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -996,6 +1006,7 @@ "description": "A Messaging Service resource to add, fetch or remove phone numbers from a Messaging Service.", "get": { "description": "", + "operationId": "FetchMessagingV1PhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -1056,6 +1067,7 @@ "description": "A Messaging Service resource to add, fetch or remove short code numbers from a Messaging Service.", "get": { "description": "", + "operationId": "ListMessagingV1ShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -1141,6 +1153,7 @@ }, "post": { "description": "", + "operationId": "CreateMessagingV1ShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -1212,6 +1225,7 @@ "/v1/Services/{ServiceSid}/ShortCodes/{Sid}": { "delete": { "description": "", + "operationId": "DeleteMessagingV1ShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -1252,6 +1266,7 @@ "description": "A Messaging Service resource to add, fetch or remove short code numbers from a Messaging Service.", "get": { "description": "", + "operationId": "FetchMessagingV1ShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -1311,6 +1326,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteMessagingV1Service", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -1342,6 +1358,7 @@ "description": "A Messaging Service resource to create, fetch, update, delete or add/remove senders from Messaging Services.", "get": { "description": "", + "operationId": "FetchMessagingV1Service", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -1379,6 +1396,7 @@ }, "post": { "description": "", + "operationId": "UpdateMessagingV1Service", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_monitor_v1.json b/src/services/twilio-api/twilio_monitor_v1.json index 0d0460bb..c74a4b0c 100644 --- a/src/services/twilio-api/twilio_monitor_v1.json +++ b/src/services/twilio-api/twilio_monitor_v1.json @@ -265,6 +265,7 @@ "description": "Debugger alerts", "get": { "description": "", + "operationId": "ListMonitorV1Alert", "parameters": [ { "description": "Only show alerts for this log-level. Can be: `error`, `warning`, `notice`, or `debug`.", @@ -379,6 +380,7 @@ "description": "Debugger alerts", "get": { "description": "", + "operationId": "FetchMonitorV1Alert", "parameters": [ { "description": "The SID of the Alert resource to fetch.", @@ -431,6 +433,7 @@ "description": "Debugger events", "get": { "description": "Returns a list of events in the account, sorted by event-date.", + "operationId": "ListMonitorV1Event", "parameters": [ { "description": "Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials.", @@ -575,6 +578,7 @@ "description": "Debugger events", "get": { "description": "", + "operationId": "FetchMonitorV1Event", "parameters": [ { "description": "The SID of the Event resource to fetch.", diff --git a/src/services/twilio-api/twilio_notify_v1.json b/src/services/twilio-api/twilio_notify_v1.json index b96dbd74..a48afc4e 100644 --- a/src/services/twilio-api/twilio_notify_v1.json +++ b/src/services/twilio-api/twilio_notify_v1.json @@ -312,6 +312,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListNotifyV1Credential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -385,6 +386,7 @@ }, "post": { "description": "", + "operationId": "CreateNotifyV1Credential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -468,6 +470,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", + "operationId": "DeleteNotifyV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to delete.", @@ -499,6 +502,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchNotifyV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to fetch.", @@ -536,6 +540,7 @@ }, "post": { "description": "", + "operationId": "UpdateNotifyV1Credential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to update.", @@ -622,6 +627,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListNotifyV1Service", "parameters": [ { "description": "The string that identifies the Service resources to read.", @@ -703,6 +709,7 @@ }, "post": { "description": "", + "operationId": "CreateNotifyV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -819,6 +826,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListNotifyV1Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from.", @@ -944,6 +952,7 @@ }, "post": { "description": "", + "operationId": "CreateNotifyV1Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under.", @@ -1054,6 +1063,7 @@ "/v1/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteNotifyV1Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from.", @@ -1097,6 +1107,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchNotifyV1Binding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from.", @@ -1162,6 +1173,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", + "operationId": "CreateNotifyV1Notification", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under.", @@ -1311,6 +1323,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteNotifyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -1342,6 +1355,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchNotifyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -1379,6 +1393,7 @@ }, "post": { "description": "", + "operationId": "UpdateNotifyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_numbers_v2.json b/src/services/twilio-api/twilio_numbers_v2.json index 51b92f6f..7f76b795 100644 --- a/src/services/twilio-api/twilio_numbers_v2.json +++ b/src/services/twilio-api/twilio_numbers_v2.json @@ -366,6 +366,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Bundles for an account.", + "operationId": "ListNumbersV2Bundle", "parameters": [ { "description": "The verification status of the Bundle resource.", @@ -490,6 +491,7 @@ }, "post": { "description": "Create a new Bundle.", + "operationId": "CreateNumbersV2Bundle", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -578,6 +580,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Evaluations associated to the Bundle resource.", + "operationId": "ListNumbersV2Evaluation", "parameters": [ { "description": "", @@ -663,6 +666,7 @@ }, "post": { "description": "", + "operationId": "CreateNumbersV2Evaluation", "parameters": [ { "description": "", @@ -722,6 +726,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Evaluation Instance.", + "operationId": "FetchNumbersV2Evaluation", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -783,6 +788,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Assigned Items for an account.", + "operationId": "ListNumbersV2ItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -868,6 +874,7 @@ }, "post": { "description": "Create a new Assigned Item.", + "operationId": "CreateNumbersV2ItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -937,6 +944,7 @@ "/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid}": { "delete": { "description": "Remove an Assignment Item Instance.", + "operationId": "DeleteNumbersV2ItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -980,6 +988,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Assigned Item Instance.", + "operationId": "FetchNumbersV2ItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1040,6 +1049,7 @@ "/v2/RegulatoryCompliance/Bundles/{Sid}": { "delete": { "description": "Delete a specific Bundle.", + "operationId": "DeleteNumbersV2Bundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1071,6 +1081,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Bundle instance.", + "operationId": "FetchNumbersV2Bundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1108,6 +1119,7 @@ }, "post": { "description": "Updates a Bundle in an account.", + "operationId": "UpdateNumbersV2Bundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1195,6 +1207,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all End-User Types.", + "operationId": "ListNumbersV2EndUserType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1281,6 +1294,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific End-User Type Instance.", + "operationId": "FetchNumbersV2EndUserType", "parameters": [ { "description": "The unique string that identifies the End-User Type resource.", @@ -1328,6 +1342,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all End User for an account.", + "operationId": "ListNumbersV2EndUser", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1401,6 +1416,7 @@ }, "post": { "description": "Create a new End User.", + "operationId": "CreateNumbersV2EndUser", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1467,6 +1483,7 @@ "/v2/RegulatoryCompliance/EndUsers/{Sid}": { "delete": { "description": "Delete a specific End User.", + "operationId": "DeleteNumbersV2EndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1498,6 +1515,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific End User Instance.", + "operationId": "FetchNumbersV2EndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1535,6 +1553,7 @@ }, "post": { "description": "Update an existing End User.", + "operationId": "UpdateNumbersV2EndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1604,6 +1623,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Regulations.", + "operationId": "ListNumbersV2Regulation", "parameters": [ { "description": "The type of End User the regulation requires - can be `individual` or `business`.", @@ -1718,6 +1738,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Regulation Instance.", + "operationId": "FetchNumbersV2Regulation", "parameters": [ { "description": "The unique string that identifies the Regulation resource.", @@ -1768,6 +1789,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Supporting Document Types.", + "operationId": "ListNumbersV2SupportingDocumentType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1854,6 +1876,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Supporting Document Type Instance.", + "operationId": "FetchNumbersV2SupportingDocumentType", "parameters": [ { "description": "The unique string that identifies the Supporting Document Type resource.", @@ -1901,6 +1924,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Supporting Document for an account.", + "operationId": "ListNumbersV2SupportingDocument", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1974,6 +1998,7 @@ }, "post": { "description": "Create a new Supporting Document.", + "operationId": "CreateNumbersV2SupportingDocument", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2036,6 +2061,7 @@ "/v2/RegulatoryCompliance/SupportingDocuments/{Sid}": { "delete": { "description": "Delete a specific Supporting Document.", + "operationId": "DeleteNumbersV2SupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", @@ -2067,6 +2093,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Supporting Document Instance.", + "operationId": "FetchNumbersV2SupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", @@ -2104,6 +2131,7 @@ }, "post": { "description": "Update an existing Supporting Document.", + "operationId": "UpdateNumbersV2SupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", diff --git a/src/services/twilio-api/twilio_preview.json b/src/services/twilio-api/twilio_preview.json index 27372fab..e39aa960 100644 --- a/src/services/twilio-api/twilio_preview.json +++ b/src/services/twilio-api/twilio_preview.json @@ -2252,6 +2252,7 @@ "/BulkExports/Exports/Jobs/{JobSid}": { "delete": { "description": "", + "operationId": "DeletePreviewBulkExportsJob", "parameters": [ { "description": "The unique string that that we created to identify the Bulk Export job", @@ -2283,6 +2284,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewBulkExportsJob", "parameters": [ { "description": "", @@ -2330,6 +2332,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export.", + "operationId": "FetchPreviewBulkExportsExport", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2374,6 +2377,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export Configuration.", + "operationId": "FetchPreviewBulkExportsExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2408,6 +2412,7 @@ }, "post": { "description": "Update a specific Export Configuration.", + "operationId": "UpdatePreviewBulkExportsExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2476,6 +2481,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Days for a resource.", + "operationId": "ListPreviewBulkExportsDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2568,6 +2574,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Day.", + "operationId": "FetchPreviewBulkExportsDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2621,6 +2628,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewBulkExportsExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2703,6 +2711,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewBulkExportsExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages or Calls", @@ -2787,6 +2796,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Fleets belonging to your account.", + "operationId": "ListPreviewDeployedDevicesFleet", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -2860,6 +2870,7 @@ }, "post": { "description": "Create a new Fleet for scoping of deployed devices within your account.", + "operationId": "CreatePreviewDeployedDevicesFleet", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2908,6 +2919,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Certificate credentials belonging to the Fleet.", + "operationId": "ListPreviewDeployedDevicesCertificate", "parameters": [ { "description": "", @@ -3001,6 +3013,7 @@ }, "post": { "description": "Enroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Device.", + "operationId": "CreatePreviewDeployedDevicesCertificate", "parameters": [ { "description": "", @@ -3073,6 +3086,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid}": { "delete": { "description": "Unregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", + "operationId": "DeletePreviewDeployedDevicesCertificate", "parameters": [ { "description": "", @@ -3113,6 +3127,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Certificate credential in the Fleet.", + "operationId": "FetchPreviewDeployedDevicesCertificate", "parameters": [ { "description": "", @@ -3159,6 +3174,7 @@ }, "post": { "description": "Update the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or assigning to a Device.", + "operationId": "UpdatePreviewDeployedDevicesCertificate", "parameters": [ { "description": "", @@ -3237,6 +3253,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Deployments belonging to the Fleet.", + "operationId": "ListPreviewDeployedDevicesDeployment", "parameters": [ { "description": "", @@ -3319,6 +3336,7 @@ }, "post": { "description": "Create a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sync service instance.", + "operationId": "CreatePreviewDeployedDevicesDeployment", "parameters": [ { "description": "", @@ -3384,6 +3402,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid}": { "delete": { "description": "Delete a specific Deployment from the Fleet, leaving associated devices effectively undeployed.", + "operationId": "DeletePreviewDeployedDevicesDeployment", "parameters": [ { "description": "", @@ -3424,6 +3443,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Deployment in the Fleet.", + "operationId": "FetchPreviewDeployedDevicesDeployment", "parameters": [ { "description": "", @@ -3470,6 +3490,7 @@ }, "post": { "description": "Update the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or linking to a specific Twilio Sync service instance.", + "operationId": "UpdatePreviewDeployedDevicesDeployment", "parameters": [ { "description": "", @@ -3548,6 +3569,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Devices belonging to the Fleet.", + "operationId": "ListPreviewDeployedDevicesDevice", "parameters": [ { "description": "", @@ -3641,6 +3663,7 @@ }, "post": { "description": "Create a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deployment and/or human identity.", + "operationId": "CreatePreviewDeployedDevicesDevice", "parameters": [ { "description": "", @@ -3718,6 +3741,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Devices/{Sid}": { "delete": { "description": "Delete a specific Device from the Fleet, also removing it from associated Deployments.", + "operationId": "DeletePreviewDeployedDevicesDevice", "parameters": [ { "description": "", @@ -3755,6 +3779,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Device in the Fleet.", + "operationId": "FetchPreviewDeployedDevicesDevice", "parameters": [ { "description": "", @@ -3798,6 +3823,7 @@ }, "post": { "description": "Update the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deployment, or a human identity.", + "operationId": "UpdatePreviewDeployedDevicesDevice", "parameters": [ { "description": "", @@ -3881,6 +3907,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Keys credentials belonging to the Fleet.", + "operationId": "ListPreviewDeployedDevicesKey", "parameters": [ { "description": "", @@ -3974,6 +4001,7 @@ }, "post": { "description": "Create a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device.", + "operationId": "CreatePreviewDeployedDevicesKey", "parameters": [ { "description": "", @@ -4039,6 +4067,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Keys/{Sid}": { "delete": { "description": "Delete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", + "operationId": "DeletePreviewDeployedDevicesKey", "parameters": [ { "description": "", @@ -4079,6 +4108,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Key credential in the Fleet.", + "operationId": "FetchPreviewDeployedDevicesKey", "parameters": [ { "description": "", @@ -4125,6 +4155,7 @@ }, "post": { "description": "Update the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning to a Device.", + "operationId": "UpdatePreviewDeployedDevicesKey", "parameters": [ { "description": "", @@ -4202,6 +4233,7 @@ "/DeployedDevices/Fleets/{Sid}": { "delete": { "description": "Delete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certificates, Keys.", + "operationId": "DeletePreviewDeployedDevicesFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4230,6 +4262,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Fleet in your account.", + "operationId": "FetchPreviewDeployedDevicesFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4264,6 +4297,7 @@ }, "post": { "description": "Update the friendly name property of a specific Fleet in your account.", + "operationId": "UpdatePreviewDeployedDevicesFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4330,6 +4364,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.", + "operationId": "ListPreviewHostedNumbersAuthorizationDocument", "parameters": [ { "description": "Email that this AuthorizationDocument will be sent to for signing.", @@ -4426,6 +4461,7 @@ }, "post": { "description": "Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.", + "operationId": "CreatePreviewHostedNumbersAuthorizationDocument", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -4510,6 +4546,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific AuthorizationDocument.", + "operationId": "FetchPreviewHostedNumbersAuthorizationDocument", "parameters": [ { "description": "A 34 character string that uniquely identifies this AuthorizationDocument.", @@ -4547,6 +4584,7 @@ }, "post": { "description": "Updates a specific AuthorizationDocument.", + "operationId": "UpdatePreviewHostedNumbersAuthorizationDocument", "parameters": [ { "description": "", @@ -4649,6 +4687,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.", + "operationId": "ListPreviewHostedNumbersDependentHostedNumberOrder", "parameters": [ { "description": "", @@ -4798,6 +4837,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of HostedNumberOrders belonging to the account initiating the request.", + "operationId": "ListPreviewHostedNumbersHostedNumberOrder", "parameters": [ { "description": "The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`.", @@ -4925,6 +4965,7 @@ }, "post": { "description": "Host a phone number's capability on Twilio's platform.", + "operationId": "CreatePreviewHostedNumbersHostedNumberOrder", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -5104,6 +5145,7 @@ "/HostedNumbers/HostedNumberOrders/{Sid}": { "delete": { "description": "Cancel the HostedNumberOrder (only available when the status is in `received`).", + "operationId": "DeletePreviewHostedNumbersHostedNumberOrder", "parameters": [ { "description": "A 34 character string that uniquely identifies this HostedNumberOrder.", @@ -5135,6 +5177,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific HostedNumberOrder.", + "operationId": "FetchPreviewHostedNumbersHostedNumberOrder", "parameters": [ { "description": "A 34 character string that uniquely identifies this HostedNumberOrder.", @@ -5172,6 +5215,7 @@ }, "post": { "description": "Updates a specific HostedNumberOrder.", + "operationId": "UpdatePreviewHostedNumbersHostedNumberOrder", "parameters": [ { "description": "", @@ -5291,6 +5335,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -5364,6 +5409,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -5425,6 +5471,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncDocument", "parameters": [ { "description": "", @@ -5510,6 +5557,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncDocument", "parameters": [ { "description": "", @@ -5576,6 +5624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Document.", + "operationId": "ListPreviewSyncDocumentPermission", "parameters": [ { "description": "", @@ -5679,6 +5728,7 @@ "/Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Document Permission.", + "operationId": "DeletePreviewSyncDocumentPermission", "parameters": [ { "description": "", @@ -5728,6 +5778,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Document Permission.", + "operationId": "FetchPreviewSyncDocumentPermission", "parameters": [ { "description": "", @@ -5783,6 +5834,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Document.", + "operationId": "UpdatePreviewSyncDocumentPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -5875,6 +5927,7 @@ "/Sync/Services/{ServiceSid}/Documents/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncDocument", "parameters": [ { "description": "", @@ -5923,6 +5976,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncDocument", "parameters": [ { "description": "", @@ -5969,6 +6023,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewSyncDocument", "parameters": [ { "description": "", @@ -6051,6 +6106,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncSyncList", "parameters": [ { "description": "", @@ -6136,6 +6192,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncSyncList", "parameters": [ { "description": "", @@ -6198,6 +6255,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncSyncListItem", "parameters": [ { "description": "", @@ -6324,6 +6382,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncSyncListItem", "parameters": [ { "description": "", @@ -6397,6 +6456,7 @@ "/Sync/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncSyncListItem", "parameters": [ { "description": "", @@ -6454,6 +6514,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncSyncListItem", "parameters": [ { "description": "", @@ -6509,6 +6570,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewSyncSyncListItem", "parameters": [ { "description": "", @@ -6600,6 +6662,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync List.", + "operationId": "ListPreviewSyncSyncListPermission", "parameters": [ { "description": "", @@ -6703,6 +6766,7 @@ "/Sync/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync List Permission.", + "operationId": "DeletePreviewSyncSyncListPermission", "parameters": [ { "description": "", @@ -6752,6 +6816,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync List Permission.", + "operationId": "FetchPreviewSyncSyncListPermission", "parameters": [ { "description": "", @@ -6807,6 +6872,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync List.", + "operationId": "UpdatePreviewSyncSyncListPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -6899,6 +6965,7 @@ "/Sync/Services/{ServiceSid}/Lists/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncSyncList", "parameters": [ { "description": "", @@ -6939,6 +7006,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncSyncList", "parameters": [ { "description": "", @@ -6995,6 +7063,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncSyncMap", "parameters": [ { "description": "", @@ -7080,6 +7149,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncSyncMap", "parameters": [ { "description": "", @@ -7142,6 +7212,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewSyncSyncMapItem", "parameters": [ { "description": "", @@ -7268,6 +7339,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewSyncSyncMapItem", "parameters": [ { "description": "", @@ -7346,6 +7418,7 @@ "/Sync/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncSyncMapItem", "parameters": [ { "description": "", @@ -7403,6 +7476,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncSyncMapItem", "parameters": [ { "description": "", @@ -7458,6 +7532,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewSyncSyncMapItem", "parameters": [ { "description": "", @@ -7549,6 +7624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Map.", + "operationId": "ListPreviewSyncSyncMapPermission", "parameters": [ { "description": "", @@ -7652,6 +7728,7 @@ "/Sync/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Map Permission.", + "operationId": "DeletePreviewSyncSyncMapPermission", "parameters": [ { "description": "", @@ -7701,6 +7778,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Map Permission.", + "operationId": "FetchPreviewSyncSyncMapPermission", "parameters": [ { "description": "", @@ -7756,6 +7834,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Map.", + "operationId": "UpdatePreviewSyncSyncMapPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -7848,6 +7927,7 @@ "/Sync/Services/{ServiceSid}/Maps/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncSyncMap", "parameters": [ { "description": "", @@ -7888,6 +7968,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncSyncMap", "parameters": [ { "description": "", @@ -7943,6 +8024,7 @@ "/Sync/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewSyncService", "parameters": [ { "description": "", @@ -7974,6 +8056,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewSyncService", "parameters": [ { "description": "", @@ -8011,6 +8094,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewSyncService", "parameters": [ { "description": "", @@ -8086,6 +8170,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Associate a channel to a branded channel", + "operationId": "CreatePreviewTrustedCommsChannel", "parameters": [ { "description": "The unique SID identifier of the Branded Channel. The given phone number is going to be assigned to this Branded Channel", @@ -8162,6 +8247,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Branded Channel.", + "operationId": "FetchPreviewTrustedCommsBrandedChannel", "parameters": [ { "description": "The unique SID identifier of the Branded Channel.", @@ -8216,6 +8302,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve the newest available BrandInformation", + "operationId": "FetchPreviewTrustedCommsBrandsInformation", "parameters": [ { "description": "The If-None-Match HTTP request header", @@ -8264,6 +8351,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Call Placement Service (CPS) given a phone number via `X-XCNAM-Sensitive-Phone-Number` header.", + "operationId": "FetchPreviewTrustedCommsCps", "parameters": [ { "description": "The X-Xcnam-Sensitive-Phone-Number HTTP request header", @@ -8311,6 +8399,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a current call given the originating and terminating number via `X-XCNAM-Sensitive-Phone-Number-From` and `X-XCNAM-Sensitive-Phone-Number-To` headers.", + "operationId": "FetchPreviewTrustedCommsCurrentCall", "parameters": [ { "description": "The X-Xcnam-Sensitive-Phone-Number-From HTTP request header", @@ -8377,6 +8466,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-ons currently available to be installed.", + "operationId": "ListPreviewMarketplaceAvailableAddOn", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -8460,6 +8550,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Available Add-on.", + "operationId": "ListPreviewMarketplaceAvailableAddOnExtension", "parameters": [ { "description": "The SID of the AvailableAddOn resource with the extensions to read.", @@ -8555,6 +8646,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Available Add-on.", + "operationId": "FetchPreviewMarketplaceAvailableAddOnExtension", "parameters": [ { "description": "The SID of the AvailableAddOn resource with the extension to fetch.", @@ -8614,6 +8706,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on currently available to be installed.", + "operationId": "FetchPreviewMarketplaceAvailableAddOn", "parameters": [ { "description": "The SID of the AvailableAddOn resource to fetch.", @@ -8661,6 +8754,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-ons currently installed on this Account.", + "operationId": "ListPreviewMarketplaceInstalledAddOn", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -8734,6 +8828,7 @@ }, "post": { "description": "Install an Add-on for the Account specified.", + "operationId": "CreatePreviewMarketplaceInstalledAddOn", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -8801,6 +8896,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Installed Add-on.", + "operationId": "ListPreviewMarketplaceInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extensions to read.", @@ -8896,6 +8992,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Installed Add-on.", + "operationId": "FetchPreviewMarketplaceInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extension to fetch.", @@ -8945,6 +9042,7 @@ }, "post": { "description": "Update an Extension for an Add-on installation.", + "operationId": "UpdatePreviewMarketplaceInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extension to update.", @@ -9021,6 +9119,7 @@ "/marketplace/InstalledAddOns/{Sid}": { "delete": { "description": "Remove an Add-on installation from your account", + "operationId": "DeletePreviewMarketplaceInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to delete.", @@ -9052,6 +9151,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on currently installed on this Account.", + "operationId": "FetchPreviewMarketplaceInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to fetch.", @@ -9089,6 +9189,7 @@ }, "post": { "description": "Update an Add-on installation for the Account specified.", + "operationId": "UpdatePreviewMarketplaceInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to update.", @@ -9155,6 +9256,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandAssistant", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -9228,6 +9330,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandAssistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -9305,6 +9408,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandDialogue", "parameters": [ { "description": "", @@ -9358,6 +9462,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandAssistantFallbackActions", "parameters": [ { "description": "", @@ -9392,6 +9497,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandAssistantFallbackActions", "parameters": [ { "description": "", @@ -9451,6 +9557,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandFieldType", "parameters": [ { "description": "", @@ -9533,6 +9640,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandFieldType", "parameters": [ { "description": "", @@ -9599,6 +9707,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandFieldValue", "parameters": [ { "description": "", @@ -9698,6 +9807,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandFieldValue", "parameters": [ { "description": "", @@ -9777,6 +9887,7 @@ "/understand/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandFieldValue", "parameters": [ { "description": "", @@ -9823,6 +9934,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandFieldValue", "parameters": [ { "description": "", @@ -9884,6 +9996,7 @@ "/understand/Assistants/{AssistantSid}/FieldTypes/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandFieldType", "parameters": [ { "description": "", @@ -9921,6 +10034,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandFieldType", "parameters": [ { "description": "", @@ -9964,6 +10078,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandFieldType", "parameters": [ { "description": "", @@ -10036,6 +10151,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandAssistantInitiationActions", "parameters": [ { "description": "", @@ -10070,6 +10186,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandAssistantInitiationActions", "parameters": [ { "description": "", @@ -10129,6 +10246,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandModelBuild", "parameters": [ { "description": "", @@ -10211,6 +10329,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandModelBuild", "parameters": [ { "description": "", @@ -10274,6 +10393,7 @@ "/understand/Assistants/{AssistantSid}/ModelBuilds/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandModelBuild", "parameters": [ { "description": "", @@ -10311,6 +10431,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandModelBuild", "parameters": [ { "description": "", @@ -10354,6 +10475,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandModelBuild", "parameters": [ { "description": "", @@ -10422,6 +10544,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10528,6 +10651,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10606,6 +10730,7 @@ "/understand/Assistants/{AssistantSid}/Queries/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandQuery", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -10643,6 +10768,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandQuery", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -10686,6 +10812,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10761,6 +10888,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns Style sheet JSON object for this Assistant", + "operationId": "FetchPreviewUnderstandStyleSheet", "parameters": [ { "description": "The unique ID of the Assistant", @@ -10795,6 +10923,7 @@ }, "post": { "description": "Updates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}.", + "operationId": "UpdatePreviewUnderstandStyleSheet", "parameters": [ { "description": "The unique ID of the Assistant", @@ -10854,6 +10983,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -10936,6 +11066,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11010,6 +11141,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11047,6 +11179,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11090,6 +11223,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11171,6 +11305,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns JSON actions for this Task.", + "operationId": "FetchPreviewUnderstandTaskActions", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11214,6 +11349,7 @@ }, "post": { "description": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.", + "operationId": "UpdatePreviewUnderstandTaskActions", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11282,6 +11418,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11373,6 +11510,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandField", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11448,6 +11586,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11494,6 +11633,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11556,6 +11696,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewUnderstandSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11655,6 +11796,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewUnderstandSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11734,6 +11876,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11783,6 +11926,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11838,6 +11982,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11926,6 +12071,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandTaskStatistics", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11978,6 +12124,7 @@ "/understand/Assistants/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewUnderstandAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12006,6 +12153,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewUnderstandAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12040,6 +12188,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewUnderstandAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12128,6 +12277,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewWirelessCommand", "parameters": [ { "description": "", @@ -12233,6 +12383,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewWirelessCommand", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -12309,6 +12460,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewWirelessCommand", "parameters": [ { "description": "", @@ -12356,6 +12508,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewWirelessRatePlan", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -12429,6 +12582,7 @@ }, "post": { "description": "", + "operationId": "CreatePreviewWirelessRatePlan", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -12515,6 +12669,7 @@ "/wireless/RatePlans/{Sid}": { "delete": { "description": "", + "operationId": "DeletePreviewWirelessRatePlan", "parameters": [ { "description": "", @@ -12543,6 +12698,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewWirelessRatePlan", "parameters": [ { "description": "", @@ -12577,6 +12733,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewWirelessRatePlan", "parameters": [ { "description": "", @@ -12640,6 +12797,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListPreviewWirelessSim", "parameters": [ { "description": "", @@ -12763,6 +12921,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewWirelessSim", "parameters": [ { "description": "", @@ -12797,6 +12956,7 @@ }, "post": { "description": "", + "operationId": "UpdatePreviewWirelessSim", "parameters": [ { "description": "", @@ -12992,6 +13152,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchPreviewWirelessUsage", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_pricing_v1.json b/src/services/twilio-api/twilio_pricing_v1.json index 266dbd3a..9637f4c7 100644 --- a/src/services/twilio-api/twilio_pricing_v1.json +++ b/src/services/twilio-api/twilio_pricing_v1.json @@ -328,6 +328,7 @@ "description": "Messaging pricing by country", "get": { "description": "", + "operationId": "ListPricingV1MessagingCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -416,6 +417,7 @@ "description": "Messaging pricing by country", "get": { "description": "", + "operationId": "FetchPricingV1MessagingCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -465,6 +467,7 @@ "description": "Phone number pricing by country", "get": { "description": "", + "operationId": "ListPricingV1PhoneNumberCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -551,6 +554,7 @@ "description": "Phone number pricing by country", "get": { "description": "", + "operationId": "FetchPricingV1PhoneNumberCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -598,6 +602,7 @@ "description": "Voice pricing by country", "get": { "description": "", + "operationId": "ListPricingV1VoiceCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -684,6 +689,7 @@ "description": "Voice pricing by country", "get": { "description": "", + "operationId": "FetchPricingV1VoiceCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -731,6 +737,7 @@ "description": "Voice pricing for a specific phone number", "get": { "description": "", + "operationId": "FetchPricingV1VoiceNumber", "parameters": [ { "description": "The phone number to fetch.", diff --git a/src/services/twilio-api/twilio_pricing_v2.json b/src/services/twilio-api/twilio_pricing_v2.json index 236a0188..78811696 100644 --- a/src/services/twilio-api/twilio_pricing_v2.json +++ b/src/services/twilio-api/twilio_pricing_v2.json @@ -182,6 +182,7 @@ "description": "Voice pricing by country", "get": { "description": "", + "operationId": "ListPricingV2VoiceCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -268,6 +269,7 @@ "description": "Voice pricing by country", "get": { "description": "Fetch a specific Country.", + "operationId": "FetchPricingV2VoiceCountry", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch.", @@ -315,6 +317,7 @@ "description": "Voice pricing for a specific phone number", "get": { "description": "Fetch pricing information for a specific destination and, optionally, origination phone number.", + "operationId": "FetchPricingV2VoiceNumber", "parameters": [ { "description": "The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number.", diff --git a/src/services/twilio-api/twilio_proxy_v1.json b/src/services/twilio-api/twilio_proxy_v1.json index 6771ef63..81123a2e 100644 --- a/src/services/twilio-api/twilio_proxy_v1.json +++ b/src/services/twilio-api/twilio_proxy_v1.json @@ -636,6 +636,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.", + "operationId": "ListProxyV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -709,6 +710,7 @@ }, "post": { "description": "Create a new Service for Twilio Proxy", + "operationId": "CreateProxyV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -808,6 +810,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.", + "operationId": "ListProxyV1PhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read.", @@ -893,6 +896,7 @@ }, "post": { "description": "Add a Phone Number to a Service's Proxy Number Pool.", + "operationId": "CreateProxyV1PhoneNumber", "parameters": [ { "description": "The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource.", @@ -969,6 +973,7 @@ "/v1/Services/{ServiceSid}/PhoneNumbers/{Sid}": { "delete": { "description": "Delete a specific Phone Number from a Service.", + "operationId": "DeleteProxyV1PhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete.", @@ -1012,6 +1017,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Phone Number.", + "operationId": "FetchProxyV1PhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch.", @@ -1061,6 +1067,7 @@ }, "post": { "description": "Update a specific Proxy Number.", + "operationId": "UpdateProxyV1PhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update.", @@ -1139,6 +1146,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.", + "operationId": "ListProxyV1Session", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read.", @@ -1224,6 +1232,7 @@ }, "post": { "description": "Create a new Session", + "operationId": "CreateProxyV1Session", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1331,6 +1340,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.", + "operationId": "ListProxyV1Interaction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -1441,6 +1451,7 @@ "/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}": { "delete": { "description": "Delete a specific Interaction.", + "operationId": "DeleteProxyV1Interaction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -1496,6 +1507,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).", + "operationId": "FetchProxyV1Interaction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -1571,6 +1583,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Participants in a Session.", + "operationId": "ListProxyV1Participant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read.", @@ -1668,6 +1681,7 @@ }, "post": { "description": "Add a new Participant to the Session", + "operationId": "CreateProxyV1Participant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1769,6 +1783,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListProxyV1MessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -1878,6 +1893,7 @@ }, "post": { "description": "Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty.", + "operationId": "CreateProxyV1MessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1976,6 +1992,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchProxyV1MessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2062,6 +2079,7 @@ "/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}": { "delete": { "description": "Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted.", + "operationId": "DeleteProxyV1Participant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -2117,6 +2135,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Participant.", + "operationId": "FetchProxyV1Participant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2192,6 +2211,7 @@ "/v1/Services/{ServiceSid}/Sessions/{Sid}": { "delete": { "description": "Delete a specific Session.", + "operationId": "DeleteProxyV1Session", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -2235,6 +2255,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Session.", + "operationId": "FetchProxyV1Session", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2281,6 +2302,7 @@ }, "post": { "description": "Update a specific Session.", + "operationId": "UpdateProxyV1Session", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update.", @@ -2380,6 +2402,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page.", + "operationId": "ListProxyV1ShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -2465,6 +2488,7 @@ }, "post": { "description": "Add a Short Code to the Proxy Number Pool for the Service.", + "operationId": "CreateProxyV1ShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -2536,6 +2560,7 @@ "/v1/Services/{ServiceSid}/ShortCodes/{Sid}": { "delete": { "description": "Delete a specific Short Code from a Service.", + "operationId": "DeleteProxyV1ShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from.", @@ -2579,6 +2604,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Short Code.", + "operationId": "FetchProxyV1ShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from.", @@ -2628,6 +2654,7 @@ }, "post": { "description": "Update a specific Short Code.", + "operationId": "UpdateProxyV1ShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update.", @@ -2705,6 +2732,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Delete a specific Service.", + "operationId": "DeleteProxyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -2736,6 +2764,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Service.", + "operationId": "FetchProxyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -2770,6 +2799,7 @@ }, "post": { "description": "Update a specific Service.", + "operationId": "UpdateProxyV1Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_serverless_v1.json b/src/services/twilio-api/twilio_serverless_v1.json index c8c634d7..e9779ad9 100644 --- a/src/services/twilio-api/twilio_serverless_v1.json +++ b/src/services/twilio-api/twilio_serverless_v1.json @@ -609,6 +609,7 @@ "description": "The top-level resource for a Serverless application, which serves as a container for the application environments.", "get": { "description": "Retrieve a list of all Services.", + "operationId": "ListServerlessV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -682,6 +683,7 @@ }, "post": { "description": "Create a new Service resource.", + "operationId": "CreateServerlessV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -750,6 +752,7 @@ "description": "A wrapper that represents a static file and groups the different Versions of the static file.", "get": { "description": "Retrieve a list of all Assets.", + "operationId": "ListServerlessV1Asset", "parameters": [ { "description": "The SID of the Service to read the Asset resources from.", @@ -832,6 +835,7 @@ }, "post": { "description": "Create a new Asset resource.", + "operationId": "CreateServerlessV1Asset", "parameters": [ { "description": "The SID of the Service to create the Asset resource under.", @@ -898,6 +902,7 @@ "description": "The content of an Asset.", "get": { "description": "Retrieve a list of all Asset Versions.", + "operationId": "ListServerlessV1AssetVersion", "parameters": [ { "description": "The SID of the Service to read the Asset Version resource from.", @@ -1007,6 +1012,7 @@ "description": "The content of an Asset.", "get": { "description": "Retrieve a specific Asset Version.", + "operationId": "FetchServerlessV1AssetVersion", "parameters": [ { "description": "The SID of the Service to fetch the Asset Version resource from.", @@ -1079,6 +1085,7 @@ "/v1/Services/{ServiceSid}/Assets/{Sid}": { "delete": { "description": "Delete an Asset resource.", + "operationId": "DeleteServerlessV1Asset", "parameters": [ { "description": "The SID of the Service to delete the Asset resource from.", @@ -1119,6 +1126,7 @@ "description": "A wrapper that represents a static file and groups the different Versions of the static file.", "get": { "description": "Retrieve a specific Asset resource.", + "operationId": "FetchServerlessV1Asset", "parameters": [ { "description": "The SID of the Service to fetch the Asset resource from.", @@ -1165,6 +1173,7 @@ }, "post": { "description": "Update a specific Asset resource.", + "operationId": "UpdateServerlessV1Asset", "parameters": [ { "description": "The SID of the Service to update the Asset resource from.", @@ -1243,6 +1252,7 @@ "description": "A collection of Function Versions, Asset Versions, and Dependencies that form a deployable unit.", "get": { "description": "Retrieve a list of all Builds.", + "operationId": "ListServerlessV1Build", "parameters": [ { "description": "The SID of the Service to read the Build resources from.", @@ -1325,6 +1335,7 @@ }, "post": { "description": "Create a new Build resource. At least one function version or asset version is required.", + "operationId": "CreateServerlessV1Build", "parameters": [ { "description": "The SID of the Service to create the Build resource under.", @@ -1407,6 +1418,7 @@ "/v1/Services/{ServiceSid}/Builds/{Sid}": { "delete": { "description": "Delete a Build resource.", + "operationId": "DeleteServerlessV1Build", "parameters": [ { "description": "The SID of the Service to delete the Build resource from.", @@ -1447,6 +1459,7 @@ "description": "A collection of Function Versions, Asset Versions, and Dependencies that form a deployable unit.", "get": { "description": "Retrieve a specific Build resource.", + "operationId": "FetchServerlessV1Build", "parameters": [ { "description": "The SID of the Service to fetch the Build resource from.", @@ -1507,6 +1520,7 @@ "description": "The status of a Build resource.", "get": { "description": "Retrieve a specific Build resource.", + "operationId": "FetchServerlessV1BuildStatus", "parameters": [ { "description": "The SID of the Service to fetch the Build resource from.", @@ -1566,6 +1580,7 @@ "description": "Represents a deployed build of a given set of Functions and/or Assets at a specific URL.", "get": { "description": "Retrieve a list of all environments.", + "operationId": "ListServerlessV1Environment", "parameters": [ { "description": "The SID of the Service to read the Environment resources from.", @@ -1648,6 +1663,7 @@ }, "post": { "description": "Create a new environment.", + "operationId": "CreateServerlessV1Environment", "parameters": [ { "description": "The SID of the Service to create the Environment resource under.", @@ -1719,6 +1735,7 @@ "description": "An association of a Build with an Environment so that the Build is published in the Environment.", "get": { "description": "Retrieve a list of all Deployments.", + "operationId": "ListServerlessV1Deployment", "parameters": [ { "description": "The SID of the Service to read the Deployment resources from.", @@ -1813,6 +1830,7 @@ }, "post": { "description": "Create a new Deployment.", + "operationId": "CreateServerlessV1Deployment", "parameters": [ { "description": "The SID of the Service to create the Deployment resource under.", @@ -1891,6 +1909,7 @@ "description": "An association of a Build with an Environment so that the Build is published in the Environment.", "get": { "description": "Retrieve a specific Deployment.", + "operationId": "FetchServerlessV1Deployment", "parameters": [ { "description": "The SID of the Service to fetch the Deployment resource from.", @@ -1963,6 +1982,7 @@ "description": "A record of an event that occurred related to a function invocation.", "get": { "description": "Retrieve a list of all logs.", + "operationId": "ListServerlessV1Log", "parameters": [ { "description": "The SID of the Service to read the Log resource from.", @@ -2096,6 +2116,7 @@ "description": "A record of an event that occurred related to a function invocation.", "get": { "description": "Retrieve a specific log.", + "operationId": "FetchServerlessV1Log", "parameters": [ { "description": "The SID of the Service to fetch the Log resource from.", @@ -2164,6 +2185,7 @@ "description": "A key and value pair that is specific to an Environment.", "get": { "description": "Retrieve a list of all Variables.", + "operationId": "ListServerlessV1Variable", "parameters": [ { "description": "The SID of the Service to read the Variable resources from.", @@ -2258,6 +2280,7 @@ }, "post": { "description": "Create a new Variable.", + "operationId": "CreateServerlessV1Variable", "parameters": [ { "description": "The SID of the Service to create the Variable resource under.", @@ -2340,6 +2363,7 @@ "/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}": { "delete": { "description": "Delete a specific Variable.", + "operationId": "DeleteServerlessV1Variable", "parameters": [ { "description": "The SID of the Service to delete the Variable resource from.", @@ -2392,6 +2416,7 @@ "description": "A key and value pair that is specific to an Environment.", "get": { "description": "Retrieve a specific Variable.", + "operationId": "FetchServerlessV1Variable", "parameters": [ { "description": "The SID of the Service to fetch the Variable resource from.", @@ -2450,6 +2475,7 @@ }, "post": { "description": "Update a specific Variable.", + "operationId": "UpdateServerlessV1Variable", "parameters": [ { "description": "The SID of the Service to update the Variable resource under.", @@ -2540,6 +2566,7 @@ "/v1/Services/{ServiceSid}/Environments/{Sid}": { "delete": { "description": "Delete a specific environment.", + "operationId": "DeleteServerlessV1Environment", "parameters": [ { "description": "The SID of the Service to delete the Environment resource from.", @@ -2580,6 +2607,7 @@ "description": "Represents a deployed build of a given set of Functions and/or Assets at a specific URL.", "get": { "description": "Retrieve a specific environment.", + "operationId": "FetchServerlessV1Environment", "parameters": [ { "description": "The SID of the Service to fetch the Environment resource from.", @@ -2641,6 +2669,7 @@ "description": "A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.", "get": { "description": "Retrieve a list of all Functions.", + "operationId": "ListServerlessV1Function", "parameters": [ { "description": "The SID of the Service to read the Function resources from.", @@ -2723,6 +2752,7 @@ }, "post": { "description": "Create a new Function resource.", + "operationId": "CreateServerlessV1Function", "parameters": [ { "description": "The SID of the Service to create the Function resource under.", @@ -2789,6 +2819,7 @@ "description": "The content of a Function.", "get": { "description": "Retrieve a list of all Function Version resources.", + "operationId": "ListServerlessV1FunctionVersion", "parameters": [ { "description": "The SID of the Service to read the Function Version resources from.", @@ -2898,6 +2929,7 @@ "description": "The content of a Function.", "get": { "description": "Retrieve a specific Function Version resource.", + "operationId": "FetchServerlessV1FunctionVersion", "parameters": [ { "description": "The SID of the Service to fetch the Function Version resource from.", @@ -2971,6 +3003,7 @@ "description": "The code of a Function Version.", "get": { "description": "Retrieve a the content of a specific Function Version resource.", + "operationId": "FetchServerlessV1FunctionVersionContent", "parameters": [ { "description": "The SID of the Service to fetch the Function Version content from.", @@ -3041,6 +3074,7 @@ "/v1/Services/{ServiceSid}/Functions/{Sid}": { "delete": { "description": "Delete a Function resource.", + "operationId": "DeleteServerlessV1Function", "parameters": [ { "description": "The SID of the Service to delete the Function resource from.", @@ -3081,6 +3115,7 @@ "description": "A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.", "get": { "description": "Retrieve a specific Function resource.", + "operationId": "FetchServerlessV1Function", "parameters": [ { "description": "The SID of the Service to fetch the Function resource from.", @@ -3127,6 +3162,7 @@ }, "post": { "description": "Update a specific Function resource.", + "operationId": "UpdateServerlessV1Function", "parameters": [ { "description": "The SID of the Service to update the Function resource from.", @@ -3204,6 +3240,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Delete a Service resource.", + "operationId": "DeleteServerlessV1Service", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to delete.", @@ -3232,6 +3269,7 @@ "description": "The top-level resource for a Serverless application, which serves as a container for the application environments.", "get": { "description": "Retrieve a specific Service resource.", + "operationId": "FetchServerlessV1Service", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to fetch.", @@ -3266,6 +3304,7 @@ }, "post": { "description": "Update a specific Service resource.", + "operationId": "UpdateServerlessV1Service", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_studio_v1.json b/src/services/twilio-api/twilio_studio_v1.json index 283bcff8..c9bee3c4 100644 --- a/src/services/twilio-api/twilio_studio_v1.json +++ b/src/services/twilio-api/twilio_studio_v1.json @@ -433,6 +433,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a list of all Flows.", + "operationId": "ListStudioV1Flow", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -521,6 +522,7 @@ "description": "[DEPRECATED] Excecutions of Studio flows", "get": { "description": "Retrieve a list of all Engagements for the Flow.", + "operationId": "ListStudioV1Engagement", "parameters": [ { "description": "The SID of the Flow to read Engagements from.", @@ -606,6 +608,7 @@ }, "post": { "description": "Triggers a new Engagement for the Flow", + "operationId": "CreateStudioV1Engagement", "parameters": [ { "description": "The SID of the Flow.", @@ -685,6 +688,7 @@ "description": "[DEPRECATED] JSON context for engagements", "get": { "description": "Retrieve the most recent context for an Engagement.", + "operationId": "FetchStudioV1EngagementContext", "parameters": [ { "description": "The SID of the Flow.", @@ -746,6 +750,7 @@ "description": "Steps within a Studio flow", "get": { "description": "Retrieve a list of all Steps for an Engagement.", + "operationId": "ListStudioV1Step", "parameters": [ { "description": "The SID of the Flow with the Step to read.", @@ -858,6 +863,7 @@ "description": "Steps within a Studio flow", "get": { "description": "Retrieve a Step.", + "operationId": "FetchStudioV1Step", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -934,6 +940,7 @@ "description": "JSON context for individual steps", "get": { "description": "Retrieve the context for an Engagement Step.", + "operationId": "FetchStudioV1StepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1006,6 +1013,7 @@ "/v1/Flows/{FlowSid}/Engagements/{Sid}": { "delete": { "description": "Delete this Engagement and all Steps relating to it.", + "operationId": "DeleteStudioV1Engagement", "parameters": [ { "description": "The SID of the Flow to delete Engagements from.", @@ -1049,6 +1057,7 @@ "description": "[DEPRECATED] Excecutions of Studio flows", "get": { "description": "Retrieve an Engagement", + "operationId": "FetchStudioV1Engagement", "parameters": [ { "description": "The SID of the Flow.", @@ -1113,6 +1122,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve a list of all Executions for the Flow.", + "operationId": "ListStudioV1Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to read.", @@ -1216,6 +1226,7 @@ }, "post": { "description": "Triggers a new Execution for the Flow", + "operationId": "CreateStudioV1Execution", "parameters": [ { "description": "The SID of the Excecution's Flow.", @@ -1295,6 +1306,7 @@ "description": "JSON context for executions", "get": { "description": "Retrieve the most recent context for an Execution.", + "operationId": "FetchStudioV1ExecutionContext", "parameters": [ { "description": "The SID of the Flow with the Execution context to fetch.", @@ -1356,6 +1368,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a list of all Steps for an Execution.", + "operationId": "ListStudioV1ExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Steps to read.", @@ -1467,6 +1480,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a Step.", + "operationId": "FetchStudioV1ExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1542,6 +1556,7 @@ "description": "JSON context for an individual step within an execution", "get": { "description": "Retrieve the context for an Execution Step.", + "operationId": "FetchStudioV1ExecutionStepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1614,6 +1629,7 @@ "/v1/Flows/{FlowSid}/Executions/{Sid}": { "delete": { "description": "Delete the Execution and all Steps relating to it.", + "operationId": "DeleteStudioV1Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to delete.", @@ -1657,6 +1673,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve an Execution", + "operationId": "FetchStudioV1Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resource to fetch", @@ -1706,6 +1723,7 @@ }, "post": { "description": "Update the status of an Execution to `ended`.", + "operationId": "UpdateStudioV1Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to update.", @@ -1791,6 +1809,7 @@ "/v1/Flows/{Sid}": { "delete": { "description": "Delete a specific Flow.", + "operationId": "DeleteStudioV1Flow", "parameters": [ { "description": "The SID of the Flow resource to delete.", @@ -1822,6 +1841,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a specific Flow.", + "operationId": "FetchStudioV1Flow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", diff --git a/src/services/twilio-api/twilio_studio_v2.json b/src/services/twilio-api/twilio_studio_v2.json index 4c8b296a..38b3d3fd 100644 --- a/src/services/twilio-api/twilio_studio_v2.json +++ b/src/services/twilio-api/twilio_studio_v2.json @@ -359,6 +359,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a list of all Flows.", + "operationId": "ListStudioV2Flow", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -432,6 +433,7 @@ }, "post": { "description": "Create a Flow.", + "operationId": "CreateStudioV2Flow", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -506,6 +508,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", + "operationId": "UpdateStudioV2FlowValidate", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -577,6 +580,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve a list of all Executions for the Flow.", + "operationId": "ListStudioV2Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to read.", @@ -680,6 +684,7 @@ }, "post": { "description": "Triggers a new Execution for the Flow", + "operationId": "CreateStudioV2Execution", "parameters": [ { "description": "The SID of the Excecution's Flow.", @@ -758,6 +763,7 @@ "description": "JSON context for executions", "get": { "description": "Retrieve the most recent context for an Execution.", + "operationId": "FetchStudioV2ExecutionContext", "parameters": [ { "description": "The SID of the Flow with the Execution context to fetch.", @@ -819,6 +825,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a list of all Steps for an Execution.", + "operationId": "ListStudioV2ExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Steps to read.", @@ -930,6 +937,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a Step.", + "operationId": "FetchStudioV2ExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1005,6 +1013,7 @@ "description": "JSON context for an individual step within an execution", "get": { "description": "Retrieve the context for an Execution Step.", + "operationId": "FetchStudioV2ExecutionStepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1077,6 +1086,7 @@ "/v2/Flows/{FlowSid}/Executions/{Sid}": { "delete": { "description": "Delete the Execution and all Steps relating to it.", + "operationId": "DeleteStudioV2Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to delete.", @@ -1120,6 +1130,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve an Execution", + "operationId": "FetchStudioV2Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resource to fetch", @@ -1169,6 +1180,7 @@ }, "post": { "description": "Update the status of an Execution to `ended`.", + "operationId": "UpdateStudioV2Execution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to update.", @@ -1253,6 +1265,7 @@ "/v2/Flows/{Sid}": { "delete": { "description": "Delete a specific Flow.", + "operationId": "DeleteStudioV2Flow", "parameters": [ { "description": "The SID of the Flow resource to delete.", @@ -1284,6 +1297,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a specific Flow.", + "operationId": "FetchStudioV2Flow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1321,6 +1335,7 @@ }, "post": { "description": "Update a Flow.", + "operationId": "UpdateStudioV2Flow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1407,6 +1422,7 @@ "description": "Studio flows revisions", "get": { "description": "Retrieve a list of all Flows revisions.", + "operationId": "ListStudioV2FlowRevision", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1507,6 +1523,7 @@ "description": "Studio flows revisions", "get": { "description": "Retrieve a specific Flow revision.", + "operationId": "FetchStudioV2FlowRevision", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1568,6 +1585,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchStudioV2TestUser", "parameters": [ { "description": "", @@ -1605,6 +1623,7 @@ }, "post": { "description": "", + "operationId": "UpdateStudioV2TestUser", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_supersim_v1.json b/src/services/twilio-api/twilio_supersim_v1.json index 02bcafd0..987d5917 100644 --- a/src/services/twilio-api/twilio_supersim_v1.json +++ b/src/services/twilio-api/twilio_supersim_v1.json @@ -349,6 +349,7 @@ "description": "Machine-to-machine commands sent to/from sims", "get": { "description": "Retrieve a list of Commands from your account.", + "operationId": "ListSupersimV1Command", "parameters": [ { "description": "The SID or unique name of the Sim that Command was sent to or from.", @@ -457,6 +458,7 @@ }, "post": { "description": "Send a Command to a Sim.", + "operationId": "CreateSupersimV1Command", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -543,6 +545,7 @@ "description": "Machine-to-machine commands sent to/from sims", "get": { "description": "Fetch a Command instance from your account.", + "operationId": "FetchSupersimV1Command", "parameters": [ { "description": "The SID of the Command resource to fetch.", @@ -594,6 +597,7 @@ "description": "Fleets for grouping Super SIMs", "get": { "description": "Retrieve a list of Fleets from your account.", + "operationId": "ListSupersimV1Fleet", "parameters": [ { "description": "The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to.", @@ -675,6 +679,7 @@ }, "post": { "description": "Create a Fleet", + "operationId": "CreateSupersimV1Fleet", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -769,6 +774,7 @@ "description": "Fleets for grouping Super SIMs", "get": { "description": "Fetch a Fleet instance from your account.", + "operationId": "FetchSupersimV1Fleet", "parameters": [ { "description": "The SID of the Fleet resource to fetch.", @@ -803,6 +809,7 @@ }, "post": { "description": "Updates the given properties of a Super SIM Fleet instance from your account.", + "operationId": "UpdateSupersimV1Fleet", "parameters": [ { "description": "The SID of the Fleet resource to update.", @@ -870,6 +877,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Network Access Profiles from your account.", + "operationId": "ListSupersimV1NetworkAccessProfile", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -943,6 +951,7 @@ }, "post": { "description": "Create a new Network Access Profile", + "operationId": "CreateSupersimV1NetworkAccessProfile", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1002,6 +1011,7 @@ "description": "Mobile operator networks which Network Access Profiles allow access to", "get": { "description": "Retrieve a list of Network Access Profile resource's Network resource.", + "operationId": "ListSupersimV1NetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1084,6 +1094,7 @@ }, "post": { "description": "Add a Network resource to the Network Access Profile resource.", + "operationId": "CreateSupersimV1NetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1150,6 +1161,7 @@ "/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}": { "delete": { "description": "Remove a Network resource from the Network Access Profile resource's.", + "operationId": "DeleteSupersimV1NetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1193,6 +1205,7 @@ "description": "Mobile operator networks which Network Access Profiles allow access to", "get": { "description": "Fetch a Network Access Profile resource's Network resource.", + "operationId": "FetchSupersimV1NetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1251,6 +1264,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a Network Access Profile instance from your account.", + "operationId": "FetchSupersimV1NetworkAccessProfile", "parameters": [ { "description": "The SID of the Network Access Profile resource to fetch.", @@ -1285,6 +1299,7 @@ }, "post": { "description": "Updates the given properties of a Network Access Profile in your account.", + "operationId": "UpdateSupersimV1NetworkAccessProfile", "parameters": [ { "description": "The SID of the Network Access Profile to update.", @@ -1348,6 +1363,7 @@ "description": "Mobile operator networks to which Super SIMs can connect", "get": { "description": "Retrieve a list of Network resources.", + "operationId": "ListSupersimV1Network", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read.", @@ -1457,6 +1473,7 @@ "description": "Mobile operator networks to which Super SIMs can connect", "get": { "description": "Fetch a Network resource.", + "operationId": "FetchSupersimV1Network", "parameters": [ { "description": "The SID of the Network resource to fetch.", @@ -1506,6 +1523,7 @@ "description": "Individual IoT Super SIMs", "get": { "description": "Retrieve a list of Super SIMs from your account.", + "operationId": "ListSupersimV1Sim", "parameters": [ { "description": "The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`.", @@ -1624,6 +1642,7 @@ "description": "Individual IoT Super SIMs", "get": { "description": "Fetch a Super SIM instance from your account.", + "operationId": "FetchSupersimV1Sim", "parameters": [ { "description": "The SID of the Sim resource to fetch.", @@ -1658,6 +1677,7 @@ }, "post": { "description": "Updates the given properties of a Super SIM instance from your account.", + "operationId": "UpdateSupersimV1Sim", "parameters": [ { "description": "The SID of the Sim resource to update.", @@ -1771,6 +1791,7 @@ "description": "Usage information for Sim resources", "get": { "description": "List UsageRecords", + "operationId": "ListSupersimV1UsageRecord", "parameters": [ { "description": "SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM.", diff --git a/src/services/twilio-api/twilio_sync_v1.json b/src/services/twilio-api/twilio_sync_v1.json index 74379e5a..6fd79499 100644 --- a/src/services/twilio-api/twilio_sync_v1.json +++ b/src/services/twilio-api/twilio_sync_v1.json @@ -524,6 +524,7 @@ "description": "Containers for sync objects", "get": { "description": "", + "operationId": "ListSyncV1Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -597,6 +598,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -674,6 +676,7 @@ "description": "Sync Document objects", "get": { "description": "", + "operationId": "ListSyncV1Document", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read.", @@ -768,6 +771,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1Document", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in.", @@ -839,6 +843,7 @@ "description": "Sync document permissions", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Document.", + "operationId": "ListSyncV1DocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read.", @@ -944,6 +949,7 @@ "/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Document Permission.", + "operationId": "DeleteSyncV1DocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete.", @@ -990,6 +996,7 @@ "description": "Sync document permissions", "get": { "description": "Fetch a specific Sync Document Permission.", + "operationId": "FetchSyncV1DocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch.", @@ -1042,6 +1049,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Document.", + "operationId": "UpdateSyncV1DocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update.", @@ -1136,6 +1144,7 @@ "/v1/Services/{ServiceSid}/Documents/{Sid}": { "delete": { "description": "", + "operationId": "DeleteSyncV1Document", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete.", @@ -1181,6 +1190,7 @@ "description": "Sync Document objects", "get": { "description": "", + "operationId": "FetchSyncV1Document", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch.", @@ -1224,6 +1234,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1Document", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update.", @@ -1308,6 +1319,7 @@ "description": "Sync list objects", "get": { "description": "", + "operationId": "ListSyncV1SyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read.", @@ -1402,6 +1414,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1SyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in.", @@ -1473,6 +1486,7 @@ "description": "Items in a sync list", "get": { "description": "", + "operationId": "ListSyncV1SyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read.", @@ -1608,6 +1622,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1SyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in.", @@ -1694,6 +1709,7 @@ "/v1/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}": { "delete": { "description": "", + "operationId": "DeleteSyncV1SyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete.", @@ -1748,6 +1764,7 @@ "description": "Items in a sync list", "get": { "description": "", + "operationId": "FetchSyncV1SyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch.", @@ -1800,6 +1817,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1SyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update.", @@ -1901,6 +1919,7 @@ "description": "Permissions for Sync list items", "get": { "description": "Retrieve a list of all Permissions applying to a Sync List.", + "operationId": "ListSyncV1SyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read.", @@ -2006,6 +2025,7 @@ "/v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync List Permission.", + "operationId": "DeleteSyncV1SyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete.", @@ -2052,6 +2072,7 @@ "description": "Permissions for Sync list items", "get": { "description": "Fetch a specific Sync List Permission.", + "operationId": "FetchSyncV1SyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch.", @@ -2104,6 +2125,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync List.", + "operationId": "UpdateSyncV1SyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update.", @@ -2198,6 +2220,7 @@ "/v1/Services/{ServiceSid}/Lists/{Sid}": { "delete": { "description": "", + "operationId": "DeleteSyncV1SyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete.", @@ -2235,6 +2258,7 @@ "description": "Sync list objects", "get": { "description": "", + "operationId": "FetchSyncV1SyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch.", @@ -2278,6 +2302,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1SyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update.", @@ -2354,6 +2379,7 @@ "description": "Sync map objects", "get": { "description": "", + "operationId": "ListSyncV1SyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read.", @@ -2448,6 +2474,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1SyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in.", @@ -2519,6 +2546,7 @@ "description": "Keys in a sync map", "get": { "description": "", + "operationId": "ListSyncV1SyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read.", @@ -2654,6 +2682,7 @@ }, "post": { "description": "", + "operationId": "CreateSyncV1SyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in.", @@ -2745,6 +2774,7 @@ "/v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}": { "delete": { "description": "", + "operationId": "DeleteSyncV1SyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete.", @@ -2799,6 +2829,7 @@ "description": "Keys in a sync map", "get": { "description": "", + "operationId": "FetchSyncV1SyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch.", @@ -2851,6 +2882,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1SyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update.", @@ -2952,6 +2984,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Map.", + "operationId": "ListSyncV1SyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`.", @@ -3057,6 +3090,7 @@ "/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Map Permission.", + "operationId": "DeleteSyncV1SyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`.", @@ -3103,6 +3137,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Map Permission.", + "operationId": "FetchSyncV1SyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`.", @@ -3155,6 +3190,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Map.", + "operationId": "UpdateSyncV1SyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`.", @@ -3249,6 +3285,7 @@ "/v1/Services/{ServiceSid}/Maps/{Sid}": { "delete": { "description": "", + "operationId": "DeleteSyncV1SyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete.", @@ -3286,6 +3323,7 @@ "description": "Sync map objects", "get": { "description": "", + "operationId": "FetchSyncV1SyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch.", @@ -3329,6 +3367,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1SyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update.", @@ -3405,6 +3444,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Streams in a Service Instance.", + "operationId": "ListSyncV1SyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read.", @@ -3499,6 +3539,7 @@ }, "post": { "description": "Create a new Stream.", + "operationId": "CreateSyncV1SyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in.", @@ -3565,6 +3606,7 @@ "/v1/Services/{ServiceSid}/Streams/{Sid}": { "delete": { "description": "Delete a specific Stream.", + "operationId": "DeleteSyncV1SyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete.", @@ -3602,6 +3644,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Stream.", + "operationId": "FetchSyncV1SyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch.", @@ -3645,6 +3688,7 @@ }, "post": { "description": "Update a specific Stream.", + "operationId": "UpdateSyncV1SyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update.", @@ -3717,6 +3761,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Stream Message.", + "operationId": "CreateSyncV1StreamMessage", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in.", @@ -3789,6 +3834,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", + "operationId": "DeleteSyncV1Service", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -3817,6 +3863,7 @@ "description": "Containers for sync objects", "get": { "description": "", + "operationId": "FetchSyncV1Service", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -3851,6 +3898,7 @@ }, "post": { "description": "", + "operationId": "UpdateSyncV1Service", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_taskrouter_v1.json b/src/services/twilio-api/twilio_taskrouter_v1.json index 41cae3dd..c506af25 100644 --- a/src/services/twilio-api/twilio_taskrouter_v1.json +++ b/src/services/twilio-api/twilio_taskrouter_v1.json @@ -1409,6 +1409,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Workspace", "parameters": [ { "description": "The `friendly_name` of the Workspace resources to read. For example `Customer Support` or `2014 Election Campaign`.", @@ -1490,6 +1491,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1Workspace", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1569,6 +1571,7 @@ "/v1/Workspaces/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1Workspace", "parameters": [ { "description": "The SID of the Workspace resource to delete.", @@ -1600,6 +1603,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Workspace", "parameters": [ { "description": "The SID of the Workspace resource to fetch.", @@ -1637,6 +1641,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1Workspace", "parameters": [ { "description": "The SID of the Workspace resource to update.", @@ -1738,6 +1743,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Activity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to read.", @@ -1839,6 +1845,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1Activity", "parameters": [ { "description": "The SID of the Workspace that the new Activity belongs to.", @@ -1911,6 +1918,7 @@ "/v1/Workspaces/{WorkspaceSid}/Activities/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1Activity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to delete.", @@ -1954,6 +1962,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Activity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to fetch.", @@ -2003,6 +2012,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1Activity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to update.", @@ -2081,6 +2091,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkspaceCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2175,6 +2186,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Event", "parameters": [ { "description": "The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace.", @@ -2382,6 +2394,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Event", "parameters": [ { "description": "The SID of the Workspace with the Event to fetch.", @@ -2445,6 +2458,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkspaceRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2504,6 +2518,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkspaceStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2595,6 +2610,7 @@ "description": "Types of tasks", "get": { "description": "", + "operationId": "ListTaskrouterV1TaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to read.", @@ -2680,6 +2696,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1TaskChannel", "parameters": [ { "description": "The SID of the Workspace that the new Task Channel belongs to.", @@ -2757,6 +2774,7 @@ "/v1/Workspaces/{WorkspaceSid}/TaskChannels/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1TaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to delete.", @@ -2797,6 +2815,7 @@ "description": "Types of tasks", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to fetch.", @@ -2843,6 +2862,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1TaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to update.", @@ -2922,6 +2942,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1TaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to read.", @@ -3034,6 +3055,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1TaskQueue", "parameters": [ { "description": "The SID of the Workspace that the new TaskQueue belongs to.", @@ -3133,6 +3155,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1TaskQueuesStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueues to read.", @@ -3279,6 +3302,7 @@ "/v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1TaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to delete.", @@ -3322,6 +3346,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3371,6 +3396,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1TaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to update.", @@ -3479,6 +3505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskQueueCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3585,6 +3612,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskQueueRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3656,6 +3684,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskQueueStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3759,6 +3788,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Task", "parameters": [ { "description": "The SID of the Workspace with the Tasks to read.", @@ -3925,6 +3955,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1Task", "parameters": [ { "description": "The SID of the Workspace that the new Task belongs to.", @@ -4011,6 +4042,7 @@ "/v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1Task", "parameters": [ { "description": "The SID of the Workspace with the Task to delete.", @@ -4054,6 +4086,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Task", "parameters": [ { "description": "The SID of the Workspace with the Task to fetch.", @@ -4103,6 +4136,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1Task", "parameters": [ { "description": "The SID of the Workspace with the Task to update.", @@ -4207,6 +4241,7 @@ "description": "Tasks reserved for workers", "get": { "description": "", + "operationId": "ListTaskrouterV1TaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resources to read.", @@ -4337,6 +4372,7 @@ "description": "Tasks reserved for workers", "get": { "description": "", + "operationId": "FetchTaskrouterV1TaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resource to fetch.", @@ -4398,6 +4434,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1TaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resources to update.", @@ -4827,6 +4864,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Worker", "parameters": [ { "description": "The SID of the Workspace with the Workers to read.", @@ -4974,6 +5012,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1Worker", "parameters": [ { "description": "The SID of the Workspace that the new Worker belongs to.", @@ -5054,6 +5093,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkersCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -5142,6 +5182,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkersRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -5199,6 +5240,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkerStatistics", "parameters": [ { "description": "The SID of the Workspace with the Worker to fetch.", @@ -5308,6 +5350,7 @@ "/v1/Workspaces/{WorkspaceSid}/Workers/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1Worker", "parameters": [ { "description": "The SID of the Workspace with the Worker to delete.", @@ -5351,6 +5394,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Worker", "parameters": [ { "description": "The SID of the Workspace with the Worker to fetch.", @@ -5400,6 +5444,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1Worker", "parameters": [ { "description": "The SID of the Workspace with the Worker to update.", @@ -5493,6 +5538,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1WorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannels to read.", @@ -5604,6 +5650,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to fetch.", @@ -5662,6 +5709,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1WorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to update.", @@ -5753,6 +5801,7 @@ "description": "Current and past reservations for a worker", "get": { "description": "", + "operationId": "ListTaskrouterV1WorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resources to read.", @@ -5882,6 +5931,7 @@ "description": "Current and past reservations for a worker", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resource to fetch.", @@ -5943,6 +5993,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1WorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resources to update.", @@ -6358,6 +6409,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkerInstanceStatistics", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to fetch.", @@ -6453,6 +6505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListTaskrouterV1Workflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to read.", @@ -6546,6 +6599,7 @@ }, "post": { "description": "", + "operationId": "CreateTaskrouterV1Workflow", "parameters": [ { "description": "The SID of the Workspace that the new Workflow to create belongs to.", @@ -6633,6 +6687,7 @@ "/v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTaskrouterV1Workflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to delete.", @@ -6676,6 +6731,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1Workflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", @@ -6725,6 +6781,7 @@ }, "post": { "description": "", + "operationId": "UpdateTaskrouterV1Workflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to update.", @@ -6825,6 +6882,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkflowCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -6931,6 +6989,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkflowRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", @@ -7002,6 +7061,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchTaskrouterV1WorkflowStatistics", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", diff --git a/src/services/twilio-api/twilio_trunking_v1.json b/src/services/twilio-api/twilio_trunking_v1.json index b64f6886..c41e01c9 100644 --- a/src/services/twilio-api/twilio_trunking_v1.json +++ b/src/services/twilio-api/twilio_trunking_v1.json @@ -446,6 +446,7 @@ "description": "Represents a SIP trunk", "get": { "description": "", + "operationId": "ListTrunkingV1Trunk", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -519,6 +520,7 @@ }, "post": { "description": "", + "operationId": "CreateTrunkingV1Trunk", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -614,6 +616,7 @@ "/v1/Trunks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTrunkingV1Trunk", "parameters": [ { "description": "The unique string that we created to identify the Trunk resource to delete.", @@ -645,6 +648,7 @@ "description": "Represents a SIP trunk", "get": { "description": "", + "operationId": "FetchTrunkingV1Trunk", "parameters": [ { "description": "The unique string that we created to identify the Trunk resource to fetch.", @@ -682,6 +686,7 @@ }, "post": { "description": "", + "operationId": "UpdateTrunkingV1Trunk", "parameters": [ { "description": "The unique string that we created to identify the OriginationUrl resource to update.", @@ -792,6 +797,7 @@ "description": "List of credentials for accessing a trunk", "get": { "description": "", + "operationId": "ListTrunkingV1CredentialList", "parameters": [ { "description": "The SID of the Trunk from which to read the credential lists.", @@ -877,6 +883,7 @@ }, "post": { "description": "", + "operationId": "CreateTrunkingV1CredentialList", "parameters": [ { "description": "The SID of the Trunk to associate the credential list with.", @@ -948,6 +955,7 @@ "/v1/Trunks/{TrunkSid}/CredentialLists/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTrunkingV1CredentialList", "parameters": [ { "description": "The SID of the Trunk from which to delete the credential list.", @@ -991,6 +999,7 @@ "description": "List of credentials for accessing a trunk", "get": { "description": "", + "operationId": "FetchTrunkingV1CredentialList", "parameters": [ { "description": "The SID of the Trunk from which to fetch the credential list.", @@ -1054,6 +1063,7 @@ "description": "List of IP addresses for accessing a trunk", "get": { "description": "List all IP Access Control Lists for a Trunk", + "operationId": "ListTrunkingV1IpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to read the IP Access Control Lists.", @@ -1139,6 +1149,7 @@ }, "post": { "description": "Associate an IP Access Control List with a Trunk", + "operationId": "CreateTrunkingV1IpAccessControlList", "parameters": [ { "description": "The SID of the Trunk to associate the IP Access Control List with.", @@ -1210,6 +1221,7 @@ "/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}": { "delete": { "description": "Remove an associated IP Access Control List from a Trunk", + "operationId": "DeleteTrunkingV1IpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to delete the IP Access Control List.", @@ -1253,6 +1265,7 @@ "description": "List of IP addresses for accessing a trunk", "get": { "description": "", + "operationId": "FetchTrunkingV1IpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to fetch the IP Access Control List.", @@ -1316,6 +1329,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", + "operationId": "ListTrunkingV1OriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to read the OriginationUrl.", @@ -1401,6 +1415,7 @@ }, "post": { "description": "", + "operationId": "CreateTrunkingV1OriginationUrl", "parameters": [ { "description": "The SID of the Trunk to associate the resource with.", @@ -1492,6 +1507,7 @@ "/v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTrunkingV1OriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to delete the OriginationUrl.", @@ -1535,6 +1551,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", + "operationId": "FetchTrunkingV1OriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to fetch the OriginationUrl.", @@ -1584,6 +1601,7 @@ }, "post": { "description": "", + "operationId": "UpdateTrunkingV1OriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to update the OriginationUrl.", @@ -1681,6 +1699,7 @@ "description": "Phone numbers associated with trunks", "get": { "description": "", + "operationId": "ListTrunkingV1PhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to read the PhoneNumber resources.", @@ -1766,6 +1785,7 @@ }, "post": { "description": "", + "operationId": "CreateTrunkingV1PhoneNumber", "parameters": [ { "description": "The SID of the Trunk to associate the phone number with.", @@ -1837,6 +1857,7 @@ "/v1/Trunks/{TrunkSid}/PhoneNumbers/{Sid}": { "delete": { "description": "", + "operationId": "DeleteTrunkingV1PhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to delete the PhoneNumber resource.", @@ -1880,6 +1901,7 @@ "description": "Phone numbers associated with trunks", "get": { "description": "", + "operationId": "FetchTrunkingV1PhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to fetch the PhoneNumber resource.", @@ -1943,6 +1965,7 @@ "description": "Recording settings for a trunk", "get": { "description": "", + "operationId": "FetchTrunkingV1Recording", "parameters": [ { "description": "The SID of the Trunk from which to fetch the recording settings.", @@ -1980,6 +2003,7 @@ }, "post": { "description": "", + "operationId": "UpdateTrunkingV1Recording", "parameters": [ { "description": "The SID of the Trunk that will have its recording settings updated.", diff --git a/src/services/twilio-api/twilio_verify_v2.json b/src/services/twilio-api/twilio_verify_v2.json index cc28a386..a3573bbe 100644 --- a/src/services/twilio-api/twilio_verify_v2.json +++ b/src/services/twilio-api/twilio_verify_v2.json @@ -624,6 +624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch the forms for a specific Form Type.", + "operationId": "FetchVerifyV2Form", "parameters": [ { "description": "The Type of this Form. Currently only `form-push` is supported.", @@ -673,6 +674,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Verification Services for an account.", + "operationId": "ListVerifyV2Service", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -746,6 +748,7 @@ }, "post": { "description": "Create a new Verification Service.", + "operationId": "CreateVerifyV2Service", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -851,6 +854,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new enrollment Access Token for the Entity", + "operationId": "CreateVerifyV2AccessToken", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -926,6 +930,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Entities for a Service.", + "operationId": "ListVerifyV2Entity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1011,6 +1016,7 @@ }, "post": { "description": "Create a new Entity for the Service", + "operationId": "CreateVerifyV2Entity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1079,6 +1085,7 @@ "/v2/Services/{ServiceSid}/Entities/{Identity}": { "delete": { "description": "Delete a specific Entity.", + "operationId": "DeleteVerifyV2Entity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1119,6 +1126,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Entity.", + "operationId": "FetchVerifyV2Entity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1179,6 +1187,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Challenges for a Factor.", + "operationId": "ListVerifyV2Challenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1298,6 +1307,7 @@ }, "post": { "description": "Create a new Challenge for the Factor", + "operationId": "CreateVerifyV2Challenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1400,6 +1410,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Challenge.", + "operationId": "FetchVerifyV2Challenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1458,6 +1469,7 @@ }, "post": { "description": "Verify a specific Challenge.", + "operationId": "UpdateVerifyV2Challenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1546,6 +1558,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Factors for an Entity.", + "operationId": "ListVerifyV2Factor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1640,6 +1653,7 @@ }, "post": { "description": "Create a new Factor for the Entity", + "operationId": "CreateVerifyV2Factor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1754,6 +1768,7 @@ "/v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid}": { "delete": { "description": "Delete a specific Factor.", + "operationId": "DeleteVerifyV2Factor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1806,6 +1821,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Factor.", + "operationId": "FetchVerifyV2Factor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1864,6 +1880,7 @@ }, "post": { "description": "Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param.", + "operationId": "UpdateVerifyV2Factor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1964,6 +1981,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Messaging Configurations for a Service.", + "operationId": "ListVerifyV2MessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2049,6 +2067,7 @@ }, "post": { "description": "Create a new MessagingConfiguration for a service.", + "operationId": "CreateVerifyV2MessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2128,6 +2147,7 @@ "/v2/Services/{ServiceSid}/MessagingConfigurations/{Country}": { "delete": { "description": "Delete a specific MessagingConfiguration.", + "operationId": "DeleteVerifyV2MessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2168,6 +2188,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific MessagingConfiguration.", + "operationId": "FetchVerifyV2MessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2214,6 +2235,7 @@ }, "post": { "description": "Update a specific MessagingConfiguration", + "operationId": "UpdateVerifyV2MessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2298,6 +2320,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Rate Limits for a service.", + "operationId": "ListVerifyV2RateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2383,6 +2406,7 @@ }, "post": { "description": "Create a new Rate Limit for a Service", + "operationId": "CreateVerifyV2RateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2460,6 +2484,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Buckets for a Rate Limit.", + "operationId": "ListVerifyV2Bucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2557,6 +2582,7 @@ }, "post": { "description": "Create a new Bucket for a Rate Limit", + "operationId": "CreateVerifyV2Bucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2647,6 +2673,7 @@ "/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}": { "delete": { "description": "Delete a specific Bucket.", + "operationId": "DeleteVerifyV2Bucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2702,6 +2729,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Bucket.", + "operationId": "FetchVerifyV2Bucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2763,6 +2791,7 @@ }, "post": { "description": "Update a specific Bucket.", + "operationId": "UpdateVerifyV2Bucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2861,6 +2890,7 @@ "/v2/Services/{ServiceSid}/RateLimits/{Sid}": { "delete": { "description": "Delete a specific Rate Limit.", + "operationId": "DeleteVerifyV2RateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2904,6 +2934,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Rate Limit.", + "operationId": "FetchVerifyV2RateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2953,6 +2984,7 @@ }, "post": { "description": "Update a specific Rate Limit.", + "operationId": "UpdateVerifyV2RateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -3035,6 +3067,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "challenge a specific Verification Check.", + "operationId": "CreateVerifyV2VerificationCheck", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under.", @@ -3126,6 +3159,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Verification using a Service", + "operationId": "CreateVerifyV2Verification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under.", @@ -3243,6 +3277,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Verification", + "operationId": "FetchVerifyV2Verification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from.", @@ -3289,6 +3324,7 @@ }, "post": { "description": "Update a Verification status", + "operationId": "UpdateVerifyV2Verification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from.", @@ -3374,6 +3410,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Webhooks for a Service.", + "operationId": "ListVerifyV2Webhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3459,6 +3496,7 @@ }, "post": { "description": "Create a new Webhook for the Service", + "operationId": "CreateVerifyV2Webhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3553,6 +3591,7 @@ "/v2/Services/{ServiceSid}/Webhooks/{Sid}": { "delete": { "description": "Delete a specific Webhook.", + "operationId": "DeleteVerifyV2Webhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3596,6 +3635,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Webhook.", + "operationId": "FetchVerifyV2Webhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3645,6 +3685,7 @@ }, "post": { "description": "", + "operationId": "UpdateVerifyV2Webhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3746,6 +3787,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "Delete a specific Verification Service Instance.", + "operationId": "DeleteVerifyV2Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Verification Service resource to delete.", @@ -3777,6 +3819,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Verification Service Instance.", + "operationId": "FetchVerifyV2Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Verification Service resource to fetch.", @@ -3814,6 +3857,7 @@ }, "post": { "description": "Update a specific Verification Service.", + "operationId": "UpdateVerifyV2Service", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_video_v1.json b/src/services/twilio-api/twilio_video_v1.json index 064d7915..b9d0525a 100644 --- a/src/services/twilio-api/twilio_video_v1.json +++ b/src/services/twilio-api/twilio_video_v1.json @@ -782,6 +782,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List of all Recording CompositionHook resources.", + "operationId": "ListVideoV1CompositionHook", "parameters": [ { "description": "Read only CompositionHook resources with an `enabled` value that matches this parameter.", @@ -889,6 +890,7 @@ }, "post": { "description": "", + "operationId": "CreateVideoV1CompositionHook", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1004,6 +1006,7 @@ "/v1/CompositionHooks/{Sid}": { "delete": { "description": "Delete a Recording CompositionHook resource identified by a `CompositionHook SID`.", + "operationId": "DeleteVideoV1CompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to delete.", @@ -1035,6 +1038,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single CompositionHook resource identified by a CompositionHook SID.", + "operationId": "FetchVideoV1CompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to fetch.", @@ -1072,6 +1076,7 @@ }, "post": { "description": "", + "operationId": "UpdateVideoV1CompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to update.", @@ -1202,6 +1207,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchVideoV1CompositionSettings", "responses": { "200": { "content": { @@ -1225,6 +1231,7 @@ }, "post": { "description": "", + "operationId": "CreateVideoV1CompositionSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1307,6 +1314,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List of all Recording compositions.", + "operationId": "ListVideoV1Composition", "parameters": [ { "description": "Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`.", @@ -1424,6 +1432,7 @@ }, "post": { "description": "", + "operationId": "CreateVideoV1Composition", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1539,6 +1548,7 @@ "/v1/Compositions/{Sid}": { "delete": { "description": "Delete a Recording Composition resource identified by a Composition SID.", + "operationId": "DeleteVideoV1Composition", "parameters": [ { "description": "The SID of the Composition resource to delete.", @@ -1570,6 +1580,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Composition resource identified by a Composition SID.", + "operationId": "FetchVideoV1Composition", "parameters": [ { "description": "The SID of the Composition resource to fetch.", @@ -1622,6 +1633,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchVideoV1RecordingSettings", "responses": { "200": { "content": { @@ -1645,6 +1657,7 @@ }, "post": { "description": "", + "operationId": "CreateVideoV1RecordingSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1727,6 +1740,7 @@ "description": "Single-track, single-media recordings", "get": { "description": "List of all Track recordings.", + "operationId": "ListVideoV1Recording", "parameters": [ { "description": "Read only the recordings that have this status. Can be: `processing`, `completed`, or `deleted`.", @@ -1886,6 +1900,7 @@ "/v1/Recordings/{Sid}": { "delete": { "description": "Delete a Recording resource identified by a Recording SID.", + "operationId": "DeleteVideoV1Recording", "parameters": [ { "description": "The SID of the Recording resource to delete.", @@ -1917,6 +1932,7 @@ "description": "Single-track, single-media recordings", "get": { "description": "Returns a single Recording resource identified by a Recording SID.", + "operationId": "FetchVideoV1Recording", "parameters": [ { "description": "The SID of the Recording resource to fetch.", @@ -1971,6 +1987,7 @@ "description": "Video rooms with one or more participants", "get": { "description": "", + "operationId": "ListVideoV1Room", "parameters": [ { "description": "Read only the rooms with this status. Can be: `in-progress` (default) or `completed`", @@ -2083,6 +2100,7 @@ }, "post": { "description": "", + "operationId": "CreateVideoV1Room", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2195,6 +2213,7 @@ "description": "Participants in video rooms", "get": { "description": "", + "operationId": "ListVideoV1RoomParticipant", "parameters": [ { "description": "The SID of the room with the Participant resources to read.", @@ -2329,6 +2348,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.", + "operationId": "ListVideoV1RoomParticipantPublishedTrack", "parameters": [ { "description": "The SID of the Room resource where the Track resources to read are published.", @@ -2435,6 +2455,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Track resource represented by TrackName or SID.", + "operationId": "FetchVideoV1RoomParticipantPublishedTrack", "parameters": [ { "description": "The SID of the Room resource where the Track resource to fetch is published.", @@ -2502,6 +2523,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of Subscribe Rules for the Participant.", + "operationId": "FetchVideoV1RoomParticipantSubscribeRule", "parameters": [ { "description": "The SID of the Room resource where the subscribe rules to fetch apply.", @@ -2545,6 +2567,7 @@ }, "post": { "description": "Update the Subscribe Rules for the Participant", + "operationId": "UpdateVideoV1RoomParticipantSubscribeRule", "parameters": [ { "description": "The SID of the Room resource where the subscribe rules to update apply.", @@ -2617,6 +2640,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of tracks that are subscribed for the participant.", + "operationId": "ListVideoV1RoomParticipantSubscribedTrack", "parameters": [ { "description": "The SID of the Room resource with the Track resources to read.", @@ -2723,6 +2747,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.", + "operationId": "FetchVideoV1RoomParticipantSubscribedTrack", "parameters": [ { "description": "The SID of the Room where the Track resource to fetch is subscribed.", @@ -2793,6 +2818,7 @@ "description": "Participants in video rooms", "get": { "description": "", + "operationId": "FetchVideoV1RoomParticipant", "parameters": [ { "description": "The SID of the room with the Participant resource to fetch.", @@ -2836,6 +2862,7 @@ }, "post": { "description": "", + "operationId": "UpdateVideoV1RoomParticipant", "parameters": [ { "description": "The SID of the room with the participant to update.", @@ -2912,6 +2939,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of Recording Rules for the Room.", + "operationId": "FetchVideoV1RoomRecordingRule", "parameters": [ { "description": "The SID of the Room resource where the recording rules to fetch apply.", @@ -2946,6 +2974,7 @@ }, "post": { "description": "Update the Recording Rules for the Room", + "operationId": "UpdateVideoV1RoomRecordingRule", "parameters": [ { "description": "The SID of the Room resource where the recording rules to update apply.", @@ -3008,6 +3037,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "ListVideoV1RoomRecording", "parameters": [ { "description": "The SID of the room with the RoomRecording resources to read.", @@ -3152,6 +3182,7 @@ "/v1/Rooms/{RoomSid}/Recordings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVideoV1RoomRecording", "parameters": [ { "description": "The SID of the room with the RoomRecording resource to delete.", @@ -3195,6 +3226,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", + "operationId": "FetchVideoV1RoomRecording", "parameters": [ { "description": "The SID of the Room resource with the recording to fetch.", @@ -3261,6 +3293,7 @@ "description": "Video rooms with one or more participants", "get": { "description": "", + "operationId": "FetchVideoV1Room", "parameters": [ { "description": "The SID of the Room resource to fetch.", @@ -3295,6 +3328,7 @@ }, "post": { "description": "", + "operationId": "UpdateVideoV1Room", "parameters": [ { "description": "The SID of the Room resource to update.", diff --git a/src/services/twilio-api/twilio_voice_v1.json b/src/services/twilio-api/twilio_voice_v1.json index 82681d7f..d8f72193 100644 --- a/src/services/twilio-api/twilio_voice_v1.json +++ b/src/services/twilio-api/twilio_voice_v1.json @@ -406,6 +406,7 @@ "description": "BYOC Trunks allow you to bring your own voice carrier to Twilio, enabling your calls to use our Programmable Voice APIs.", "get": { "description": "", + "operationId": "ListVoiceV1ByocTrunk", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -479,6 +480,7 @@ }, "post": { "description": "", + "operationId": "CreateVoiceV1ByocTrunk", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -617,6 +619,7 @@ "/v1/ByocTrunks/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVoiceV1ByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete.", @@ -648,6 +651,7 @@ "description": "BYOC Trunks allow you to bring your own voice carrier to Twilio, enabling your calls to use our Programmable Voice APIs.", "get": { "description": "", + "operationId": "FetchVoiceV1ByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch.", @@ -685,6 +689,7 @@ }, "post": { "description": "", + "operationId": "UpdateVoiceV1ByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update.", @@ -838,6 +843,7 @@ "description": "Connection Policy for sending traffic to your communications infrastructure.", "get": { "description": "", + "operationId": "ListVoiceV1ConnectionPolicy", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -911,6 +917,7 @@ }, "post": { "description": "", + "operationId": "CreateVoiceV1ConnectionPolicy", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -962,6 +969,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", + "operationId": "ListVoiceV1ConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy from which to read the Targets.", @@ -1047,6 +1055,7 @@ }, "post": { "description": "", + "operationId": "CreateVoiceV1ConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1133,6 +1142,7 @@ "/v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVoiceV1ConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1176,6 +1186,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", + "operationId": "FetchVoiceV1ConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1225,6 +1236,7 @@ }, "post": { "description": "", + "operationId": "UpdateVoiceV1ConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1320,6 +1332,7 @@ "/v1/ConnectionPolicies/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVoiceV1ConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to delete.", @@ -1351,6 +1364,7 @@ "description": "Connection Policy for sending traffic to your communications infrastructure.", "get": { "description": "", + "operationId": "FetchVoiceV1ConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to fetch.", @@ -1388,6 +1402,7 @@ }, "post": { "description": "", + "operationId": "UpdateVoiceV1ConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to update.", @@ -1453,6 +1468,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", + "operationId": "CreateVoiceV1DialingPermissionsCountryBulkUpdate", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1507,6 +1523,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve all voice dialing country permissions for this account", + "operationId": "ListVoiceV1DialingPermissionsCountry", "parameters": [ { "description": "Filter to retrieve the country permissions by specifying the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", @@ -1642,6 +1659,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve voice dialing country permissions identified by the given ISO country code", + "operationId": "FetchVoiceV1DialingPermissionsCountry", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch", @@ -1690,6 +1708,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", + "operationId": "ListVoiceV1DialingPermissionsHrsPrefixes", "parameters": [ { "description": "The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched", @@ -1784,6 +1803,7 @@ "description": "IP Records hold information about the IP addresses and ranges ([CIDR](https://tools.ietf.org/html/rfc4632) blocks) that your traffic will be associated with.", "get": { "description": "", + "operationId": "ListVoiceV1IpRecord", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1857,6 +1877,7 @@ }, "post": { "description": "", + "operationId": "CreateVoiceV1IpRecord", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1920,6 +1941,7 @@ "/v1/IpRecords/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVoiceV1IpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to delete.", @@ -1951,6 +1973,7 @@ "description": "IP Records hold information about the IP addresses and ranges ([CIDR](https://tools.ietf.org/html/rfc4632) blocks) that your traffic will be associated with.", "get": { "description": "", + "operationId": "FetchVoiceV1IpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to fetch.", @@ -1988,6 +2011,7 @@ }, "post": { "description": "", + "operationId": "UpdateVoiceV1IpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to update.", @@ -2055,6 +2079,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve voice dialing permissions inheritance for the sub-account", + "operationId": "FetchVoiceV1DialingPermissionsSettings", "responses": { "200": { "content": { @@ -2078,6 +2103,7 @@ }, "post": { "description": "Update voice dialing permissions inheritance for the sub-account", + "operationId": "UpdateVoiceV1DialingPermissionsSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2128,6 +2154,7 @@ "description": "With Source IP Mappings, Twilio can recognize your SIP requests based on where they are sent from. The Request-URI no longer has to have the FQDN (Fully Qualified Domain Name) of your SIP Domain.", "get": { "description": "", + "operationId": "ListVoiceV1SourceIpMapping", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -2201,6 +2228,7 @@ }, "post": { "description": "", + "operationId": "CreateVoiceV1SourceIpMapping", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2266,6 +2294,7 @@ "/v1/SourceIpMappings/{Sid}": { "delete": { "description": "", + "operationId": "DeleteVoiceV1SourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to delete.", @@ -2297,6 +2326,7 @@ "description": "With Source IP Mappings, Twilio can recognize your SIP requests based on where they are sent from. The Request-URI no longer has to have the FQDN (Fully Qualified Domain Name) of your SIP Domain.", "get": { "description": "", + "operationId": "FetchVoiceV1SourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to fetch.", @@ -2334,6 +2364,7 @@ }, "post": { "description": "", + "operationId": "UpdateVoiceV1SourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to update.", diff --git a/src/services/twilio-api/twilio_wireless_v1.json b/src/services/twilio-api/twilio_wireless_v1.json index 3bb6e747..0cdefeb6 100644 --- a/src/services/twilio-api/twilio_wireless_v1.json +++ b/src/services/twilio-api/twilio_wireless_v1.json @@ -446,6 +446,7 @@ "description": "Machine-to-machine commands sent to/from devices", "get": { "description": "Retrieve a list of Commands from your account.", + "operationId": "ListWirelessV1Command", "parameters": [ { "description": "The `sid` or `unique_name` of the [Sim resources](https://www.twilio.com/docs/wireless/api/sim-resource) to read.", @@ -566,6 +567,7 @@ }, "post": { "description": "Send a Command to a Sim.", + "operationId": "CreateWirelessV1Command", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -666,6 +668,7 @@ "/v1/Commands/{Sid}": { "delete": { "description": "Delete a Command instance from your account.", + "operationId": "DeleteWirelessV1Command", "parameters": [ { "description": "The SID of the Command resource to delete.", @@ -697,6 +700,7 @@ "description": "Machine-to-machine commands sent to/from devices", "get": { "description": "Fetch a Command instance from your account.", + "operationId": "FetchWirelessV1Command", "parameters": [ { "description": "The SID of the Command resource to fetch.", @@ -751,6 +755,7 @@ "description": "Capabilities and restrictions for SIMs", "get": { "description": "", + "operationId": "ListWirelessV1RatePlan", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -824,6 +829,7 @@ }, "post": { "description": "", + "operationId": "CreateWirelessV1RatePlan", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -919,6 +925,7 @@ "/v1/RatePlans/{Sid}": { "delete": { "description": "", + "operationId": "DeleteWirelessV1RatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to delete.", @@ -947,6 +954,7 @@ "description": "Capabilities and restrictions for SIMs", "get": { "description": "", + "operationId": "FetchWirelessV1RatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to fetch.", @@ -981,6 +989,7 @@ }, "post": { "description": "", + "operationId": "UpdateWirelessV1RatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to update.", @@ -1049,6 +1058,7 @@ "description": "A resource representing a Programmable Wireless SIM", "get": { "description": "Retrieve a list of Sim resources on your Account.", + "operationId": "ListWirelessV1Sim", "parameters": [ { "description": "Only return Sim resources with this status.", @@ -1186,6 +1196,7 @@ "/v1/Sims/{Sid}": { "delete": { "description": "Delete a Sim resource on your Account.", + "operationId": "DeleteWirelessV1Sim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to delete.", @@ -1214,6 +1225,7 @@ "description": "A resource representing a Programmable Wireless SIM", "get": { "description": "Fetch a Sim resource on your Account.", + "operationId": "FetchWirelessV1Sim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to fetch.", @@ -1248,6 +1260,7 @@ }, "post": { "description": "Updates the given properties of a Sim resource on your Account.", + "operationId": "UpdateWirelessV1Sim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to update.", @@ -1483,6 +1496,7 @@ "description": "Data session information for SIMs", "get": { "description": "", + "operationId": "ListWirelessV1DataSession", "parameters": [ { "description": "The SID of the [Sim resource](https://www.twilio.com/docs/wireless/api/sim-resource) with the Data Sessions to read.", @@ -1581,6 +1595,7 @@ "description": "Usage information for SIMs", "get": { "description": "", + "operationId": "ListWirelessV1UsageRecord", "parameters": [ { "description": "The SID of the [Sim resource](https://www.twilio.com/docs/wireless/api/sim-resource) to read the usage from.", @@ -1706,6 +1721,7 @@ "description": "Aggregated Usage information for all SIMs on an Account", "get": { "description": "", + "operationId": "ListWirelessV1AccountUsageRecord", "parameters": [ { "description": "Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html).", From c4c8a8ba82aa79e3ddba959f2fa814203b273deb Mon Sep 17 00:00:00 2001 From: Jennifer Mah Date: Mon, 14 Dec 2020 15:48:36 -0700 Subject: [PATCH 2/2] remove product version from operationId --- .../twilio-api/twilio_accounts_v1.json | 26 +- src/services/twilio-api/twilio_api_v2010.json | 384 +++++++++--------- .../twilio-api/twilio_autopilot_v1.json | 104 ++--- .../twilio-api/twilio_bulkexports_v1.json | 18 +- src/services/twilio-api/twilio_chat_v1.json | 80 ++-- src/services/twilio-api/twilio_chat_v2.json | 108 ++--- .../twilio-api/twilio_conversations_v1.json | 168 ++++---- src/services/twilio-api/twilio_events_v1.json | 34 +- src/services/twilio-api/twilio_fax_v1.json | 16 +- src/services/twilio-api/twilio_flex_v1.json | 32 +- .../twilio-api/twilio_insights_v1.json | 16 +- .../twilio-api/twilio_ip_messaging_v1.json | 80 ++-- .../twilio-api/twilio_ip_messaging_v2.json | 108 ++--- .../twilio-api/twilio_lookups_v1.json | 2 +- .../twilio-api/twilio_messaging_v1.json | 36 +- .../twilio-api/twilio_monitor_v1.json | 8 +- src/services/twilio-api/twilio_notify_v1.json | 30 +- .../twilio-api/twilio_numbers_v2.json | 56 +-- src/services/twilio-api/twilio_preview.json | 322 +++++++-------- .../twilio-api/twilio_pricing_v1.json | 14 +- .../twilio-api/twilio_pricing_v2.json | 6 +- src/services/twilio-api/twilio_proxy_v1.json | 60 +-- .../twilio-api/twilio_serverless_v1.json | 78 ++-- src/services/twilio-api/twilio_studio_v1.json | 40 +- src/services/twilio-api/twilio_studio_v2.json | 38 +- .../twilio-api/twilio_supersim_v1.json | 42 +- src/services/twilio-api/twilio_sync_v1.json | 96 ++--- .../twilio-api/twilio_taskrouter_v1.json | 120 +++--- .../twilio-api/twilio_trunking_v1.json | 48 +-- src/services/twilio-api/twilio_verify_v2.json | 88 ++-- src/services/twilio-api/twilio_video_v1.json | 68 ++-- src/services/twilio-api/twilio_voice_v1.json | 62 +-- .../twilio-api/twilio_wireless_v1.json | 32 +- 33 files changed, 1210 insertions(+), 1210 deletions(-) diff --git a/src/services/twilio-api/twilio_accounts_v1.json b/src/services/twilio-api/twilio_accounts_v1.json index 50a8e5bd..17fb256d 100644 --- a/src/services/twilio-api/twilio_accounts_v1.json +++ b/src/services/twilio-api/twilio_accounts_v1.json @@ -150,7 +150,7 @@ "description": "Auth Token promotion", "post": { "description": "Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.", - "operationId": "UpdateAccountsV1AuthTokenPromotion", + "operationId": "UpdateAuthTokenPromotion", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -197,7 +197,7 @@ "/v1/AuthTokens/Secondary": { "delete": { "description": "Delete the secondary Auth Token from your account", - "operationId": "DeleteAccountsV1SecondaryAuthToken", + "operationId": "DeleteSecondaryAuthToken", "responses": { "204": { "description": "The resource was deleted successfully." @@ -215,7 +215,7 @@ "description": "Secondary Auth Token", "post": { "description": "Create a new secondary Auth Token", - "operationId": "CreateAccountsV1SecondaryAuthToken", + "operationId": "CreateSecondaryAuthToken", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -263,7 +263,7 @@ "description": "User provided AWS keys", "get": { "description": "Retrieves a collection of AWS Credentials belonging to the account used to make the request", - "operationId": "ListAccountsV1CredentialAws", + "operationId": "ListCredentialAws", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -337,7 +337,7 @@ }, "post": { "description": "Create a new AWS Credential", - "operationId": "CreateAccountsV1CredentialAws", + "operationId": "CreateCredentialAws", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -403,7 +403,7 @@ "/v1/Credentials/AWS/{Sid}": { "delete": { "description": "Delete a Credential from your account", - "operationId": "DeleteAccountsV1CredentialAws", + "operationId": "DeleteCredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to delete.", @@ -435,7 +435,7 @@ "description": "User provided AWS keys", "get": { "description": "Fetch the AWS credentials specified by the provided Credential Sid", - "operationId": "FetchAccountsV1CredentialAws", + "operationId": "FetchCredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to fetch.", @@ -473,7 +473,7 @@ }, "post": { "description": "Modify the properties of a given Account", - "operationId": "UpdateAccountsV1CredentialAws", + "operationId": "UpdateCredentialAws", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the AWS resource to update.", @@ -540,7 +540,7 @@ "description": "User provided public keys", "get": { "description": "Retrieves a collection of Public Key Credentials belonging to the account used to make the request", - "operationId": "ListAccountsV1CredentialPublicKey", + "operationId": "ListCredentialPublicKey", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -614,7 +614,7 @@ }, "post": { "description": "Create a new Public Key Credential", - "operationId": "CreateAccountsV1CredentialPublicKey", + "operationId": "CreateCredentialPublicKey", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -680,7 +680,7 @@ "/v1/Credentials/PublicKeys/{Sid}": { "delete": { "description": "Delete a Credential from your account", - "operationId": "DeleteAccountsV1CredentialPublicKey", + "operationId": "DeleteCredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to delete.", @@ -712,7 +712,7 @@ "description": "User provided public keys", "get": { "description": "Fetch the public key specified by the provided Credential Sid", - "operationId": "FetchAccountsV1CredentialPublicKey", + "operationId": "FetchCredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to fetch.", @@ -750,7 +750,7 @@ }, "post": { "description": "Modify the properties of a given Account", - "operationId": "UpdateAccountsV1CredentialPublicKey", + "operationId": "UpdateCredentialPublicKey", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to update.", diff --git a/src/services/twilio-api/twilio_api_v2010.json b/src/services/twilio-api/twilio_api_v2010.json index 1f803455..7d278946 100644 --- a/src/services/twilio-api/twilio_api_v2010.json +++ b/src/services/twilio-api/twilio_api_v2010.json @@ -7138,7 +7138,7 @@ "description": "Twilio accounts (aka Project) or subaccounts", "get": { "description": "Retrieves a collection of Accounts belonging to the account used to make the request", - "operationId": "ListApiV2010Account", + "operationId": "ListAccount", "parameters": [ { "description": "Only return the Account resources with friendly names that exactly match this name.", @@ -7231,7 +7231,7 @@ }, "post": { "description": "Create a new Twilio Subaccount from the account making the request", - "operationId": "CreateApiV2010Account", + "operationId": "CreateAccount", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -7284,7 +7284,7 @@ "description": "An Address instance resource represents your or your customer\u00e2\u20ac\u2122s physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.", "get": { "description": "", - "operationId": "ListApiV2010Address", + "operationId": "ListAddress", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read.", @@ -7392,7 +7392,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010Address", + "operationId": "CreateAddress", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource.", @@ -7500,7 +7500,7 @@ "description": "Phone numbers dependent on an Address resource", "get": { "description": "", - "operationId": "ListApiV2010DependentPhoneNumber", + "operationId": "ListDependentPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read.", @@ -7609,7 +7609,7 @@ "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json": { "delete": { "description": "", - "operationId": "DeleteApiV2010Address", + "operationId": "DeleteAddress", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete.", @@ -7653,7 +7653,7 @@ "description": "An Address instance resource represents your or your customer\u00e2\u20ac\u2122s physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.", "get": { "description": "", - "operationId": "FetchApiV2010Address", + "operationId": "FetchAddress", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch.", @@ -7703,7 +7703,7 @@ }, "post": { "description": "", - "operationId": "UpdateApiV2010Address", + "operationId": "UpdateAddress", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update.", @@ -7811,7 +7811,7 @@ "description": "An Application instance resource represents an application that you have created with Twilio. An application inside of Twilio is just a set of URLs and other configuration data that tells Twilio how to behave when one of your Twilio numbers receives a call or SMS message.", "get": { "description": "Retrieve a list of applications representing an application within the requesting account", - "operationId": "ListApiV2010Application", + "operationId": "ListApplication", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read.", @@ -7903,7 +7903,7 @@ }, "post": { "description": "Create a new application within your account", - "operationId": "CreateApiV2010Application", + "operationId": "CreateApplication", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -8102,7 +8102,7 @@ "/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json": { "delete": { "description": "Delete the application by the specified application sid", - "operationId": "DeleteApiV2010Application", + "operationId": "DeleteApplication", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete.", @@ -8146,7 +8146,7 @@ "description": "An Application instance resource represents an application that you have created with Twilio. An application inside of Twilio is just a set of URLs and other configuration data that tells Twilio how to behave when one of your Twilio numbers receives a call or SMS message.", "get": { "description": "Fetch the application specified by the provided sid", - "operationId": "FetchApiV2010Application", + "operationId": "FetchApplication", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch.", @@ -8196,7 +8196,7 @@ }, "post": { "description": "Updates the application's properties", - "operationId": "UpdateApiV2010Application", + "operationId": "UpdateApplication", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update.", @@ -8408,7 +8408,7 @@ "description": "Authorized Twilio Connect apps", "get": { "description": "Retrieve a list of authorized-connect-apps belonging to the account used to make the request", - "operationId": "ListApiV2010AuthorizedConnectApp", + "operationId": "ListAuthorizedConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read.", @@ -8505,7 +8505,7 @@ "description": "Authorized Twilio Connect apps", "get": { "description": "Fetch an instance of an authorized-connect-app", - "operationId": "FetchApiV2010AuthorizedConnectApp", + "operationId": "FetchAuthorizedConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch.", @@ -8568,7 +8568,7 @@ "description": "Country codes with available phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberCountry", + "operationId": "ListAvailablePhoneNumberCountry", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources.", @@ -8666,7 +8666,7 @@ "description": "Country codes with available phone numbers", "get": { "description": "", - "operationId": "FetchApiV2010AvailablePhoneNumberCountry", + "operationId": "FetchAvailablePhoneNumberCountry", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource.", @@ -8727,7 +8727,7 @@ "description": "Available local phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberLocal", + "operationId": "ListAvailablePhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -8978,7 +8978,7 @@ "description": "Available machine-to-machine phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberMachineToMachine", + "operationId": "ListAvailablePhoneNumberMachineToMachine", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9229,7 +9229,7 @@ "description": "Available mobile phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberMobile", + "operationId": "ListAvailablePhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9480,7 +9480,7 @@ "description": "Available national phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberNational", + "operationId": "ListAvailablePhoneNumberNational", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9731,7 +9731,7 @@ "description": "Available shared cost numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberSharedCost", + "operationId": "ListAvailablePhoneNumberSharedCost", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -9982,7 +9982,7 @@ "description": "Available toll free phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberTollFree", + "operationId": "ListAvailablePhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -10233,7 +10233,7 @@ "description": "Available VoIP phone numbers", "get": { "description": "", - "operationId": "ListApiV2010AvailablePhoneNumberVoip", + "operationId": "ListAvailablePhoneNumberVoip", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.", @@ -10484,7 +10484,7 @@ "description": "Account balance", "get": { "description": "Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information", - "operationId": "FetchApiV2010Balance", + "operationId": "FetchBalance", "parameters": [ { "description": "The unique SID identifier of the Account.", @@ -10536,7 +10536,7 @@ "description": "A Call is an object that represents a connection between a telephone and Twilio.", "get": { "description": "Retrieves a collection of calls made to and from your account", - "operationId": "ListApiV2010Call", + "operationId": "ListCall", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to read.", @@ -10719,7 +10719,7 @@ }, "post": { "description": "Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections", - "operationId": "CreateApiV2010Call", + "operationId": "CreateCall", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -11006,7 +11006,7 @@ "description": "Call FeedbackSummary resources provide an idea of how your end user\u00e2\u20ac\u2122s perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.", "post": { "description": "Create a FeedbackSummary resource for a call", - "operationId": "CreateApiV2010CallFeedbackSummary", + "operationId": "CreateCallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11110,7 +11110,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json": { "delete": { "description": "Delete a FeedbackSummary resource from a call", - "operationId": "DeleteApiV2010CallFeedbackSummary", + "operationId": "DeleteCallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11154,7 +11154,7 @@ "description": "Call FeedbackSummary resources provide an idea of how your end user\u00e2\u20ac\u2122s perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.", "get": { "description": "Fetch a FeedbackSummary resource from a call", - "operationId": "FetchApiV2010CallFeedbackSummary", + "operationId": "FetchCallFeedbackSummary", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11219,7 +11219,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all events for a call.", - "operationId": "ListApiV2010CallEvent", + "operationId": "ListCallEvent", "parameters": [ { "description": "The unique SID identifier of the Account.", @@ -11328,7 +11328,7 @@ "description": "The call Feedback subresource describes the quality experienced during a phone call.", "get": { "description": "Fetch a Feedback resource from a call", - "operationId": "FetchApiV2010CallFeedback", + "operationId": "FetchCallFeedback", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11378,7 +11378,7 @@ }, "post": { "description": "Update a Feedback resource for a call", - "operationId": "UpdateApiV2010CallFeedback", + "operationId": "UpdateCallFeedback", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -11477,7 +11477,7 @@ "description": "Error notifications for calls", "get": { "description": "", - "operationId": "ListApiV2010CallNotification", + "operationId": "ListCallNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resources to read.", @@ -11623,7 +11623,7 @@ "description": "Error notifications for calls", "get": { "description": "", - "operationId": "FetchApiV2010CallNotification", + "operationId": "FetchCallNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch.", @@ -11700,7 +11700,7 @@ "description": "Twilio enabled secure payments solution for accepting credit and ACH payments over the phone.", "post": { "description": "create an instance of payments. This will start a new payments session", - "operationId": "CreateApiV2010Payments", + "operationId": "CreatePayments", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -11855,7 +11855,7 @@ "description": "Twilio enabled secure payments solution for accepting credit and ACH payments over the phone.", "post": { "description": "update an instance of payments with different phases of payment flows.", - "operationId": "UpdateApiV2010Payments", + "operationId": "UpdatePayments", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource.", @@ -11973,7 +11973,7 @@ "description": "A Recording resource represents the recording associated with a voice call, conference, or SIP Trunk.", "get": { "description": "Retrieve a list of recordings belonging to the call used to make the request", - "operationId": "ListApiV2010CallRecording", + "operationId": "ListCallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.", @@ -12096,7 +12096,7 @@ }, "post": { "description": "Create a recording for the call", - "operationId": "CreateApiV2010CallRecording", + "operationId": "CreateCallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -12214,7 +12214,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", - "operationId": "DeleteApiV2010CallRecording", + "operationId": "DeleteCallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.", @@ -12270,7 +12270,7 @@ "description": "A Recording resource represents the recording associated with a voice call, conference, or SIP Trunk.", "get": { "description": "Fetch an instance of a recording for a call", - "operationId": "FetchApiV2010CallRecording", + "operationId": "FetchCallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.", @@ -12332,7 +12332,7 @@ }, "post": { "description": "Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.", - "operationId": "UpdateApiV2010CallRecording", + "operationId": "UpdateCallRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update.", @@ -12436,7 +12436,7 @@ "/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json": { "delete": { "description": "Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.", - "operationId": "DeleteApiV2010Call", + "operationId": "DeleteCall", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete.", @@ -12480,7 +12480,7 @@ "description": "A Call is an object that represents a connection between a telephone and Twilio.", "get": { "description": "Fetch the call specified by the provided Call SID", - "operationId": "FetchApiV2010Call", + "operationId": "FetchCall", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch.", @@ -12530,7 +12530,7 @@ }, "post": { "description": "Initiates a call redirect or terminates a call", - "operationId": "UpdateApiV2010Call", + "operationId": "UpdateCall", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update.", @@ -12688,7 +12688,7 @@ "description": "Voice call conferences", "get": { "description": "Retrieve a list of conferences belonging to the account used to make the request", - "operationId": "ListApiV2010Conference", + "operationId": "ListConference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to read.", @@ -12861,7 +12861,7 @@ "description": "Conference participants", "get": { "description": "Retrieve a list of participants belonging to the account used to make the request", - "operationId": "ListApiV2010Participant", + "operationId": "ListParticipant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read.", @@ -12981,7 +12981,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010Participant", + "operationId": "CreateParticipant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -13303,7 +13303,7 @@ "/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json": { "delete": { "description": "Kick a participant from a given conference", - "operationId": "DeleteApiV2010Participant", + "operationId": "DeleteParticipant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete.", @@ -13356,7 +13356,7 @@ "description": "Conference participants", "get": { "description": "Fetch an instance of a participant", - "operationId": "FetchApiV2010Participant", + "operationId": "FetchParticipant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch.", @@ -13415,7 +13415,7 @@ }, "post": { "description": "Update the properties of the participant", - "operationId": "UpdateApiV2010Participant", + "operationId": "UpdateParticipant", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to update.", @@ -13597,7 +13597,7 @@ "description": "Recordings of conferences", "get": { "description": "Retrieve a list of recordings belonging to the call used to make the request", - "operationId": "ListApiV2010ConferenceRecording", + "operationId": "ListConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to read.", @@ -13735,7 +13735,7 @@ "/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", - "operationId": "DeleteApiV2010ConferenceRecording", + "operationId": "DeleteConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete.", @@ -13791,7 +13791,7 @@ "description": "Recordings of conferences", "get": { "description": "Fetch an instance of a recording for a call", - "operationId": "FetchApiV2010ConferenceRecording", + "operationId": "FetchConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch.", @@ -13853,7 +13853,7 @@ }, "post": { "description": "Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.", - "operationId": "UpdateApiV2010ConferenceRecording", + "operationId": "UpdateConferenceRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update.", @@ -13958,7 +13958,7 @@ "description": "Voice call conferences", "get": { "description": "Fetch an instance of a conference", - "operationId": "FetchApiV2010Conference", + "operationId": "FetchConference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch.", @@ -14008,7 +14008,7 @@ }, "post": { "description": "", - "operationId": "UpdateApiV2010Conference", + "operationId": "UpdateConference", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to update.", @@ -14110,7 +14110,7 @@ "description": "Twilio Connect apps", "get": { "description": "Retrieve a list of connect-apps belonging to the account used to make the request", - "operationId": "ListApiV2010ConnectApp", + "operationId": "ListConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read.", @@ -14206,7 +14206,7 @@ "/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json": { "delete": { "description": "Delete an instance of a connect-app", - "operationId": "DeleteApiV2010ConnectApp", + "operationId": "DeleteConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.", @@ -14250,7 +14250,7 @@ "description": "Twilio Connect apps", "get": { "description": "Fetch an instance of a connect-app", - "operationId": "FetchApiV2010ConnectApp", + "operationId": "FetchConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.", @@ -14300,7 +14300,7 @@ }, "post": { "description": "Update a connect-app with the specified parameters", - "operationId": "UpdateApiV2010ConnectApp", + "operationId": "UpdateConnectApp", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update.", @@ -14430,7 +14430,7 @@ "description": "Incoming phone numbers on a Twilio account/project", "get": { "description": "Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.", - "operationId": "ListApiV2010IncomingPhoneNumber", + "operationId": "ListIncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read.", @@ -14546,7 +14546,7 @@ }, "post": { "description": "Purchase a phone-number for the account.", - "operationId": "CreateApiV2010IncomingPhoneNumber", + "operationId": "CreateIncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -14809,7 +14809,7 @@ "description": "Incoming local phone numbers on a Twilio account/project", "get": { "description": "", - "operationId": "ListApiV2010IncomingPhoneNumberLocal", + "operationId": "ListIncomingPhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -14925,7 +14925,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010IncomingPhoneNumberLocal", + "operationId": "CreateIncomingPhoneNumberLocal", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15187,7 +15187,7 @@ "description": "Incoming mobile phone numbers on a Twilio account/project", "get": { "description": "", - "operationId": "ListApiV2010IncomingPhoneNumberMobile", + "operationId": "ListIncomingPhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -15303,7 +15303,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010IncomingPhoneNumberMobile", + "operationId": "CreateIncomingPhoneNumberMobile", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15565,7 +15565,7 @@ "description": "Incoming toll free phone numbers on a Twilio account/project", "get": { "description": "", - "operationId": "ListApiV2010IncomingPhoneNumberTollFree", + "operationId": "ListIncomingPhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -15681,7 +15681,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010IncomingPhoneNumberTollFree", + "operationId": "CreateIncomingPhoneNumberTollFree", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -15943,7 +15943,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-on installations currently assigned to this Number.", - "operationId": "ListApiV2010IncomingPhoneNumberAssignedAddOn", + "operationId": "ListIncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -16039,7 +16039,7 @@ }, "post": { "description": "Assign an Add-on installation to the Number specified.", - "operationId": "CreateApiV2010IncomingPhoneNumberAssignedAddOn", + "operationId": "CreateIncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -16125,7 +16125,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Assigned Add-on.", - "operationId": "ListApiV2010IncomingPhoneNumberAssignedAddOnExtension", + "operationId": "ListIncomingPhoneNumberAssignedAddOnExtension", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.", @@ -16248,7 +16248,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Assigned Add-on.", - "operationId": "FetchApiV2010IncomingPhoneNumberAssignedAddOnExtension", + "operationId": "FetchIncomingPhoneNumberAssignedAddOnExtension", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.", @@ -16336,7 +16336,7 @@ "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json": { "delete": { "description": "Remove the assignment of an Add-on installation from the Number specified.", - "operationId": "DeleteApiV2010IncomingPhoneNumberAssignedAddOn", + "operationId": "DeleteIncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete.", @@ -16392,7 +16392,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on installation currently assigned to this Number.", - "operationId": "FetchApiV2010IncomingPhoneNumberAssignedAddOn", + "operationId": "FetchIncomingPhoneNumberAssignedAddOn", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.", @@ -16468,7 +16468,7 @@ "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json": { "delete": { "description": "Delete a phone-numbers belonging to the account used to make the request.", - "operationId": "DeleteApiV2010IncomingPhoneNumber", + "operationId": "DeleteIncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete.", @@ -16512,7 +16512,7 @@ "description": "Incoming phone numbers on a Twilio account/project", "get": { "description": "Fetch an incoming-phone-number belonging to the account used to make the request.", - "operationId": "FetchApiV2010IncomingPhoneNumber", + "operationId": "FetchIncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch.", @@ -16562,7 +16562,7 @@ }, "post": { "description": "Update an incoming-phone-number instance.", - "operationId": "UpdateApiV2010IncomingPhoneNumber", + "operationId": "UpdateIncomingPhoneNumber", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update. For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers).", @@ -16836,7 +16836,7 @@ "description": "API keys", "get": { "description": "", - "operationId": "ListApiV2010Key", + "operationId": "ListKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read.", @@ -16920,7 +16920,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010NewKey", + "operationId": "CreateNewKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.", @@ -16986,7 +16986,7 @@ "/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json": { "delete": { "description": "", - "operationId": "DeleteApiV2010Key", + "operationId": "DeleteKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete.", @@ -17030,7 +17030,7 @@ "description": "API keys", "get": { "description": "", - "operationId": "FetchApiV2010Key", + "operationId": "FetchKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch.", @@ -17080,7 +17080,7 @@ }, "post": { "description": "", - "operationId": "UpdateApiV2010Key", + "operationId": "UpdateKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update.", @@ -17159,7 +17159,7 @@ "description": "A Message resource represents an inbound or outbound message.", "get": { "description": "Retrieve a list of messages belonging to the account used to make the request", - "operationId": "ListApiV2010Message", + "operationId": "ListMessage", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to read.", @@ -17286,7 +17286,7 @@ }, "post": { "description": "Send a message from the account used to make the request", - "operationId": "CreateApiV2010Message", + "operationId": "CreateMessage", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -17439,7 +17439,7 @@ "description": "Customer-provided feedback on delivery confirmation", "post": { "description": "", - "operationId": "CreateApiV2010MessageFeedback", + "operationId": "CreateMessageFeedback", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -17522,7 +17522,7 @@ "description": "The Media resource represents a piece of media, such as an image, that is associated with a message.", "get": { "description": "Retrieve a list of Media resources belonging to the account used to make the request", - "operationId": "ListApiV2010Media", + "operationId": "ListMedia", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to read.", @@ -17658,7 +17658,7 @@ "/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json": { "delete": { "description": "Delete media from your account. Once delete, you will no longer be billed", - "operationId": "DeleteApiV2010Media", + "operationId": "DeleteMedia", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to delete.", @@ -17714,7 +17714,7 @@ "description": "The Media resource represents a piece of media, such as an image, that is associated with a message.", "get": { "description": "Fetch a single media instance belonging to the account used to make the request", - "operationId": "FetchApiV2010Media", + "operationId": "FetchMedia", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to fetch.", @@ -17789,7 +17789,7 @@ "/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json": { "delete": { "description": "Deletes a message record from your account", - "operationId": "DeleteApiV2010Message", + "operationId": "DeleteMessage", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to delete.", @@ -17833,7 +17833,7 @@ "description": "A Message resource represents an inbound or outbound message.", "get": { "description": "Fetch a message belonging to the account used to make the request", - "operationId": "FetchApiV2010Message", + "operationId": "FetchMessage", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource to fetch.", @@ -17883,7 +17883,7 @@ }, "post": { "description": "To redact a message-body from a post-flight message record, post to the message instance resource with an empty body", - "operationId": "UpdateApiV2010Message", + "operationId": "UpdateMessage", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update.", @@ -17968,7 +17968,7 @@ "description": "[DEPRECATED] Log entries", "get": { "description": "Retrieve a list of notifications belonging to the account used to make the request", - "operationId": "ListApiV2010Notification", + "operationId": "ListNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resources to read.", @@ -18102,7 +18102,7 @@ "description": "[DEPRECATED] Log entries", "get": { "description": "Fetch a notification belonging to the account used to make the request", - "operationId": "FetchApiV2010Notification", + "operationId": "FetchNotification", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch.", @@ -18167,7 +18167,7 @@ "description": "An OutgoingCallerId resource represents a single verified number that may be used as a caller ID when making outgoing calls via the REST API and within the TwiML verb.", "get": { "description": "Retrieve a list of outgoing-caller-ids belonging to the account used to make the request", - "operationId": "ListApiV2010OutgoingCallerId", + "operationId": "ListOutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read.", @@ -18267,7 +18267,7 @@ }, "post": { "description": "", - "operationId": "CreateApiV2010ValidationRequest", + "operationId": "CreateValidationRequest", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource.", @@ -18371,7 +18371,7 @@ "/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json": { "delete": { "description": "Delete the caller-id specified from the account", - "operationId": "DeleteApiV2010OutgoingCallerId", + "operationId": "DeleteOutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete.", @@ -18415,7 +18415,7 @@ "description": "An OutgoingCallerId resource represents a single verified number that may be used as a caller ID when making outgoing calls via the REST API and within the TwiML verb.", "get": { "description": "Fetch an outgoing-caller-id belonging to the account used to make the request", - "operationId": "FetchApiV2010OutgoingCallerId", + "operationId": "FetchOutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch.", @@ -18465,7 +18465,7 @@ }, "post": { "description": "Updates the caller-id", - "operationId": "UpdateApiV2010OutgoingCallerId", + "operationId": "UpdateOutgoingCallerId", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update.", @@ -18544,7 +18544,7 @@ "description": "Queues of calls", "get": { "description": "Retrieve a list of queues belonging to the account used to make the request", - "operationId": "ListApiV2010Queue", + "operationId": "ListQueue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read.", @@ -18628,7 +18628,7 @@ }, "post": { "description": "Create a queue", - "operationId": "CreateApiV2010Queue", + "operationId": "CreateQueue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -18703,7 +18703,7 @@ "description": "Calls in a call queue", "get": { "description": "Retrieve the members of the queue", - "operationId": "ListApiV2010Member", + "operationId": "ListMember", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read.", @@ -18814,7 +18814,7 @@ "description": "Calls in a call queue", "get": { "description": "Fetch a specific member from the queue", - "operationId": "FetchApiV2010Member", + "operationId": "FetchMember", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch.", @@ -18873,7 +18873,7 @@ }, "post": { "description": "Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL", - "operationId": "UpdateApiV2010Member", + "operationId": "UpdateMember", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update.", @@ -18983,7 +18983,7 @@ "/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json": { "delete": { "description": "Remove an empty queue", - "operationId": "DeleteApiV2010Queue", + "operationId": "DeleteQueue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete.", @@ -19027,7 +19027,7 @@ "description": "Queues of calls", "get": { "description": "Fetch an instance of a queue identified by the QueueSid", - "operationId": "FetchApiV2010Queue", + "operationId": "FetchQueue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch.", @@ -19077,7 +19077,7 @@ }, "post": { "description": "Update the queue with the new parameters", - "operationId": "UpdateApiV2010Queue", + "operationId": "UpdateQueue", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update.", @@ -19161,7 +19161,7 @@ "description": "Recordings of phone calls", "get": { "description": "Retrieve a list of recordings belonging to the account used to make the request", - "operationId": "ListApiV2010Recording", + "operationId": "ListRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.", @@ -19310,7 +19310,7 @@ "description": "References to text transcriptions of call recordings", "get": { "description": "", - "operationId": "ListApiV2010RecordingTranscription", + "operationId": "ListRecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.", @@ -19420,7 +19420,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json": { "delete": { "description": "", - "operationId": "DeleteApiV2010RecordingTranscription", + "operationId": "DeleteRecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.", @@ -19476,7 +19476,7 @@ "description": "References to text transcriptions of call recordings", "get": { "description": "", - "operationId": "FetchApiV2010RecordingTranscription", + "operationId": "FetchRecordingTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.", @@ -19553,7 +19553,7 @@ "description": "The results of an Add-on API call", "get": { "description": "Retrieve a list of results belonging to the recording", - "operationId": "ListApiV2010RecordingAddOnResult", + "operationId": "ListRecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read.", @@ -19664,7 +19664,7 @@ "description": "A single Add-on results' payload", "get": { "description": "Retrieve a list of payloads belonging to the AddOnResult", - "operationId": "ListApiV2010RecordingAddOnResultPayload", + "operationId": "ListRecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read.", @@ -19785,7 +19785,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json": { "delete": { "description": "Delete a payload from the result along with all associated Data", - "operationId": "DeleteApiV2010RecordingAddOnResultPayload", + "operationId": "DeleteRecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete.", @@ -19853,7 +19853,7 @@ "description": "A single Add-on results' payload", "get": { "description": "Fetch an instance of a result payload", - "operationId": "FetchApiV2010RecordingAddOnResultPayload", + "operationId": "FetchRecordingAddOnResultPayload", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch.", @@ -19940,7 +19940,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json": { "delete": { "description": "Delete a result and purge all associated Payloads", - "operationId": "DeleteApiV2010RecordingAddOnResult", + "operationId": "DeleteRecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete.", @@ -19996,7 +19996,7 @@ "description": "The results of an Add-on API call", "get": { "description": "Fetch an instance of an AddOnResult", - "operationId": "FetchApiV2010RecordingAddOnResult", + "operationId": "FetchRecordingAddOnResult", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch.", @@ -20072,7 +20072,7 @@ "/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json": { "delete": { "description": "Delete a recording from your account", - "operationId": "DeleteApiV2010Recording", + "operationId": "DeleteRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.", @@ -20116,7 +20116,7 @@ "description": "Recordings of phone calls", "get": { "description": "Fetch an instance of a recording", - "operationId": "FetchApiV2010Recording", + "operationId": "FetchRecording", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.", @@ -20182,7 +20182,7 @@ "description": "Lists of SIP credentials", "get": { "description": "Get All Credential Lists", - "operationId": "ListApiV2010SipCredentialList", + "operationId": "ListSipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20266,7 +20266,7 @@ }, "post": { "description": "Create a Credential List", - "operationId": "CreateApiV2010SipCredentialList", + "operationId": "CreateSipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20335,7 +20335,7 @@ "description": "Username and password information for SIP Domains", "get": { "description": "Retrieve a list of credentials.", - "operationId": "ListApiV2010SipCredential", + "operationId": "ListSipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20431,7 +20431,7 @@ }, "post": { "description": "Create a new credential resource.", - "operationId": "CreateApiV2010SipCredential", + "operationId": "CreateSipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20517,7 +20517,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json": { "delete": { "description": "Delete a credential resource.", - "operationId": "DeleteApiV2010SipCredential", + "operationId": "DeleteSipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20573,7 +20573,7 @@ "description": "Username and password information for SIP Domains", "get": { "description": "Fetch a single credential.", - "operationId": "FetchApiV2010SipCredential", + "operationId": "FetchSipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20635,7 +20635,7 @@ }, "post": { "description": "Update a credential resource.", - "operationId": "UpdateApiV2010SipCredential", + "operationId": "UpdateSipCredential", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20725,7 +20725,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json": { "delete": { "description": "Delete a Credential List", - "operationId": "DeleteApiV2010SipCredentialList", + "operationId": "DeleteSipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20769,7 +20769,7 @@ "description": "Lists of SIP credentials", "get": { "description": "Get a Credential List", - "operationId": "FetchApiV2010SipCredentialList", + "operationId": "FetchSipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20819,7 +20819,7 @@ }, "post": { "description": "Update a Credential List", - "operationId": "UpdateApiV2010SipCredentialList", + "operationId": "UpdateSipCredentialList", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -20900,7 +20900,7 @@ "description": "Custom DNS hostnames that can accept SIP traffic", "get": { "description": "Retrieve a list of domains belonging to the account used to make the request", - "operationId": "ListApiV2010SipDomain", + "operationId": "ListSipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read.", @@ -20984,7 +20984,7 @@ }, "post": { "description": "Create a new Domain", - "operationId": "CreateApiV2010SipDomain", + "operationId": "CreateSipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21153,7 +21153,7 @@ "description": "Credential lists for SIP calls", "get": { "description": "Retrieve a list of credential list mappings belonging to the domain used in the request", - "operationId": "ListApiV2010SipAuthCallsCredentialListMapping", + "operationId": "ListSipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.", @@ -21249,7 +21249,7 @@ }, "post": { "description": "Create a new credential list mapping resource", - "operationId": "CreateApiV2010SipAuthCallsCredentialListMapping", + "operationId": "CreateSipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21332,7 +21332,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a credential list mapping from the requested domain", - "operationId": "DeleteApiV2010SipAuthCallsCredentialListMapping", + "operationId": "DeleteSipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.", @@ -21388,7 +21388,7 @@ "description": "Credential lists for SIP calls", "get": { "description": "Fetch a specific instance of a credential list mapping", - "operationId": "FetchApiV2010SipAuthCallsCredentialListMapping", + "operationId": "FetchSipAuthCallsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.", @@ -21463,7 +21463,7 @@ "description": "IP address lists for SIP calls", "get": { "description": "Retrieve a list of IP Access Control List mappings belonging to the domain used in the request", - "operationId": "ListApiV2010SipAuthCallsIpAccessControlListMapping", + "operationId": "ListSipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read.", @@ -21559,7 +21559,7 @@ }, "post": { "description": "Create a new IP Access Control List mapping", - "operationId": "CreateApiV2010SipAuthCallsIpAccessControlListMapping", + "operationId": "CreateSipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21642,7 +21642,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json": { "delete": { "description": "Delete an IP Access Control List mapping from the requested domain", - "operationId": "DeleteApiV2010SipAuthCallsIpAccessControlListMapping", + "operationId": "DeleteSipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete.", @@ -21698,7 +21698,7 @@ "description": "IP address lists for SIP calls", "get": { "description": "Fetch a specific instance of an IP Access Control List mapping", - "operationId": "FetchApiV2010SipAuthCallsIpAccessControlListMapping", + "operationId": "FetchSipAuthCallsIpAccessControlListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch.", @@ -21773,7 +21773,7 @@ "description": "Credential lists for SIP registrations", "get": { "description": "Retrieve a list of credential list mappings belonging to the domain used in the request", - "operationId": "ListApiV2010SipAuthRegistrationsCredentialListMapping", + "operationId": "ListSipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.", @@ -21869,7 +21869,7 @@ }, "post": { "description": "Create a new credential list mapping resource", - "operationId": "CreateApiV2010SipAuthRegistrationsCredentialListMapping", + "operationId": "CreateSipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -21952,7 +21952,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a credential list mapping from the requested domain", - "operationId": "DeleteApiV2010SipAuthRegistrationsCredentialListMapping", + "operationId": "DeleteSipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.", @@ -22008,7 +22008,7 @@ "description": "Credential lists for SIP registrations", "get": { "description": "Fetch a specific instance of a credential list mapping", - "operationId": "FetchApiV2010SipAuthRegistrationsCredentialListMapping", + "operationId": "FetchSipAuthRegistrationsCredentialListMapping", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.", @@ -22083,7 +22083,7 @@ "description": "Credential lists associated with a SIP Domain", "get": { "description": "Read multiple CredentialListMapping resources from an account.", - "operationId": "ListApiV2010SipCredentialListMapping", + "operationId": "ListSipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22179,7 +22179,7 @@ }, "post": { "description": "Create a CredentialListMapping resource for an account.", - "operationId": "CreateApiV2010SipCredentialListMapping", + "operationId": "CreateSipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22262,7 +22262,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json": { "delete": { "description": "Delete a CredentialListMapping resource from an account.", - "operationId": "DeleteApiV2010SipCredentialListMapping", + "operationId": "DeleteSipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22318,7 +22318,7 @@ "description": "Credential lists associated with a SIP Domain", "get": { "description": "Fetch a single CredentialListMapping resource from an account.", - "operationId": "FetchApiV2010SipCredentialListMapping", + "operationId": "FetchSipCredentialListMapping", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -22393,7 +22393,7 @@ "description": "Access control lists associated with a SIP Domain", "get": { "description": "Retrieve a list of IpAccessControlListMapping resources.", - "operationId": "ListApiV2010SipIpAccessControlListMapping", + "operationId": "ListSipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22489,7 +22489,7 @@ }, "post": { "description": "Create a new IpAccessControlListMapping resource.", - "operationId": "CreateApiV2010SipIpAccessControlListMapping", + "operationId": "CreateSipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22572,7 +22572,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json": { "delete": { "description": "Delete an IpAccessControlListMapping resource.", - "operationId": "DeleteApiV2010SipIpAccessControlListMapping", + "operationId": "DeleteSipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22628,7 +22628,7 @@ "description": "Access control lists associated with a SIP Domain", "get": { "description": "Fetch an IpAccessControlListMapping resource.", - "operationId": "FetchApiV2010SipIpAccessControlListMapping", + "operationId": "FetchSipIpAccessControlListMapping", "parameters": [ { "description": "The unique id of the Account that is responsible for this resource.", @@ -22702,7 +22702,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json": { "delete": { "description": "Delete an instance of a Domain", - "operationId": "DeleteApiV2010SipDomain", + "operationId": "DeleteSipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete.", @@ -22746,7 +22746,7 @@ "description": "Custom DNS hostnames that can accept SIP traffic", "get": { "description": "Fetch an instance of a Domain", - "operationId": "FetchApiV2010SipDomain", + "operationId": "FetchSipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch.", @@ -22796,7 +22796,7 @@ }, "post": { "description": "Update the attributes of a domain", - "operationId": "UpdateApiV2010SipDomain", + "operationId": "UpdateSipDomain", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update.", @@ -22974,7 +22974,7 @@ "description": "Access control lists of IP address resources", "get": { "description": "Retrieve a list of IpAccessControlLists that belong to the account used to make the request", - "operationId": "ListApiV2010SipIpAccessControlList", + "operationId": "ListSipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23058,7 +23058,7 @@ }, "post": { "description": "Create a new IpAccessControlList resource", - "operationId": "CreateApiV2010SipIpAccessControlList", + "operationId": "CreateSipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23127,7 +23127,7 @@ "description": "IP addresses that have access to a SIP Domain", "get": { "description": "Read multiple IpAddress resources.", - "operationId": "ListApiV2010SipIpAddress", + "operationId": "ListSipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23223,7 +23223,7 @@ }, "post": { "description": "Create a new IpAddress resource.", - "operationId": "CreateApiV2010SipIpAddress", + "operationId": "CreateSipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23313,7 +23313,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json": { "delete": { "description": "Delete an IpAddress resource.", - "operationId": "DeleteApiV2010SipIpAddress", + "operationId": "DeleteSipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23369,7 +23369,7 @@ "description": "IP addresses that have access to a SIP Domain", "get": { "description": "Read one IpAddress resource.", - "operationId": "FetchApiV2010SipIpAddress", + "operationId": "FetchSipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23431,7 +23431,7 @@ }, "post": { "description": "Update an IpAddress resource.", - "operationId": "UpdateApiV2010SipIpAddress", + "operationId": "UpdateSipIpAddress", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23529,7 +23529,7 @@ "/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json": { "delete": { "description": "Delete an IpAccessControlList from the requested account", - "operationId": "DeleteApiV2010SipIpAccessControlList", + "operationId": "DeleteSipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23573,7 +23573,7 @@ "description": "Access control lists of IP address resources", "get": { "description": "Fetch a specific instance of an IpAccessControlList", - "operationId": "FetchApiV2010SipIpAccessControlList", + "operationId": "FetchSipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23623,7 +23623,7 @@ }, "post": { "description": "Rename an IpAccessControlList", - "operationId": "UpdateApiV2010SipIpAccessControlList", + "operationId": "UpdateSipIpAccessControlList", "parameters": [ { "description": "The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.", @@ -23704,7 +23704,7 @@ "description": "Messaging short codes", "get": { "description": "Retrieve a list of short-codes belonging to the account used to make the request", - "operationId": "ListApiV2010ShortCode", + "operationId": "ListShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read.", @@ -23818,7 +23818,7 @@ "description": "Messaging short codes", "get": { "description": "Fetch an instance of a short code", - "operationId": "FetchApiV2010ShortCode", + "operationId": "FetchShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch.", @@ -23868,7 +23868,7 @@ }, "post": { "description": "Update a short code with the following parameters", - "operationId": "UpdateApiV2010ShortCode", + "operationId": "UpdateShortCode", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update.", @@ -23997,7 +23997,7 @@ "description": "Create a new signing key", "get": { "description": "", - "operationId": "ListApiV2010SigningKey", + "operationId": "ListSigningKey", "parameters": [ { "description": "", @@ -24081,7 +24081,7 @@ }, "post": { "description": "Create a new Signing Key for the account making the request.", - "operationId": "CreateApiV2010NewSigningKey", + "operationId": "CreateNewSigningKey", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.", @@ -24147,7 +24147,7 @@ "/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json": { "delete": { "description": "", - "operationId": "DeleteApiV2010SigningKey", + "operationId": "DeleteSigningKey", "parameters": [ { "description": "", @@ -24191,7 +24191,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchApiV2010SigningKey", + "operationId": "FetchSigningKey", "parameters": [ { "description": "", @@ -24241,7 +24241,7 @@ }, "post": { "description": "", - "operationId": "UpdateApiV2010SigningKey", + "operationId": "UpdateSigningKey", "parameters": [ { "description": "", @@ -24319,7 +24319,7 @@ "description": "Credentials for ICE servers", "post": { "description": "Create a new token for ICE servers", - "operationId": "CreateApiV2010Token", + "operationId": "CreateToken", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -24385,7 +24385,7 @@ "description": "Text transcriptions of call recordings", "get": { "description": "Retrieve a list of transcriptions belonging to the account used to make the request", - "operationId": "ListApiV2010Transcription", + "operationId": "ListTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.", @@ -24483,7 +24483,7 @@ "/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json": { "delete": { "description": "Delete a transcription from the account used to make the request", - "operationId": "DeleteApiV2010Transcription", + "operationId": "DeleteTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.", @@ -24527,7 +24527,7 @@ "description": "Text transcriptions of call recordings", "get": { "description": "Fetch an instance of a Transcription", - "operationId": "FetchApiV2010Transcription", + "operationId": "FetchTranscription", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.", @@ -24592,7 +24592,7 @@ "description": "Twilio account usage records", "get": { "description": "Retrieve a list of usage-records belonging to the account used to make the request", - "operationId": "ListApiV2010UsageRecord", + "operationId": "ListUsageRecord", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -24965,7 +24965,7 @@ "description": "Usage records for all time", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordAllTime", + "operationId": "ListUsageRecordAllTime", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -25338,7 +25338,7 @@ "description": "Usage records summarized by day", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordDaily", + "operationId": "ListUsageRecordDaily", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -25711,7 +25711,7 @@ "description": "Usage records for last month", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordLastMonth", + "operationId": "ListUsageRecordLastMonth", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -26084,7 +26084,7 @@ "description": "Usage records summarized by month", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordMonthly", + "operationId": "ListUsageRecordMonthly", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -26457,7 +26457,7 @@ "description": "Usage records for this month", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordThisMonth", + "operationId": "ListUsageRecordThisMonth", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -26830,7 +26830,7 @@ "description": "Usage records for today", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordToday", + "operationId": "ListUsageRecordToday", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27203,7 +27203,7 @@ "description": "Usage records summarized by year", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordYearly", + "operationId": "ListUsageRecordYearly", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27576,7 +27576,7 @@ "description": "Usage records for yesterday", "get": { "description": "", - "operationId": "ListApiV2010UsageRecordYesterday", + "operationId": "ListUsageRecordYesterday", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.", @@ -27949,7 +27949,7 @@ "description": "Webhooks that notify you of usage thresholds", "get": { "description": "Retrieve a list of usage-triggers belonging to the account used to make the request", - "operationId": "ListApiV2010UsageTrigger", + "operationId": "ListUsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read.", @@ -28307,7 +28307,7 @@ }, "post": { "description": "Create a new UsageTrigger", - "operationId": "CreateApiV2010UsageTrigger", + "operationId": "CreateUsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.", @@ -28668,7 +28668,7 @@ "/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json": { "delete": { "description": "", - "operationId": "DeleteApiV2010UsageTrigger", + "operationId": "DeleteUsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete.", @@ -28712,7 +28712,7 @@ "description": "Webhooks that notify you of usage thresholds", "get": { "description": "Fetch and instance of a usage-trigger", - "operationId": "FetchApiV2010UsageTrigger", + "operationId": "FetchUsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch.", @@ -28762,7 +28762,7 @@ }, "post": { "description": "Update an instance of a usage trigger", - "operationId": "UpdateApiV2010UsageTrigger", + "operationId": "UpdateUsageTrigger", "parameters": [ { "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update.", @@ -28865,7 +28865,7 @@ "description": "Twilio accounts (aka Project) or subaccounts", "get": { "description": "Fetch the account specified by the provided Account Sid", - "operationId": "FetchApiV2010Account", + "operationId": "FetchAccount", "parameters": [ { "description": "The Account Sid that uniquely identifies the account to fetch", @@ -28903,7 +28903,7 @@ }, "post": { "description": "Modify the properties of a given Account", - "operationId": "UpdateApiV2010Account", + "operationId": "UpdateAccount", "parameters": [ { "description": "The Account Sid that uniquely identifies the account to update", diff --git a/src/services/twilio-api/twilio_autopilot_v1.json b/src/services/twilio-api/twilio_autopilot_v1.json index beb2e355..6fc411ad 100644 --- a/src/services/twilio-api/twilio_autopilot_v1.json +++ b/src/services/twilio-api/twilio_autopilot_v1.json @@ -698,7 +698,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Assistant", + "operationId": "ListAssistant", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -772,7 +772,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Assistant", + "operationId": "CreateAssistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -850,7 +850,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", - "operationId": "UpdateAutopilotV1RestoreAssistant", + "operationId": "UpdateRestoreAssistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -907,7 +907,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Defaults", + "operationId": "FetchDefaults", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -942,7 +942,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Defaults", + "operationId": "UpdateDefaults", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -1004,7 +1004,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Dialogue", + "operationId": "FetchDialogue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1061,7 +1061,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1FieldType", + "operationId": "ListFieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -1144,7 +1144,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1FieldType", + "operationId": "CreateFieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -1215,7 +1215,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1FieldValue", + "operationId": "ListFieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to read.", @@ -1315,7 +1315,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1FieldValue", + "operationId": "CreateFieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the new resource.", @@ -1399,7 +1399,7 @@ "/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1FieldValue", + "operationId": "DeleteFieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resources to delete.", @@ -1446,7 +1446,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1FieldValue", + "operationId": "FetchFieldValue", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the resource to fetch.", @@ -1512,7 +1512,7 @@ "/v1/Assistants/{AssistantSid}/FieldTypes/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1FieldType", + "operationId": "DeleteFieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -1550,7 +1550,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1FieldType", + "operationId": "FetchFieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1594,7 +1594,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1FieldType", + "operationId": "UpdateFieldType", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the to update.", @@ -1671,7 +1671,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1ModelBuild", + "operationId": "ListModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -1754,7 +1754,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1ModelBuild", + "operationId": "CreateModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -1823,7 +1823,7 @@ "/v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1ModelBuild", + "operationId": "DeleteModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -1861,7 +1861,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1ModelBuild", + "operationId": "FetchModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -1905,7 +1905,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1ModelBuild", + "operationId": "UpdateModelBuild", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -1979,7 +1979,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Query", + "operationId": "ListQuery", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -2097,7 +2097,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Query", + "operationId": "CreateQuery", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -2177,7 +2177,7 @@ "/v1/Assistants/{AssistantSid}/Queries/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Query", + "operationId": "DeleteQuery", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -2215,7 +2215,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Query", + "operationId": "FetchQuery", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2259,7 +2259,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Query", + "operationId": "UpdateQuery", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2340,7 +2340,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns Style sheet JSON object for the Assistant", - "operationId": "FetchAutopilotV1StyleSheet", + "operationId": "FetchStyleSheet", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2375,7 +2375,7 @@ }, "post": { "description": "Updates the style sheet for an Assistant identified by `assistant_sid`.", - "operationId": "UpdateAutopilotV1StyleSheet", + "operationId": "UpdateStyleSheet", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2437,7 +2437,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Task", + "operationId": "ListTask", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -2520,7 +2520,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Task", + "operationId": "CreateTask", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -2599,7 +2599,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Task", + "operationId": "DeleteTask", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -2637,7 +2637,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Task", + "operationId": "FetchTask", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -2681,7 +2681,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Task", + "operationId": "UpdateTask", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -2767,7 +2767,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns JSON actions for the Task.", - "operationId": "FetchAutopilotV1TaskActions", + "operationId": "FetchTaskActions", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to fetch were defined.", @@ -2811,7 +2811,7 @@ }, "post": { "description": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.", - "operationId": "UpdateAutopilotV1TaskActions", + "operationId": "UpdateTaskActions", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to update were defined.", @@ -2882,7 +2882,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Field", + "operationId": "ListField", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read.", @@ -2974,7 +2974,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Field", + "operationId": "CreateField", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource.", @@ -3054,7 +3054,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Field", + "operationId": "DeleteField", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete.", @@ -3101,7 +3101,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Field", + "operationId": "FetchField", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch.", @@ -3168,7 +3168,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Sample", + "operationId": "ListSample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to read.", @@ -3268,7 +3268,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Sample", + "operationId": "CreateSample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the new resource.", @@ -3353,7 +3353,7 @@ "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Sample", + "operationId": "DeleteSample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resources to delete.", @@ -3403,7 +3403,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Sample", + "operationId": "FetchSample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to fetch.", @@ -3459,7 +3459,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Sample", + "operationId": "UpdateSample", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource to update.", @@ -3553,7 +3553,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1TaskStatistics", + "operationId": "FetchTaskStatistics", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -3610,7 +3610,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListAutopilotV1Webhook", + "operationId": "ListWebhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to read.", @@ -3693,7 +3693,7 @@ }, "post": { "description": "", - "operationId": "CreateAutopilotV1Webhook", + "operationId": "CreateWebhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the new resource.", @@ -3776,7 +3776,7 @@ "/v1/Assistants/{AssistantSid}/Webhooks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Webhook", + "operationId": "DeleteWebhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resources to delete.", @@ -3814,7 +3814,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Webhook", + "operationId": "FetchWebhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch.", @@ -3858,7 +3858,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Webhook", + "operationId": "UpdateWebhook", "parameters": [ { "description": "The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to update.", @@ -3945,7 +3945,7 @@ "/v1/Assistants/{Sid}": { "delete": { "description": "", - "operationId": "DeleteAutopilotV1Assistant", + "operationId": "DeleteAssistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to delete.", @@ -3974,7 +3974,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchAutopilotV1Assistant", + "operationId": "FetchAssistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to fetch.", @@ -4009,7 +4009,7 @@ }, "post": { "description": "", - "operationId": "UpdateAutopilotV1Assistant", + "operationId": "UpdateAssistant", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Assistant resource to update.", diff --git a/src/services/twilio-api/twilio_bulkexports_v1.json b/src/services/twilio-api/twilio_bulkexports_v1.json index 72106370..83e96133 100644 --- a/src/services/twilio-api/twilio_bulkexports_v1.json +++ b/src/services/twilio-api/twilio_bulkexports_v1.json @@ -169,7 +169,7 @@ "/v1/Exports/Jobs/{JobSid}": { "delete": { "description": "", - "operationId": "DeleteBulkexportsV1Job", + "operationId": "DeleteJob", "parameters": [ { "description": "The unique string that that we created to identify the Bulk Export job", @@ -201,7 +201,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchBulkexportsV1Job", + "operationId": "FetchJob", "parameters": [ { "description": "", @@ -249,7 +249,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export.", - "operationId": "FetchBulkexportsV1Export", + "operationId": "FetchExport", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -294,7 +294,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export Configuration.", - "operationId": "FetchBulkexportsV1ExportConfiguration", + "operationId": "FetchExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -329,7 +329,7 @@ }, "post": { "description": "Update a specific Export Configuration.", - "operationId": "UpdateBulkexportsV1ExportConfiguration", + "operationId": "UpdateExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -398,7 +398,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Days for a resource.", - "operationId": "ListBulkexportsV1Day", + "operationId": "ListDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -491,7 +491,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Day.", - "operationId": "FetchBulkexportsV1Day", + "operationId": "FetchDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -545,7 +545,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListBulkexportsV1ExportCustomJob", + "operationId": "ListExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -628,7 +628,7 @@ }, "post": { "description": "", - "operationId": "CreateBulkexportsV1ExportCustomJob", + "operationId": "CreateExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages or Calls", diff --git a/src/services/twilio-api/twilio_chat_v1.json b/src/services/twilio-api/twilio_chat_v1.json index ff277a73..c054fb0d 100644 --- a/src/services/twilio-api/twilio_chat_v1.json +++ b/src/services/twilio-api/twilio_chat_v1.json @@ -559,7 +559,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", - "operationId": "ListChatV1Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -633,7 +633,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -717,7 +717,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to delete.", @@ -749,7 +749,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", - "operationId": "FetchChatV1Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to fetch.", @@ -787,7 +787,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to update.", @@ -874,7 +874,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", - "operationId": "ListChatV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -948,7 +948,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1004,7 +1004,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", - "operationId": "ListChatV1Channel", + "operationId": "ListChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1105,7 +1105,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Channel", + "operationId": "CreateChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1188,7 +1188,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", - "operationId": "ListChatV1Invite", + "operationId": "ListInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1294,7 +1294,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Invite", + "operationId": "CreateInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1379,7 +1379,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Invite", + "operationId": "DeleteInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -1432,7 +1432,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", - "operationId": "FetchChatV1Invite", + "operationId": "FetchInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -1505,7 +1505,7 @@ "description": "Users joined to specific channels", "get": { "description": "", - "operationId": "ListChatV1Member", + "operationId": "ListMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -1611,7 +1611,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Member", + "operationId": "CreateMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -1696,7 +1696,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Member", + "operationId": "DeleteMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -1749,7 +1749,7 @@ "description": "Users joined to specific channels", "get": { "description": "", - "operationId": "FetchChatV1Member", + "operationId": "FetchMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -1808,7 +1808,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Member", + "operationId": "UpdateMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -1904,7 +1904,7 @@ "description": "Individual chat messages", "get": { "description": "", - "operationId": "ListChatV1Message", + "operationId": "ListMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -2014,7 +2014,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Message", + "operationId": "CreateMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -2104,7 +2104,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Message", + "operationId": "DeleteMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2160,7 +2160,7 @@ "description": "Individual chat messages", "get": { "description": "", - "operationId": "FetchChatV1Message", + "operationId": "FetchMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2222,7 +2222,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Message", + "operationId": "UpdateMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2317,7 +2317,7 @@ "/v1/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Channel", + "operationId": "DeleteChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2358,7 +2358,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", - "operationId": "FetchChatV1Channel", + "operationId": "FetchChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2405,7 +2405,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Channel", + "operationId": "UpdateChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2489,7 +2489,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", - "operationId": "ListChatV1Role", + "operationId": "ListRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -2575,7 +2575,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1Role", + "operationId": "CreateRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -2661,7 +2661,7 @@ "/v1/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Role", + "operationId": "DeleteRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -2705,7 +2705,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", - "operationId": "FetchChatV1Role", + "operationId": "FetchRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -2755,7 +2755,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Role", + "operationId": "UpdateRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -2840,7 +2840,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", - "operationId": "ListChatV1User", + "operationId": "ListUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -2926,7 +2926,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV1User", + "operationId": "CreateUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under.", @@ -3010,7 +3010,7 @@ "/v1/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1User", + "operationId": "DeleteUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from.", @@ -3051,7 +3051,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", - "operationId": "FetchChatV1User", + "operationId": "FetchUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.", @@ -3098,7 +3098,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1User", + "operationId": "UpdateUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.", @@ -3185,7 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List all Channels for a given User.", - "operationId": "ListChatV1UserChannel", + "operationId": "ListUserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -3292,7 +3292,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -3324,7 +3324,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", - "operationId": "FetchChatV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -3362,7 +3362,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_chat_v2.json b/src/services/twilio-api/twilio_chat_v2.json index b4af2231..e1bc1988 100644 --- a/src/services/twilio-api/twilio_chat_v2.json +++ b/src/services/twilio-api/twilio_chat_v2.json @@ -772,7 +772,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", - "operationId": "ListChatV2Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -846,7 +846,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -930,7 +930,7 @@ "/v2/Credentials/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "The SID of the Credential resource to delete.", @@ -962,7 +962,7 @@ "description": "Credentials for push notifications channels", "get": { "description": "", - "operationId": "FetchChatV2Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "The SID of the Credential resource to fetch.", @@ -1000,7 +1000,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "The SID of the Credential resource to update.", @@ -1087,7 +1087,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", - "operationId": "ListChatV2Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1161,7 +1161,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1217,7 +1217,7 @@ "description": "Push notification subscription for users", "get": { "description": "", - "operationId": "ListChatV2Binding", + "operationId": "ListBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from.", @@ -1343,7 +1343,7 @@ "/v2/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Binding", + "operationId": "DeleteBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from.", @@ -1387,7 +1387,7 @@ "description": "Push notification subscription for users", "get": { "description": "", - "operationId": "FetchChatV2Binding", + "operationId": "FetchBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from.", @@ -1451,7 +1451,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", - "operationId": "ListChatV2Channel", + "operationId": "ListChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from.", @@ -1552,7 +1552,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Channel", + "operationId": "CreateChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under.", @@ -1661,7 +1661,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", - "operationId": "ListChatV2Invite", + "operationId": "ListInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from.", @@ -1767,7 +1767,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Invite", + "operationId": "CreateInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under.", @@ -1852,7 +1852,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Invite", + "operationId": "DeleteInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from.", @@ -1905,7 +1905,7 @@ "description": "Pending invitations to users to become channel members", "get": { "description": "", - "operationId": "FetchChatV2Invite", + "operationId": "FetchInvite", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from.", @@ -1978,7 +1978,7 @@ "description": "Users joined to specific channels", "get": { "description": "", - "operationId": "ListChatV2Member", + "operationId": "ListMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from.", @@ -2084,7 +2084,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Member", + "operationId": "CreateMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under.", @@ -2205,7 +2205,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Member", + "operationId": "DeleteMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from.", @@ -2267,7 +2267,7 @@ "description": "Users joined to specific channels", "get": { "description": "", - "operationId": "FetchChatV2Member", + "operationId": "FetchMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from.", @@ -2323,7 +2323,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Member", + "operationId": "UpdateMember", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in.", @@ -2447,7 +2447,7 @@ "description": "Individual chat messages", "get": { "description": "", - "operationId": "ListChatV2Message", + "operationId": "ListMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from.", @@ -2554,7 +2554,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Message", + "operationId": "CreateMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under.", @@ -2671,7 +2671,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Message", + "operationId": "DeleteMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from.", @@ -2736,7 +2736,7 @@ "description": "Individual chat messages", "get": { "description": "", - "operationId": "FetchChatV2Message", + "operationId": "FetchMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from.", @@ -2795,7 +2795,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Message", + "operationId": "UpdateMessage", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in.", @@ -2918,7 +2918,7 @@ "description": "Webhooks for specific channels", "get": { "description": "", - "operationId": "ListChatV2ChannelWebhook", + "operationId": "ListChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from.", @@ -3013,7 +3013,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2ChannelWebhook", + "operationId": "CreateChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under.", @@ -3132,7 +3132,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2ChannelWebhook", + "operationId": "DeleteChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from.", @@ -3185,7 +3185,7 @@ "description": "Webhooks for specific channels", "get": { "description": "", - "operationId": "FetchChatV2ChannelWebhook", + "operationId": "FetchChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from.", @@ -3244,7 +3244,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2ChannelWebhook", + "operationId": "UpdateChannelWebhook", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update.", @@ -3363,7 +3363,7 @@ "/v2/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Channel", + "operationId": "DeleteChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -3416,7 +3416,7 @@ "description": "Channels represent chat rooms", "get": { "description": "", - "operationId": "FetchChatV2Channel", + "operationId": "FetchChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from.", @@ -3463,7 +3463,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Channel", + "operationId": "UpdateChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in.", @@ -3573,7 +3573,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", - "operationId": "ListChatV2Role", + "operationId": "ListRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from.", @@ -3659,7 +3659,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2Role", + "operationId": "CreateRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under.", @@ -3745,7 +3745,7 @@ "/v2/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Role", + "operationId": "DeleteRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from.", @@ -3789,7 +3789,7 @@ "description": "Roles determining user or member permissions", "get": { "description": "", - "operationId": "FetchChatV2Role", + "operationId": "FetchRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from.", @@ -3839,7 +3839,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Role", + "operationId": "UpdateRole", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in.", @@ -3924,7 +3924,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", - "operationId": "ListChatV2User", + "operationId": "ListUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from.", @@ -4010,7 +4010,7 @@ }, "post": { "description": "", - "operationId": "CreateChatV2User", + "operationId": "CreateUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under.", @@ -4107,7 +4107,7 @@ "/v2/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2User", + "operationId": "DeleteUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from.", @@ -4148,7 +4148,7 @@ "description": "Unique chat users within a chat service", "get": { "description": "", - "operationId": "FetchChatV2User", + "operationId": "FetchUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from.", @@ -4195,7 +4195,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2User", + "operationId": "UpdateUser", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in.", @@ -4295,7 +4295,7 @@ "description": "List of bindings for a given user", "get": { "description": "", - "operationId": "ListChatV2UserBinding", + "operationId": "ListUserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from.", @@ -4420,7 +4420,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2UserBinding", + "operationId": "DeleteUserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from.", @@ -4473,7 +4473,7 @@ "description": "List of bindings for a given user", "get": { "description": "", - "operationId": "FetchChatV2UserBinding", + "operationId": "FetchUserBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from.", @@ -4547,7 +4547,7 @@ "description": "List of channels for a given user", "get": { "description": "List all Channels for a given User.", - "operationId": "ListChatV2UserChannel", + "operationId": "ListUserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from.", @@ -4654,7 +4654,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}": { "delete": { "description": "Removes User from selected Channel.", - "operationId": "DeleteChatV2UserChannel", + "operationId": "DeleteUserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.", @@ -4704,7 +4704,7 @@ "description": "List of channels for a given user", "get": { "description": "", - "operationId": "FetchChatV2UserChannel", + "operationId": "FetchUserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from.", @@ -4760,7 +4760,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2UserChannel", + "operationId": "UpdateUserChannel", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in.", @@ -4857,7 +4857,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteChatV2Service", + "operationId": "DeleteService", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -4889,7 +4889,7 @@ "description": "Top level scope for all chat resources", "get": { "description": "", - "operationId": "FetchChatV2Service", + "operationId": "FetchService", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -4927,7 +4927,7 @@ }, "post": { "description": "", - "operationId": "UpdateChatV2Service", + "operationId": "UpdateService", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_conversations_v1.json b/src/services/twilio-api/twilio_conversations_v1.json index f3b3cb08..70cb1e25 100644 --- a/src/services/twilio-api/twilio_conversations_v1.json +++ b/src/services/twilio-api/twilio_conversations_v1.json @@ -1119,7 +1119,7 @@ "description": "The Configuration resource manages a set of account-level settings applicable to the Conversations API.", "get": { "description": "Fetch the global configuration of conversations on your account", - "operationId": "FetchConversationsV1Configuration", + "operationId": "FetchConfiguration", "responses": { "200": { "content": { @@ -1143,7 +1143,7 @@ }, "post": { "description": "Update the global configuration of conversations on your account", - "operationId": "UpdateConversationsV1Configuration", + "operationId": "UpdateConfiguration", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1214,7 +1214,7 @@ "description": "A Webhook resource manages a service-level set of callback URLs and their configuration for receiving all conversation events.", "get": { "description": "", - "operationId": "FetchConversationsV1ConfigurationWebhook", + "operationId": "FetchConfigurationWebhook", "responses": { "200": { "content": { @@ -1238,7 +1238,7 @@ }, "post": { "description": "", - "operationId": "UpdateConversationsV1ConfigurationWebhook", + "operationId": "UpdateConfigurationWebhook", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1315,7 +1315,7 @@ "description": "A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Retrieve a list of conversations in your account's default service", - "operationId": "ListConversationsV1Conversation", + "operationId": "ListConversation", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1389,7 +1389,7 @@ }, "post": { "description": "Create a new conversation in your account's default service", - "operationId": "CreateConversationsV1Conversation", + "operationId": "CreateConversation", "parameters": [ { "description": "The X-Twilio-Webhook-Enabled HTTP request header", @@ -1499,7 +1499,7 @@ "description": "A Message resource represents a message in a conversation.", "get": { "description": "Retrieve a list of all messages in the conversation", - "operationId": "ListConversationsV1ConversationMessage", + "operationId": "ListConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages.", @@ -1582,7 +1582,7 @@ }, "post": { "description": "Add a new message to the conversation", - "operationId": "CreateConversationsV1ConversationMessage", + "operationId": "CreateConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1684,7 +1684,7 @@ "description": "A Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Retrieve a list of all delivery and read receipts of the conversation message", - "operationId": "ListConversationsV1ConversationMessageReceipt", + "operationId": "ListConversationMessageReceipt", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1794,7 +1794,7 @@ "description": "A Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Fetch the delivery and read receipts of the conversation message", - "operationId": "FetchConversationsV1ConversationMessageReceipt", + "operationId": "FetchConversationMessageReceipt", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1867,7 +1867,7 @@ "/v1/Conversations/{ConversationSid}/Messages/{Sid}": { "delete": { "description": "Remove a message from the conversation", - "operationId": "DeleteConversationsV1ConversationMessage", + "operationId": "DeleteConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1920,7 +1920,7 @@ "description": "A Message resource represents a message in a conversation.", "get": { "description": "Fetch a message from the conversation", - "operationId": "FetchConversationsV1ConversationMessage", + "operationId": "FetchConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -1967,7 +1967,7 @@ }, "post": { "description": "Update an existing message in the conversation", - "operationId": "UpdateConversationsV1ConversationMessage", + "operationId": "UpdateConversationMessage", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.", @@ -2074,7 +2074,7 @@ "description": "A Participant resource represents a member of the conversation.", "get": { "description": "Retrieve a list of all participants of the conversation", - "operationId": "ListConversationsV1ConversationParticipant", + "operationId": "ListConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants.", @@ -2157,7 +2157,7 @@ }, "post": { "description": "Add a new participant to the conversation", - "operationId": "CreateConversationsV1ConversationParticipant", + "operationId": "CreateConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2264,7 +2264,7 @@ "/v1/Conversations/{ConversationSid}/Participants/{Sid}": { "delete": { "description": "Remove a participant from the conversation", - "operationId": "DeleteConversationsV1ConversationParticipant", + "operationId": "DeleteConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2317,7 +2317,7 @@ "description": "A Participant resource represents a member of the conversation.", "get": { "description": "Fetch a participant of the conversation", - "operationId": "FetchConversationsV1ConversationParticipant", + "operationId": "FetchConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2364,7 +2364,7 @@ }, "post": { "description": "Update an existing participant in the conversation", - "operationId": "UpdateConversationsV1ConversationParticipant", + "operationId": "UpdateConversationParticipant", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant.", @@ -2480,7 +2480,7 @@ "description": "A Scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Retrieve a list of all webhooks scoped to the conversation", - "operationId": "ListConversationsV1ConversationScopedWebhook", + "operationId": "ListConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2563,7 +2563,7 @@ }, "post": { "description": "Create a new webhook scoped to the conversation", - "operationId": "CreateConversationsV1ConversationScopedWebhook", + "operationId": "CreateConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2670,7 +2670,7 @@ "/v1/Conversations/{ConversationSid}/Webhooks/{Sid}": { "delete": { "description": "Remove an existing webhook scoped to the conversation", - "operationId": "DeleteConversationsV1ConversationScopedWebhook", + "operationId": "DeleteConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2711,7 +2711,7 @@ "description": "A Scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Fetch the configuration of a conversation-scoped webhook", - "operationId": "FetchConversationsV1ConversationScopedWebhook", + "operationId": "FetchConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2758,7 +2758,7 @@ }, "post": { "description": "Update an existing conversation-scoped webhook", - "operationId": "UpdateConversationsV1ConversationScopedWebhook", + "operationId": "UpdateConversationScopedWebhook", "parameters": [ { "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.", @@ -2861,7 +2861,7 @@ "/v1/Conversations/{Sid}": { "delete": { "description": "Remove a conversation from your account's default service", - "operationId": "DeleteConversationsV1Conversation", + "operationId": "DeleteConversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -2902,7 +2902,7 @@ "description": "A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Fetch a conversation from your account's default service", - "operationId": "FetchConversationsV1Conversation", + "operationId": "FetchConversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -2937,7 +2937,7 @@ }, "post": { "description": "Update an existing conversation in your account's default service", - "operationId": "UpdateConversationsV1Conversation", + "operationId": "UpdateConversation", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation.", @@ -3056,7 +3056,7 @@ "description": "A Credential resource represents a push notification credential.", "get": { "description": "Retrieve a list of all push notification credentials on your account", - "operationId": "ListConversationsV1Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3130,7 +3130,7 @@ }, "post": { "description": "Add a new push notification credential to your account", - "operationId": "CreateConversationsV1Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3214,7 +3214,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "Remove a push notification credential from your account", - "operationId": "DeleteConversationsV1Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3246,7 +3246,7 @@ "description": "A Credential resource represents a push notification credential.", "get": { "description": "Fetch a push notification credential from your account", - "operationId": "FetchConversationsV1Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3284,7 +3284,7 @@ }, "post": { "description": "Update an existing push notification credential on your account", - "operationId": "UpdateConversationsV1Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -3380,7 +3380,7 @@ "description": "A Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Retrieve a list of all user roles in your account's default service", - "operationId": "ListConversationsV1Role", + "operationId": "ListRole", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3454,7 +3454,7 @@ }, "post": { "description": "Create a new user role in your account's default service", - "operationId": "CreateConversationsV1Role", + "operationId": "CreateRole", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3526,7 +3526,7 @@ "/v1/Roles/{Sid}": { "delete": { "description": "Remove a user role from your account's default service", - "operationId": "DeleteConversationsV1Role", + "operationId": "DeleteRole", "parameters": [ { "description": "The SID of the Role resource to delete.", @@ -3558,7 +3558,7 @@ "description": "A Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Fetch a user role from your account's default service", - "operationId": "FetchConversationsV1Role", + "operationId": "FetchRole", "parameters": [ { "description": "The SID of the Role resource to fetch.", @@ -3596,7 +3596,7 @@ }, "post": { "description": "Update an existing user role in your account's default service", - "operationId": "UpdateConversationsV1Role", + "operationId": "UpdateRole", "parameters": [ { "description": "The SID of the Role resource to update.", @@ -3669,7 +3669,7 @@ "description": "A Service resource is a top-level conversation resource container that serves as a data silo.", "get": { "description": "Retrieve a list of all conversation services on your account", - "operationId": "ListConversationsV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -3743,7 +3743,7 @@ }, "post": { "description": "Create a new conversation service on your account", - "operationId": "CreateConversationsV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -3798,7 +3798,7 @@ "description": "A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints.", "get": { "description": "Retrieve a list of all push notification bindings in the conversation service", - "operationId": "ListConversationsV1ServiceBinding", + "operationId": "ListServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with.", @@ -3924,7 +3924,7 @@ "/v1/Services/{ChatServiceSid}/Bindings/{Sid}": { "delete": { "description": "Remove a push notification binding from the conversation service", - "operationId": "DeleteConversationsV1ServiceBinding", + "operationId": "DeleteServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from.", @@ -3968,7 +3968,7 @@ "description": "A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints.", "get": { "description": "Fetch a push notification binding from the conversation service", - "operationId": "FetchConversationsV1ServiceBinding", + "operationId": "FetchServiceBinding", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with.", @@ -4032,7 +4032,7 @@ "description": "A Service Configuration resource manages service-level settings applicable to the Conversation API.", "get": { "description": "Fetch the configuration of a conversation service", - "operationId": "FetchConversationsV1ServiceConfiguration", + "operationId": "FetchServiceConfiguration", "parameters": [ { "description": "The SID of the Service configuration resource to fetch.", @@ -4070,7 +4070,7 @@ }, "post": { "description": "Update configuration settings of a conversation service", - "operationId": "UpdateConversationsV1ServiceConfiguration", + "operationId": "UpdateServiceConfiguration", "parameters": [ { "description": "The SID of the Service configuration resource to update.", @@ -4152,7 +4152,7 @@ "description": "A Service Notification resource manages a set of settings to determine push notification behavior at service level.", "get": { "description": "Fetch push notification service settings", - "operationId": "FetchConversationsV1ServiceNotification", + "operationId": "FetchServiceNotification", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to.", @@ -4190,7 +4190,7 @@ }, "post": { "description": "Update push notification service settings", - "operationId": "UpdateConversationsV1ServiceNotification", + "operationId": "UpdateServiceNotification", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to.", @@ -4295,7 +4295,7 @@ "description": "A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Retrieve a list of conversations in your service", - "operationId": "ListConversationsV1ServiceConversation", + "operationId": "ListServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -4381,7 +4381,7 @@ }, "post": { "description": "Create a new conversation in your service", - "operationId": "CreateConversationsV1ServiceConversation", + "operationId": "CreateServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -4503,7 +4503,7 @@ "description": "A Service Message resource represents a message in a conversation within a specific service.", "get": { "description": "Retrieve a list of all messages in the conversation", - "operationId": "ListConversationsV1ServiceConversationMessage", + "operationId": "ListServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4598,7 +4598,7 @@ }, "post": { "description": "Add a new message to the conversation in a specific service", - "operationId": "CreateConversationsV1ServiceConversationMessage", + "operationId": "CreateServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4712,7 +4712,7 @@ "description": "A Service Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Retrieve a list of all delivery and read receipts of the conversation message", - "operationId": "ListConversationsV1ServiceConversationMessageReceipt", + "operationId": "ListServiceConversationMessageReceipt", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.", @@ -4834,7 +4834,7 @@ "description": "A Service Message Receipt resource represents a delivery/read receipt of a message in a conversation.", "get": { "description": "Fetch the delivery and read receipts of the conversation message", - "operationId": "FetchConversationsV1ServiceConversationMessageReceipt", + "operationId": "FetchServiceConversationMessageReceipt", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.", @@ -4919,7 +4919,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{Sid}": { "delete": { "description": "Remove a message from the conversation", - "operationId": "DeleteConversationsV1ServiceConversationMessage", + "operationId": "DeleteServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -4984,7 +4984,7 @@ "description": "A Service Message resource represents a message in a conversation within a specific service.", "get": { "description": "Fetch a message from the conversation", - "operationId": "FetchConversationsV1ServiceConversationMessage", + "operationId": "FetchServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5043,7 +5043,7 @@ }, "post": { "description": "Update an existing message in the conversation", - "operationId": "UpdateConversationsV1ServiceConversationMessage", + "operationId": "UpdateServiceConversationMessage", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5162,7 +5162,7 @@ "description": "A Service Participant resource represents a member of the conversation within a specific service.", "get": { "description": "Retrieve a list of all participants of the conversation", - "operationId": "ListConversationsV1ServiceConversationParticipant", + "operationId": "ListServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5257,7 +5257,7 @@ }, "post": { "description": "Add a new participant to the conversation in a specific service", - "operationId": "CreateConversationsV1ServiceConversationParticipant", + "operationId": "CreateServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5376,7 +5376,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}": { "delete": { "description": "Remove a participant from the conversation", - "operationId": "DeleteConversationsV1ServiceConversationParticipant", + "operationId": "DeleteServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5441,7 +5441,7 @@ "description": "A Service Participant resource represents a member of the conversation within a specific service.", "get": { "description": "Fetch a participant of the conversation", - "operationId": "FetchConversationsV1ServiceConversationParticipant", + "operationId": "FetchServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5500,7 +5500,7 @@ }, "post": { "description": "Update an existing participant in the conversation", - "operationId": "UpdateConversationsV1ServiceConversationParticipant", + "operationId": "UpdateServiceConversationParticipant", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5628,7 +5628,7 @@ "description": "A Conversation-scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Retrieve a list of all webhooks scoped to the conversation", - "operationId": "ListConversationsV1ServiceConversationScopedWebhook", + "operationId": "ListServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5723,7 +5723,7 @@ }, "post": { "description": "Create a new webhook scoped to the conversation in a specific service", - "operationId": "CreateConversationsV1ServiceConversationScopedWebhook", + "operationId": "CreateServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5842,7 +5842,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Webhooks/{Sid}": { "delete": { "description": "Remove an existing webhook scoped to the conversation", - "operationId": "DeleteConversationsV1ServiceConversationScopedWebhook", + "operationId": "DeleteServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5895,7 +5895,7 @@ "description": "A Conversation-scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.", "get": { "description": "Fetch the configuration of a conversation-scoped webhook", - "operationId": "FetchConversationsV1ServiceConversationScopedWebhook", + "operationId": "FetchServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -5954,7 +5954,7 @@ }, "post": { "description": "Update an existing conversation-scoped webhook", - "operationId": "UpdateConversationsV1ServiceConversationScopedWebhook", + "operationId": "UpdateServiceConversationScopedWebhook", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.", @@ -6069,7 +6069,7 @@ "/v1/Services/{ChatServiceSid}/Conversations/{Sid}": { "delete": { "description": "Remove a conversation from your service", - "operationId": "DeleteConversationsV1ServiceConversation", + "operationId": "DeleteServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6122,7 +6122,7 @@ "description": "A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.", "get": { "description": "Fetch a conversation from your service", - "operationId": "FetchConversationsV1ServiceConversation", + "operationId": "FetchServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6169,7 +6169,7 @@ }, "post": { "description": "Update an existing conversation in your service", - "operationId": "UpdateConversationsV1ServiceConversation", + "operationId": "UpdateServiceConversation", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with.", @@ -6300,7 +6300,7 @@ "description": "A Service Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Retrieve a list of all user roles in your service", - "operationId": "ListConversationsV1ServiceRole", + "operationId": "ListServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from.", @@ -6386,7 +6386,7 @@ }, "post": { "description": "Create a new user role in your service", - "operationId": "CreateConversationsV1ServiceRole", + "operationId": "CreateServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under.", @@ -6472,7 +6472,7 @@ "/v1/Services/{ChatServiceSid}/Roles/{Sid}": { "delete": { "description": "Remove a user role from your service", - "operationId": "DeleteConversationsV1ServiceRole", + "operationId": "DeleteServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from.", @@ -6516,7 +6516,7 @@ "description": "A Service Role resource represents a set of permissions granted to a user within a service or a conversation.", "get": { "description": "Fetch a user role from your service", - "operationId": "FetchConversationsV1ServiceRole", + "operationId": "FetchServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from.", @@ -6566,7 +6566,7 @@ }, "post": { "description": "Update an existing user role in your service", - "operationId": "UpdateConversationsV1ServiceRole", + "operationId": "UpdateServiceRole", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in.", @@ -6651,7 +6651,7 @@ "description": "A Service User resource represents a conversation user belonging to a specific conversation service.", "get": { "description": "Retrieve a list of all conversation users in your service", - "operationId": "ListConversationsV1ServiceUser", + "operationId": "ListServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from.", @@ -6737,7 +6737,7 @@ }, "post": { "description": "Add a new conversation user to your service", - "operationId": "CreateConversationsV1ServiceUser", + "operationId": "CreateServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with.", @@ -6832,7 +6832,7 @@ "/v1/Services/{ChatServiceSid}/Users/{Sid}": { "delete": { "description": "Remove a conversation user from your service", - "operationId": "DeleteConversationsV1ServiceUser", + "operationId": "DeleteServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from.", @@ -6885,7 +6885,7 @@ "description": "A Service User resource represents a conversation user belonging to a specific conversation service.", "get": { "description": "Fetch a conversation user from your service", - "operationId": "FetchConversationsV1ServiceUser", + "operationId": "FetchServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from.", @@ -6932,7 +6932,7 @@ }, "post": { "description": "Update an existing conversation user in your service", - "operationId": "UpdateConversationsV1ServiceUser", + "operationId": "UpdateServiceUser", "parameters": [ { "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with.", @@ -7029,7 +7029,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Remove a conversation service with all its nested resources from your account", - "operationId": "DeleteConversationsV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -7061,7 +7061,7 @@ "description": "A Service resource is a top-level conversation resource container that serves as a data silo.", "get": { "description": "Fetch a conversation service from your account", - "operationId": "FetchConversationsV1Service", + "operationId": "FetchService", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -7112,7 +7112,7 @@ "description": "A User resource represents a conversation user belonging to a default conversation service.", "get": { "description": "Retrieve a list of all conversation users in your account's default service", - "operationId": "ListConversationsV1User", + "operationId": "ListUser", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -7186,7 +7186,7 @@ }, "post": { "description": "Add a new conversation user to your account's default service", - "operationId": "CreateConversationsV1User", + "operationId": "CreateUser", "parameters": [ { "description": "The X-Twilio-Webhook-Enabled HTTP request header", @@ -7269,7 +7269,7 @@ "/v1/Users/{Sid}": { "delete": { "description": "Remove a conversation user from your account's default service", - "operationId": "DeleteConversationsV1User", + "operationId": "DeleteUser", "parameters": [ { "description": "The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete.", @@ -7310,7 +7310,7 @@ "description": "A User resource represents a conversation user belonging to a default conversation service.", "get": { "description": "Fetch a conversation user from your account's default service", - "operationId": "FetchConversationsV1User", + "operationId": "FetchUser", "parameters": [ { "description": "The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch.", @@ -7345,7 +7345,7 @@ }, "post": { "description": "Update an existing conversation user in your account's default service", - "operationId": "UpdateConversationsV1User", + "operationId": "UpdateUser", "parameters": [ { "description": "The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update.", diff --git a/src/services/twilio-api/twilio_events_v1.json b/src/services/twilio-api/twilio_events_v1.json index 30b924d0..d4322e55 100644 --- a/src/services/twilio-api/twilio_events_v1.json +++ b/src/services/twilio-api/twilio_events_v1.json @@ -235,7 +235,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific schema with its nested versions.", - "operationId": "FetchEventsV1Schema", + "operationId": "FetchSchema", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -282,7 +282,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of versions of the schema.", - "operationId": "ListEventsV1Version", + "operationId": "ListVersion", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -379,7 +379,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific schema and version.", - "operationId": "FetchEventsV1Version", + "operationId": "FetchVersion", "parameters": [ { "description": "The unique identifier of the schema. Each schema can have multiple versions, that share the same id.", @@ -437,7 +437,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of Sinks belonging to the account used to make the request.", - "operationId": "ListEventsV1Sink", + "operationId": "ListSink", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -511,7 +511,7 @@ }, "post": { "description": "Create a new Sink", - "operationId": "CreateEventsV1Sink", + "operationId": "CreateSink", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -583,7 +583,7 @@ "/v1/Sinks/{Sid}": { "delete": { "description": "Delete a specific Sink.", - "operationId": "DeleteEventsV1Sink", + "operationId": "DeleteSink", "parameters": [ { "description": "A 34 character string that uniquely identifies this Sink.", @@ -615,7 +615,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sink.", - "operationId": "FetchEventsV1Sink", + "operationId": "FetchSink", "parameters": [ { "description": "A 34 character string that uniquely identifies this Sink.", @@ -671,7 +671,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Sink Test Event for the given Sink.", - "operationId": "CreateEventsV1SinkTest", + "operationId": "CreateSinkTest", "parameters": [ { "description": "A 34 character string that uniquely identifies the Sink to be Tested.", @@ -731,7 +731,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Validate that a test event for a Sink was received.", - "operationId": "CreateEventsV1SinkValidate", + "operationId": "CreateSinkValidate", "parameters": [ { "description": "", @@ -799,7 +799,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of Subscriptions belonging to the account used to make the request.", - "operationId": "ListEventsV1Subscription", + "operationId": "ListSubscription", "parameters": [ { "description": "The SID of the sink that the list of Subscriptions should be filtered by.", @@ -884,7 +884,7 @@ }, "post": { "description": "Create a new Subscription.", - "operationId": "CreateEventsV1Subscription", + "operationId": "CreateSubscription", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -957,7 +957,7 @@ "/v1/Subscriptions/{Sid}": { "delete": { "description": "Delete a specific Subscription.", - "operationId": "DeleteEventsV1Subscription", + "operationId": "DeleteSubscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -989,7 +989,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Subscription.", - "operationId": "FetchEventsV1Subscription", + "operationId": "FetchSubscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -1027,7 +1027,7 @@ }, "post": { "description": "Update a Subscription.", - "operationId": "UpdateEventsV1Subscription", + "operationId": "UpdateSubscription", "parameters": [ { "description": "A 34 character string that uniquely identifies this Subscription.", @@ -1103,7 +1103,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Subscribed Event types for a Subscription.", - "operationId": "ListEventsV1SubscribedEvent", + "operationId": "ListSubscribedEvent", "parameters": [ { "description": "The unique SID identifier of the Subscription.", @@ -1204,7 +1204,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a paginated list of all the available Event Types.", - "operationId": "ListEventsV1EventType", + "operationId": "ListEventType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1292,7 +1292,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Event Type.", - "operationId": "FetchEventsV1EventType", + "operationId": "FetchEventType", "parameters": [ { "description": "A string that uniquely identifies this Event Type.", diff --git a/src/services/twilio-api/twilio_fax_v1.json b/src/services/twilio-api/twilio_fax_v1.json index abfe5b14..03cb41e5 100644 --- a/src/services/twilio-api/twilio_fax_v1.json +++ b/src/services/twilio-api/twilio_fax_v1.json @@ -162,7 +162,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all faxes.", - "operationId": "ListFaxV1Fax", + "operationId": "ListFax", "parameters": [ { "description": "Retrieve only those faxes sent from this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.", @@ -270,7 +270,7 @@ }, "post": { "description": "Create a new fax to send to a phone number or SIP endpoint.", - "operationId": "CreateFaxV1Fax", + "operationId": "CreateFax", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -368,7 +368,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all fax media instances for the specified fax.", - "operationId": "ListFaxV1FaxMedia", + "operationId": "ListFaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resources to read.", @@ -466,7 +466,7 @@ "/v1/Faxes/{FaxSid}/Media/{Sid}": { "delete": { "description": "Delete a specific fax media instance.", - "operationId": "DeleteFaxV1FaxMedia", + "operationId": "DeleteFaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resource to delete.", @@ -510,7 +510,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific fax media instance.", - "operationId": "FetchFaxV1FaxMedia", + "operationId": "FetchFaxMedia", "parameters": [ { "description": "The SID of the fax with the FaxMedia resource to fetch.", @@ -572,7 +572,7 @@ "/v1/Faxes/{Sid}": { "delete": { "description": "Delete a specific fax and its associated media.", - "operationId": "DeleteFaxV1Fax", + "operationId": "DeleteFax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to delete.", @@ -604,7 +604,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific fax.", - "operationId": "FetchFaxV1Fax", + "operationId": "FetchFax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to fetch.", @@ -642,7 +642,7 @@ }, "post": { "description": "Update a specific fax.", - "operationId": "UpdateFaxV1Fax", + "operationId": "UpdateFax", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Fax resource to update.", diff --git a/src/services/twilio-api/twilio_flex_v1.json b/src/services/twilio-api/twilio_flex_v1.json index ea143c0f..e91cd720 100644 --- a/src/services/twilio-api/twilio_flex_v1.json +++ b/src/services/twilio-api/twilio_flex_v1.json @@ -351,7 +351,7 @@ "description": "Flex chat channels", "get": { "description": "", - "operationId": "ListFlexV1Channel", + "operationId": "ListChannel", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -425,7 +425,7 @@ }, "post": { "description": "", - "operationId": "CreateFlexV1Channel", + "operationId": "CreateChannel", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -526,7 +526,7 @@ "/v1/Channels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteFlexV1Channel", + "operationId": "DeleteChannel", "parameters": [ { "description": "The SID of the Flex chat channel resource to delete.", @@ -558,7 +558,7 @@ "description": "Flex chat channels", "get": { "description": "", - "operationId": "FetchFlexV1Channel", + "operationId": "FetchChannel", "parameters": [ { "description": "The SID of the Flex chat channel resource to fetch.", @@ -611,7 +611,7 @@ "description": "Configuration for a Flex instance", "get": { "description": "", - "operationId": "FetchFlexV1Configuration", + "operationId": "FetchConfiguration", "parameters": [ { "description": "The Pinned UI version of the Configuration resource to fetch.", @@ -645,7 +645,7 @@ }, "post": { "description": "", - "operationId": "UpdateFlexV1Configuration", + "operationId": "UpdateConfiguration", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -694,7 +694,7 @@ "description": "Flex flow", "get": { "description": "", - "operationId": "ListFlexV1FlexFlow", + "operationId": "ListFlexFlow", "parameters": [ { "description": "The `friendly_name` of the FlexFlow resources to read.", @@ -776,7 +776,7 @@ }, "post": { "description": "", - "operationId": "CreateFlexV1FlexFlow", + "operationId": "CreateFlexFlow", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -924,7 +924,7 @@ "/v1/FlexFlows/{Sid}": { "delete": { "description": "", - "operationId": "DeleteFlexV1FlexFlow", + "operationId": "DeleteFlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to delete.", @@ -956,7 +956,7 @@ "description": "Flex flow", "get": { "description": "", - "operationId": "FetchFlexV1FlexFlow", + "operationId": "FetchFlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to fetch.", @@ -994,7 +994,7 @@ }, "post": { "description": "", - "operationId": "UpdateFlexV1FlexFlow", + "operationId": "UpdateFlexFlow", "parameters": [ { "description": "The SID of the FlexFlow resource to update.", @@ -1152,7 +1152,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListFlexV1WebChannel", + "operationId": "ListWebChannel", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1226,7 +1226,7 @@ }, "post": { "description": "", - "operationId": "CreateFlexV1WebChannel", + "operationId": "CreateWebChannel", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1306,7 +1306,7 @@ "/v1/WebChannels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteFlexV1WebChannel", + "operationId": "DeleteWebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to delete.", @@ -1338,7 +1338,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchFlexV1WebChannel", + "operationId": "FetchWebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to fetch.", @@ -1376,7 +1376,7 @@ }, "post": { "description": "", - "operationId": "UpdateFlexV1WebChannel", + "operationId": "UpdateWebChannel", "parameters": [ { "description": "The SID of the WebChannel resource to update.", diff --git a/src/services/twilio-api/twilio_insights_v1.json b/src/services/twilio-api/twilio_insights_v1.json index 2d66a4df..d9a459b0 100644 --- a/src/services/twilio-api/twilio_insights_v1.json +++ b/src/services/twilio-api/twilio_insights_v1.json @@ -526,7 +526,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListInsightsV1VideoRoomSummary", + "operationId": "ListVideoRoomSummary", "parameters": [ { "description": "", @@ -672,7 +672,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchInsightsV1VideoRoomSummary", + "operationId": "FetchVideoRoomSummary", "parameters": [ { "description": "", @@ -720,7 +720,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListInsightsV1VideoParticipantSummary", + "operationId": "ListVideoParticipantSummary", "parameters": [ { "description": "", @@ -815,7 +815,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchInsightsV1VideoParticipantSummary", + "operationId": "FetchVideoParticipantSummary", "parameters": [ { "description": "", @@ -871,7 +871,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListInsightsV1Event", + "operationId": "ListEvent", "parameters": [ { "description": "", @@ -988,7 +988,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListInsightsV1Metric", + "operationId": "ListMetric", "parameters": [ { "description": "", @@ -1119,7 +1119,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchInsightsV1Summary", + "operationId": "FetchSummary", "parameters": [ { "description": "", @@ -1184,7 +1184,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchInsightsV1Call", + "operationId": "FetchCall", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_ip_messaging_v1.json b/src/services/twilio-api/twilio_ip_messaging_v1.json index 257267bb..e545a230 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v1.json +++ b/src/services/twilio-api/twilio_ip_messaging_v1.json @@ -559,7 +559,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -633,7 +633,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -717,7 +717,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "", @@ -749,7 +749,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "", @@ -787,7 +787,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "", @@ -874,7 +874,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -948,7 +948,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1004,7 +1004,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Channel", + "operationId": "ListChannel", "parameters": [ { "description": "", @@ -1105,7 +1105,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Channel", + "operationId": "CreateChannel", "parameters": [ { "description": "", @@ -1188,7 +1188,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Invite", + "operationId": "ListInvite", "parameters": [ { "description": "", @@ -1294,7 +1294,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Invite", + "operationId": "CreateInvite", "parameters": [ { "description": "", @@ -1379,7 +1379,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Invite", + "operationId": "DeleteInvite", "parameters": [ { "description": "", @@ -1432,7 +1432,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Invite", + "operationId": "FetchInvite", "parameters": [ { "description": "", @@ -1505,7 +1505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Member", + "operationId": "ListMember", "parameters": [ { "description": "", @@ -1611,7 +1611,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Member", + "operationId": "CreateMember", "parameters": [ { "description": "", @@ -1696,7 +1696,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Member", + "operationId": "DeleteMember", "parameters": [ { "description": "", @@ -1749,7 +1749,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Member", + "operationId": "FetchMember", "parameters": [ { "description": "", @@ -1808,7 +1808,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Member", + "operationId": "UpdateMember", "parameters": [ { "description": "", @@ -1904,7 +1904,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Message", + "operationId": "ListMessage", "parameters": [ { "description": "", @@ -2014,7 +2014,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Message", + "operationId": "CreateMessage", "parameters": [ { "description": "", @@ -2104,7 +2104,7 @@ "/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Message", + "operationId": "DeleteMessage", "parameters": [ { "description": "", @@ -2160,7 +2160,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Message", + "operationId": "FetchMessage", "parameters": [ { "description": "", @@ -2222,7 +2222,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Message", + "operationId": "UpdateMessage", "parameters": [ { "description": "", @@ -2317,7 +2317,7 @@ "/v1/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Channel", + "operationId": "DeleteChannel", "parameters": [ { "description": "", @@ -2358,7 +2358,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Channel", + "operationId": "FetchChannel", "parameters": [ { "description": "", @@ -2405,7 +2405,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Channel", + "operationId": "UpdateChannel", "parameters": [ { "description": "", @@ -2489,7 +2489,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1Role", + "operationId": "ListRole", "parameters": [ { "description": "", @@ -2575,7 +2575,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1Role", + "operationId": "CreateRole", "parameters": [ { "description": "", @@ -2661,7 +2661,7 @@ "/v1/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Role", + "operationId": "DeleteRole", "parameters": [ { "description": "", @@ -2705,7 +2705,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Role", + "operationId": "FetchRole", "parameters": [ { "description": "", @@ -2755,7 +2755,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Role", + "operationId": "UpdateRole", "parameters": [ { "description": "", @@ -2840,7 +2840,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1User", + "operationId": "ListUser", "parameters": [ { "description": "", @@ -2926,7 +2926,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV1User", + "operationId": "CreateUser", "parameters": [ { "description": "", @@ -3010,7 +3010,7 @@ "/v1/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1User", + "operationId": "DeleteUser", "parameters": [ { "description": "", @@ -3051,7 +3051,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1User", + "operationId": "FetchUser", "parameters": [ { "description": "", @@ -3098,7 +3098,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1User", + "operationId": "UpdateUser", "parameters": [ { "description": "", @@ -3185,7 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV1UserChannel", + "operationId": "ListUserChannel", "parameters": [ { "description": "", @@ -3292,7 +3292,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "", @@ -3324,7 +3324,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV1Service", + "operationId": "FetchService", "parameters": [ { "description": "", @@ -3362,7 +3362,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_ip_messaging_v2.json b/src/services/twilio-api/twilio_ip_messaging_v2.json index 9260513f..3eb5ff38 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v2.json +++ b/src/services/twilio-api/twilio_ip_messaging_v2.json @@ -772,7 +772,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -846,7 +846,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -930,7 +930,7 @@ "/v2/Credentials/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "", @@ -962,7 +962,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "", @@ -1000,7 +1000,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "", @@ -1087,7 +1087,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1161,7 +1161,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1217,7 +1217,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Binding", + "operationId": "ListBinding", "parameters": [ { "description": "", @@ -1343,7 +1343,7 @@ "/v2/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Binding", + "operationId": "DeleteBinding", "parameters": [ { "description": "", @@ -1387,7 +1387,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Binding", + "operationId": "FetchBinding", "parameters": [ { "description": "", @@ -1451,7 +1451,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Channel", + "operationId": "ListChannel", "parameters": [ { "description": "", @@ -1552,7 +1552,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Channel", + "operationId": "CreateChannel", "parameters": [ { "description": "", @@ -1661,7 +1661,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Invite", + "operationId": "ListInvite", "parameters": [ { "description": "", @@ -1767,7 +1767,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Invite", + "operationId": "CreateInvite", "parameters": [ { "description": "", @@ -1852,7 +1852,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Invite", + "operationId": "DeleteInvite", "parameters": [ { "description": "", @@ -1905,7 +1905,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Invite", + "operationId": "FetchInvite", "parameters": [ { "description": "", @@ -1978,7 +1978,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Member", + "operationId": "ListMember", "parameters": [ { "description": "", @@ -2084,7 +2084,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Member", + "operationId": "CreateMember", "parameters": [ { "description": "", @@ -2205,7 +2205,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Member", + "operationId": "DeleteMember", "parameters": [ { "description": "", @@ -2267,7 +2267,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Member", + "operationId": "FetchMember", "parameters": [ { "description": "", @@ -2323,7 +2323,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Member", + "operationId": "UpdateMember", "parameters": [ { "description": "", @@ -2447,7 +2447,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Message", + "operationId": "ListMessage", "parameters": [ { "description": "", @@ -2554,7 +2554,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Message", + "operationId": "CreateMessage", "parameters": [ { "description": "", @@ -2671,7 +2671,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Message", + "operationId": "DeleteMessage", "parameters": [ { "description": "", @@ -2736,7 +2736,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Message", + "operationId": "FetchMessage", "parameters": [ { "description": "", @@ -2795,7 +2795,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Message", + "operationId": "UpdateMessage", "parameters": [ { "description": "", @@ -2918,7 +2918,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2ChannelWebhook", + "operationId": "ListChannelWebhook", "parameters": [ { "description": "", @@ -3013,7 +3013,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2ChannelWebhook", + "operationId": "CreateChannelWebhook", "parameters": [ { "description": "", @@ -3132,7 +3132,7 @@ "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2ChannelWebhook", + "operationId": "DeleteChannelWebhook", "parameters": [ { "description": "", @@ -3185,7 +3185,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2ChannelWebhook", + "operationId": "FetchChannelWebhook", "parameters": [ { "description": "", @@ -3244,7 +3244,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2ChannelWebhook", + "operationId": "UpdateChannelWebhook", "parameters": [ { "description": "", @@ -3363,7 +3363,7 @@ "/v2/Services/{ServiceSid}/Channels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Channel", + "operationId": "DeleteChannel", "parameters": [ { "description": "", @@ -3416,7 +3416,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Channel", + "operationId": "FetchChannel", "parameters": [ { "description": "", @@ -3463,7 +3463,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Channel", + "operationId": "UpdateChannel", "parameters": [ { "description": "", @@ -3573,7 +3573,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2Role", + "operationId": "ListRole", "parameters": [ { "description": "", @@ -3659,7 +3659,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2Role", + "operationId": "CreateRole", "parameters": [ { "description": "", @@ -3745,7 +3745,7 @@ "/v2/Services/{ServiceSid}/Roles/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Role", + "operationId": "DeleteRole", "parameters": [ { "description": "", @@ -3789,7 +3789,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Role", + "operationId": "FetchRole", "parameters": [ { "description": "", @@ -3839,7 +3839,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Role", + "operationId": "UpdateRole", "parameters": [ { "description": "", @@ -3924,7 +3924,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2User", + "operationId": "ListUser", "parameters": [ { "description": "", @@ -4010,7 +4010,7 @@ }, "post": { "description": "", - "operationId": "CreateIpMessagingV2User", + "operationId": "CreateUser", "parameters": [ { "description": "", @@ -4107,7 +4107,7 @@ "/v2/Services/{ServiceSid}/Users/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2User", + "operationId": "DeleteUser", "parameters": [ { "description": "", @@ -4148,7 +4148,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2User", + "operationId": "FetchUser", "parameters": [ { "description": "", @@ -4195,7 +4195,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2User", + "operationId": "UpdateUser", "parameters": [ { "description": "", @@ -4295,7 +4295,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2UserBinding", + "operationId": "ListUserBinding", "parameters": [ { "description": "", @@ -4420,7 +4420,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2UserBinding", + "operationId": "DeleteUserBinding", "parameters": [ { "description": "", @@ -4473,7 +4473,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2UserBinding", + "operationId": "FetchUserBinding", "parameters": [ { "description": "", @@ -4547,7 +4547,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListIpMessagingV2UserChannel", + "operationId": "ListUserChannel", "parameters": [ { "description": "", @@ -4654,7 +4654,7 @@ "/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2UserChannel", + "operationId": "DeleteUserChannel", "parameters": [ { "description": "", @@ -4704,7 +4704,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2UserChannel", + "operationId": "FetchUserChannel", "parameters": [ { "description": "", @@ -4760,7 +4760,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2UserChannel", + "operationId": "UpdateUserChannel", "parameters": [ { "description": "", @@ -4857,7 +4857,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteIpMessagingV2Service", + "operationId": "DeleteService", "parameters": [ { "description": "", @@ -4889,7 +4889,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchIpMessagingV2Service", + "operationId": "FetchService", "parameters": [ { "description": "", @@ -4927,7 +4927,7 @@ }, "post": { "description": "", - "operationId": "UpdateIpMessagingV2Service", + "operationId": "UpdateService", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_lookups_v1.json b/src/services/twilio-api/twilio_lookups_v1.json index 14690813..889c508e 100644 --- a/src/services/twilio-api/twilio_lookups_v1.json +++ b/src/services/twilio-api/twilio_lookups_v1.json @@ -57,7 +57,7 @@ "description": "Detailed information on phone numbers", "get": { "description": "", - "operationId": "FetchLookupsV1PhoneNumber", + "operationId": "FetchPhoneNumber", "parameters": [ { "description": "The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.", diff --git a/src/services/twilio-api/twilio_messaging_v1.json b/src/services/twilio-api/twilio_messaging_v1.json index 407e0ed6..47ab2e28 100644 --- a/src/services/twilio-api/twilio_messaging_v1.json +++ b/src/services/twilio-api/twilio_messaging_v1.json @@ -287,7 +287,7 @@ "description": "A Deactivation resource to retrieve a list of United States phone numbers that have been deactivated by mobile carriers on a specific date.", "get": { "description": "Fetch a list of all United States numbers that have been deactivated on a specific date.", - "operationId": "FetchMessagingV1Deactivation", + "operationId": "FetchDeactivation", "parameters": [ { "description": "The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format.", @@ -334,7 +334,7 @@ "description": "A Messaging Service resource to create, fetch, update, delete or add/remove senders from Messaging Services.", "get": { "description": "", - "operationId": "ListMessagingV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -408,7 +408,7 @@ }, "post": { "description": "", - "operationId": "CreateMessagingV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -552,7 +552,7 @@ "description": "A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service.", "get": { "description": "", - "operationId": "ListMessagingV1AlphaSender", + "operationId": "ListAlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -638,7 +638,7 @@ }, "post": { "description": "", - "operationId": "CreateMessagingV1AlphaSender", + "operationId": "CreateAlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -706,7 +706,7 @@ "/v1/Services/{ServiceSid}/AlphaSenders/{Sid}": { "delete": { "description": "", - "operationId": "DeleteMessagingV1AlphaSender", + "operationId": "DeleteAlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -747,7 +747,7 @@ "description": "A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service.", "get": { "description": "", - "operationId": "FetchMessagingV1AlphaSender", + "operationId": "FetchAlphaSender", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -807,7 +807,7 @@ "description": "A Messaging Service resource to add, fetch or remove phone numbers from a Messaging Service.", "get": { "description": "", - "operationId": "ListMessagingV1PhoneNumber", + "operationId": "ListPhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -893,7 +893,7 @@ }, "post": { "description": "", - "operationId": "CreateMessagingV1PhoneNumber", + "operationId": "CreatePhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -965,7 +965,7 @@ "/v1/Services/{ServiceSid}/PhoneNumbers/{Sid}": { "delete": { "description": "", - "operationId": "DeleteMessagingV1PhoneNumber", + "operationId": "DeletePhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -1006,7 +1006,7 @@ "description": "A Messaging Service resource to add, fetch or remove phone numbers from a Messaging Service.", "get": { "description": "", - "operationId": "FetchMessagingV1PhoneNumber", + "operationId": "FetchPhoneNumber", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -1067,7 +1067,7 @@ "description": "A Messaging Service resource to add, fetch or remove short code numbers from a Messaging Service.", "get": { "description": "", - "operationId": "ListMessagingV1ShortCode", + "operationId": "ListShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.", @@ -1153,7 +1153,7 @@ }, "post": { "description": "", - "operationId": "CreateMessagingV1ShortCode", + "operationId": "CreateShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under.", @@ -1225,7 +1225,7 @@ "/v1/Services/{ServiceSid}/ShortCodes/{Sid}": { "delete": { "description": "", - "operationId": "DeleteMessagingV1ShortCode", + "operationId": "DeleteShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from.", @@ -1266,7 +1266,7 @@ "description": "A Messaging Service resource to add, fetch or remove short code numbers from a Messaging Service.", "get": { "description": "", - "operationId": "FetchMessagingV1ShortCode", + "operationId": "FetchShortCode", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.", @@ -1326,7 +1326,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteMessagingV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -1358,7 +1358,7 @@ "description": "A Messaging Service resource to create, fetch, update, delete or add/remove senders from Messaging Services.", "get": { "description": "", - "operationId": "FetchMessagingV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -1396,7 +1396,7 @@ }, "post": { "description": "", - "operationId": "UpdateMessagingV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_monitor_v1.json b/src/services/twilio-api/twilio_monitor_v1.json index c74a4b0c..f398fe83 100644 --- a/src/services/twilio-api/twilio_monitor_v1.json +++ b/src/services/twilio-api/twilio_monitor_v1.json @@ -265,7 +265,7 @@ "description": "Debugger alerts", "get": { "description": "", - "operationId": "ListMonitorV1Alert", + "operationId": "ListAlert", "parameters": [ { "description": "Only show alerts for this log-level. Can be: `error`, `warning`, `notice`, or `debug`.", @@ -380,7 +380,7 @@ "description": "Debugger alerts", "get": { "description": "", - "operationId": "FetchMonitorV1Alert", + "operationId": "FetchAlert", "parameters": [ { "description": "The SID of the Alert resource to fetch.", @@ -433,7 +433,7 @@ "description": "Debugger events", "get": { "description": "Returns a list of events in the account, sorted by event-date.", - "operationId": "ListMonitorV1Event", + "operationId": "ListEvent", "parameters": [ { "description": "Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials.", @@ -578,7 +578,7 @@ "description": "Debugger events", "get": { "description": "", - "operationId": "FetchMonitorV1Event", + "operationId": "FetchEvent", "parameters": [ { "description": "The SID of the Event resource to fetch.", diff --git a/src/services/twilio-api/twilio_notify_v1.json b/src/services/twilio-api/twilio_notify_v1.json index a48afc4e..fcdefaf9 100644 --- a/src/services/twilio-api/twilio_notify_v1.json +++ b/src/services/twilio-api/twilio_notify_v1.json @@ -312,7 +312,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListNotifyV1Credential", + "operationId": "ListCredential", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -386,7 +386,7 @@ }, "post": { "description": "", - "operationId": "CreateNotifyV1Credential", + "operationId": "CreateCredential", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -470,7 +470,7 @@ "/v1/Credentials/{Sid}": { "delete": { "description": "", - "operationId": "DeleteNotifyV1Credential", + "operationId": "DeleteCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to delete.", @@ -502,7 +502,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchNotifyV1Credential", + "operationId": "FetchCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to fetch.", @@ -540,7 +540,7 @@ }, "post": { "description": "", - "operationId": "UpdateNotifyV1Credential", + "operationId": "UpdateCredential", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Credential resource to update.", @@ -627,7 +627,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListNotifyV1Service", + "operationId": "ListService", "parameters": [ { "description": "The string that identifies the Service resources to read.", @@ -709,7 +709,7 @@ }, "post": { "description": "", - "operationId": "CreateNotifyV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -826,7 +826,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListNotifyV1Binding", + "operationId": "ListBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from.", @@ -952,7 +952,7 @@ }, "post": { "description": "", - "operationId": "CreateNotifyV1Binding", + "operationId": "CreateBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under.", @@ -1063,7 +1063,7 @@ "/v1/Services/{ServiceSid}/Bindings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteNotifyV1Binding", + "operationId": "DeleteBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from.", @@ -1107,7 +1107,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchNotifyV1Binding", + "operationId": "FetchBinding", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from.", @@ -1173,7 +1173,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", - "operationId": "CreateNotifyV1Notification", + "operationId": "CreateNotification", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under.", @@ -1323,7 +1323,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteNotifyV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -1355,7 +1355,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchNotifyV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -1393,7 +1393,7 @@ }, "post": { "description": "", - "operationId": "UpdateNotifyV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_numbers_v2.json b/src/services/twilio-api/twilio_numbers_v2.json index 7f76b795..ed19c77f 100644 --- a/src/services/twilio-api/twilio_numbers_v2.json +++ b/src/services/twilio-api/twilio_numbers_v2.json @@ -366,7 +366,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Bundles for an account.", - "operationId": "ListNumbersV2Bundle", + "operationId": "ListBundle", "parameters": [ { "description": "The verification status of the Bundle resource.", @@ -491,7 +491,7 @@ }, "post": { "description": "Create a new Bundle.", - "operationId": "CreateNumbersV2Bundle", + "operationId": "CreateBundle", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -580,7 +580,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Evaluations associated to the Bundle resource.", - "operationId": "ListNumbersV2Evaluation", + "operationId": "ListEvaluation", "parameters": [ { "description": "", @@ -666,7 +666,7 @@ }, "post": { "description": "", - "operationId": "CreateNumbersV2Evaluation", + "operationId": "CreateEvaluation", "parameters": [ { "description": "", @@ -726,7 +726,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Evaluation Instance.", - "operationId": "FetchNumbersV2Evaluation", + "operationId": "FetchEvaluation", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -788,7 +788,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Assigned Items for an account.", - "operationId": "ListNumbersV2ItemAssignment", + "operationId": "ListItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -874,7 +874,7 @@ }, "post": { "description": "Create a new Assigned Item.", - "operationId": "CreateNumbersV2ItemAssignment", + "operationId": "CreateItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -944,7 +944,7 @@ "/v2/RegulatoryCompliance/Bundles/{BundleSid}/ItemAssignments/{Sid}": { "delete": { "description": "Remove an Assignment Item Instance.", - "operationId": "DeleteNumbersV2ItemAssignment", + "operationId": "DeleteItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -988,7 +988,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Assigned Item Instance.", - "operationId": "FetchNumbersV2ItemAssignment", + "operationId": "FetchItemAssignment", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1049,7 +1049,7 @@ "/v2/RegulatoryCompliance/Bundles/{Sid}": { "delete": { "description": "Delete a specific Bundle.", - "operationId": "DeleteNumbersV2Bundle", + "operationId": "DeleteBundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1081,7 +1081,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Bundle instance.", - "operationId": "FetchNumbersV2Bundle", + "operationId": "FetchBundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1119,7 +1119,7 @@ }, "post": { "description": "Updates a Bundle in an account.", - "operationId": "UpdateNumbersV2Bundle", + "operationId": "UpdateBundle", "parameters": [ { "description": "The unique string that we created to identify the Bundle resource.", @@ -1207,7 +1207,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all End-User Types.", - "operationId": "ListNumbersV2EndUserType", + "operationId": "ListEndUserType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1294,7 +1294,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific End-User Type Instance.", - "operationId": "FetchNumbersV2EndUserType", + "operationId": "FetchEndUserType", "parameters": [ { "description": "The unique string that identifies the End-User Type resource.", @@ -1342,7 +1342,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all End User for an account.", - "operationId": "ListNumbersV2EndUser", + "operationId": "ListEndUser", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1416,7 +1416,7 @@ }, "post": { "description": "Create a new End User.", - "operationId": "CreateNumbersV2EndUser", + "operationId": "CreateEndUser", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1483,7 +1483,7 @@ "/v2/RegulatoryCompliance/EndUsers/{Sid}": { "delete": { "description": "Delete a specific End User.", - "operationId": "DeleteNumbersV2EndUser", + "operationId": "DeleteEndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1515,7 +1515,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific End User Instance.", - "operationId": "FetchNumbersV2EndUser", + "operationId": "FetchEndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1553,7 +1553,7 @@ }, "post": { "description": "Update an existing End User.", - "operationId": "UpdateNumbersV2EndUser", + "operationId": "UpdateEndUser", "parameters": [ { "description": "The unique string created by Twilio to identify the End User resource.", @@ -1623,7 +1623,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Regulations.", - "operationId": "ListNumbersV2Regulation", + "operationId": "ListRegulation", "parameters": [ { "description": "The type of End User the regulation requires - can be `individual` or `business`.", @@ -1738,7 +1738,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Regulation Instance.", - "operationId": "FetchNumbersV2Regulation", + "operationId": "FetchRegulation", "parameters": [ { "description": "The unique string that identifies the Regulation resource.", @@ -1789,7 +1789,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Supporting Document Types.", - "operationId": "ListNumbersV2SupportingDocumentType", + "operationId": "ListSupportingDocumentType", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1876,7 +1876,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Supporting Document Type Instance.", - "operationId": "FetchNumbersV2SupportingDocumentType", + "operationId": "FetchSupportingDocumentType", "parameters": [ { "description": "The unique string that identifies the Supporting Document Type resource.", @@ -1924,7 +1924,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Supporting Document for an account.", - "operationId": "ListNumbersV2SupportingDocument", + "operationId": "ListSupportingDocument", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1998,7 +1998,7 @@ }, "post": { "description": "Create a new Supporting Document.", - "operationId": "CreateNumbersV2SupportingDocument", + "operationId": "CreateSupportingDocument", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2061,7 +2061,7 @@ "/v2/RegulatoryCompliance/SupportingDocuments/{Sid}": { "delete": { "description": "Delete a specific Supporting Document.", - "operationId": "DeleteNumbersV2SupportingDocument", + "operationId": "DeleteSupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", @@ -2093,7 +2093,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Supporting Document Instance.", - "operationId": "FetchNumbersV2SupportingDocument", + "operationId": "FetchSupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", @@ -2131,7 +2131,7 @@ }, "post": { "description": "Update an existing Supporting Document.", - "operationId": "UpdateNumbersV2SupportingDocument", + "operationId": "UpdateSupportingDocument", "parameters": [ { "description": "The unique string created by Twilio to identify the Supporting Document resource.", diff --git a/src/services/twilio-api/twilio_preview.json b/src/services/twilio-api/twilio_preview.json index e39aa960..b1217492 100644 --- a/src/services/twilio-api/twilio_preview.json +++ b/src/services/twilio-api/twilio_preview.json @@ -2252,7 +2252,7 @@ "/BulkExports/Exports/Jobs/{JobSid}": { "delete": { "description": "", - "operationId": "DeletePreviewBulkExportsJob", + "operationId": "DeleteJob", "parameters": [ { "description": "The unique string that that we created to identify the Bulk Export job", @@ -2284,7 +2284,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewBulkExportsJob", + "operationId": "FetchJob", "parameters": [ { "description": "", @@ -2332,7 +2332,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export.", - "operationId": "FetchPreviewBulkExportsExport", + "operationId": "FetchExport", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2377,7 +2377,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Export Configuration.", - "operationId": "FetchPreviewBulkExportsExportConfiguration", + "operationId": "FetchExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2412,7 +2412,7 @@ }, "post": { "description": "Update a specific Export Configuration.", - "operationId": "UpdatePreviewBulkExportsExportConfiguration", + "operationId": "UpdateExportConfiguration", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2481,7 +2481,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Days for a resource.", - "operationId": "ListPreviewBulkExportsDay", + "operationId": "ListDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2574,7 +2574,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Day.", - "operationId": "FetchPreviewBulkExportsDay", + "operationId": "FetchDay", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2628,7 +2628,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewBulkExportsExportCustomJob", + "operationId": "ListExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages, Calls", @@ -2711,7 +2711,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewBulkExportsExportCustomJob", + "operationId": "CreateExportCustomJob", "parameters": [ { "description": "The type of communication \u2013 Messages or Calls", @@ -2796,7 +2796,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Fleets belonging to your account.", - "operationId": "ListPreviewDeployedDevicesFleet", + "operationId": "ListFleet", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -2870,7 +2870,7 @@ }, "post": { "description": "Create a new Fleet for scoping of deployed devices within your account.", - "operationId": "CreatePreviewDeployedDevicesFleet", + "operationId": "CreateFleet", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2919,7 +2919,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Certificate credentials belonging to the Fleet.", - "operationId": "ListPreviewDeployedDevicesCertificate", + "operationId": "ListCertificate", "parameters": [ { "description": "", @@ -3013,7 +3013,7 @@ }, "post": { "description": "Enroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Device.", - "operationId": "CreatePreviewDeployedDevicesCertificate", + "operationId": "CreateCertificate", "parameters": [ { "description": "", @@ -3086,7 +3086,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid}": { "delete": { "description": "Unregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", - "operationId": "DeletePreviewDeployedDevicesCertificate", + "operationId": "DeleteCertificate", "parameters": [ { "description": "", @@ -3127,7 +3127,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Certificate credential in the Fleet.", - "operationId": "FetchPreviewDeployedDevicesCertificate", + "operationId": "FetchCertificate", "parameters": [ { "description": "", @@ -3174,7 +3174,7 @@ }, "post": { "description": "Update the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or assigning to a Device.", - "operationId": "UpdatePreviewDeployedDevicesCertificate", + "operationId": "UpdateCertificate", "parameters": [ { "description": "", @@ -3253,7 +3253,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Deployments belonging to the Fleet.", - "operationId": "ListPreviewDeployedDevicesDeployment", + "operationId": "ListDeployment", "parameters": [ { "description": "", @@ -3336,7 +3336,7 @@ }, "post": { "description": "Create a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sync service instance.", - "operationId": "CreatePreviewDeployedDevicesDeployment", + "operationId": "CreateDeployment", "parameters": [ { "description": "", @@ -3402,7 +3402,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid}": { "delete": { "description": "Delete a specific Deployment from the Fleet, leaving associated devices effectively undeployed.", - "operationId": "DeletePreviewDeployedDevicesDeployment", + "operationId": "DeleteDeployment", "parameters": [ { "description": "", @@ -3443,7 +3443,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Deployment in the Fleet.", - "operationId": "FetchPreviewDeployedDevicesDeployment", + "operationId": "FetchDeployment", "parameters": [ { "description": "", @@ -3490,7 +3490,7 @@ }, "post": { "description": "Update the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or linking to a specific Twilio Sync service instance.", - "operationId": "UpdatePreviewDeployedDevicesDeployment", + "operationId": "UpdateDeployment", "parameters": [ { "description": "", @@ -3569,7 +3569,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Devices belonging to the Fleet.", - "operationId": "ListPreviewDeployedDevicesDevice", + "operationId": "ListDevice", "parameters": [ { "description": "", @@ -3663,7 +3663,7 @@ }, "post": { "description": "Create a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deployment and/or human identity.", - "operationId": "CreatePreviewDeployedDevicesDevice", + "operationId": "CreateDevice", "parameters": [ { "description": "", @@ -3741,7 +3741,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Devices/{Sid}": { "delete": { "description": "Delete a specific Device from the Fleet, also removing it from associated Deployments.", - "operationId": "DeletePreviewDeployedDevicesDevice", + "operationId": "DeleteDevice", "parameters": [ { "description": "", @@ -3779,7 +3779,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Device in the Fleet.", - "operationId": "FetchPreviewDeployedDevicesDevice", + "operationId": "FetchDevice", "parameters": [ { "description": "", @@ -3823,7 +3823,7 @@ }, "post": { "description": "Update the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deployment, or a human identity.", - "operationId": "UpdatePreviewDeployedDevicesDevice", + "operationId": "UpdateDevice", "parameters": [ { "description": "", @@ -3907,7 +3907,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Keys credentials belonging to the Fleet.", - "operationId": "ListPreviewDeployedDevicesKey", + "operationId": "ListKey", "parameters": [ { "description": "", @@ -4001,7 +4001,7 @@ }, "post": { "description": "Create a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device.", - "operationId": "CreatePreviewDeployedDevicesKey", + "operationId": "CreateKey", "parameters": [ { "description": "", @@ -4067,7 +4067,7 @@ "/DeployedDevices/Fleets/{FleetSid}/Keys/{Sid}": { "delete": { "description": "Delete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", - "operationId": "DeletePreviewDeployedDevicesKey", + "operationId": "DeleteKey", "parameters": [ { "description": "", @@ -4108,7 +4108,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Key credential in the Fleet.", - "operationId": "FetchPreviewDeployedDevicesKey", + "operationId": "FetchKey", "parameters": [ { "description": "", @@ -4155,7 +4155,7 @@ }, "post": { "description": "Update the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning to a Device.", - "operationId": "UpdatePreviewDeployedDevicesKey", + "operationId": "UpdateKey", "parameters": [ { "description": "", @@ -4233,7 +4233,7 @@ "/DeployedDevices/Fleets/{Sid}": { "delete": { "description": "Delete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certificates, Keys.", - "operationId": "DeletePreviewDeployedDevicesFleet", + "operationId": "DeleteFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4262,7 +4262,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch information about a specific Fleet in your account.", - "operationId": "FetchPreviewDeployedDevicesFleet", + "operationId": "FetchFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4297,7 +4297,7 @@ }, "post": { "description": "Update the friendly name property of a specific Fleet in your account.", - "operationId": "UpdatePreviewDeployedDevicesFleet", + "operationId": "UpdateFleet", "parameters": [ { "description": "Provides a 34 character string that uniquely identifies the requested Fleet resource.", @@ -4364,7 +4364,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.", - "operationId": "ListPreviewHostedNumbersAuthorizationDocument", + "operationId": "ListAuthorizationDocument", "parameters": [ { "description": "Email that this AuthorizationDocument will be sent to for signing.", @@ -4461,7 +4461,7 @@ }, "post": { "description": "Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.", - "operationId": "CreatePreviewHostedNumbersAuthorizationDocument", + "operationId": "CreateAuthorizationDocument", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -4546,7 +4546,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific AuthorizationDocument.", - "operationId": "FetchPreviewHostedNumbersAuthorizationDocument", + "operationId": "FetchAuthorizationDocument", "parameters": [ { "description": "A 34 character string that uniquely identifies this AuthorizationDocument.", @@ -4584,7 +4584,7 @@ }, "post": { "description": "Updates a specific AuthorizationDocument.", - "operationId": "UpdatePreviewHostedNumbersAuthorizationDocument", + "operationId": "UpdateAuthorizationDocument", "parameters": [ { "description": "", @@ -4687,7 +4687,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.", - "operationId": "ListPreviewHostedNumbersDependentHostedNumberOrder", + "operationId": "ListDependentHostedNumberOrder", "parameters": [ { "description": "", @@ -4837,7 +4837,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of HostedNumberOrders belonging to the account initiating the request.", - "operationId": "ListPreviewHostedNumbersHostedNumberOrder", + "operationId": "ListHostedNumberOrder", "parameters": [ { "description": "The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`.", @@ -4965,7 +4965,7 @@ }, "post": { "description": "Host a phone number's capability on Twilio's platform.", - "operationId": "CreatePreviewHostedNumbersHostedNumberOrder", + "operationId": "CreateHostedNumberOrder", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -5145,7 +5145,7 @@ "/HostedNumbers/HostedNumberOrders/{Sid}": { "delete": { "description": "Cancel the HostedNumberOrder (only available when the status is in `received`).", - "operationId": "DeletePreviewHostedNumbersHostedNumberOrder", + "operationId": "DeleteHostedNumberOrder", "parameters": [ { "description": "A 34 character string that uniquely identifies this HostedNumberOrder.", @@ -5177,7 +5177,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific HostedNumberOrder.", - "operationId": "FetchPreviewHostedNumbersHostedNumberOrder", + "operationId": "FetchHostedNumberOrder", "parameters": [ { "description": "A 34 character string that uniquely identifies this HostedNumberOrder.", @@ -5215,7 +5215,7 @@ }, "post": { "description": "Updates a specific HostedNumberOrder.", - "operationId": "UpdatePreviewHostedNumbersHostedNumberOrder", + "operationId": "UpdateHostedNumberOrder", "parameters": [ { "description": "", @@ -5335,7 +5335,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncService", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -5409,7 +5409,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncService", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -5471,7 +5471,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncDocument", + "operationId": "ListDocument", "parameters": [ { "description": "", @@ -5557,7 +5557,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncDocument", + "operationId": "CreateDocument", "parameters": [ { "description": "", @@ -5624,7 +5624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Document.", - "operationId": "ListPreviewSyncDocumentPermission", + "operationId": "ListDocumentPermission", "parameters": [ { "description": "", @@ -5728,7 +5728,7 @@ "/Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Document Permission.", - "operationId": "DeletePreviewSyncDocumentPermission", + "operationId": "DeleteDocumentPermission", "parameters": [ { "description": "", @@ -5778,7 +5778,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Document Permission.", - "operationId": "FetchPreviewSyncDocumentPermission", + "operationId": "FetchDocumentPermission", "parameters": [ { "description": "", @@ -5834,7 +5834,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Document.", - "operationId": "UpdatePreviewSyncDocumentPermission", + "operationId": "UpdateDocumentPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -5927,7 +5927,7 @@ "/Sync/Services/{ServiceSid}/Documents/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncDocument", + "operationId": "DeleteDocument", "parameters": [ { "description": "", @@ -5976,7 +5976,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncDocument", + "operationId": "FetchDocument", "parameters": [ { "description": "", @@ -6023,7 +6023,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewSyncDocument", + "operationId": "UpdateDocument", "parameters": [ { "description": "", @@ -6106,7 +6106,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncSyncList", + "operationId": "ListSyncList", "parameters": [ { "description": "", @@ -6192,7 +6192,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncSyncList", + "operationId": "CreateSyncList", "parameters": [ { "description": "", @@ -6255,7 +6255,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncSyncListItem", + "operationId": "ListSyncListItem", "parameters": [ { "description": "", @@ -6382,7 +6382,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncSyncListItem", + "operationId": "CreateSyncListItem", "parameters": [ { "description": "", @@ -6456,7 +6456,7 @@ "/Sync/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncSyncListItem", + "operationId": "DeleteSyncListItem", "parameters": [ { "description": "", @@ -6514,7 +6514,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncSyncListItem", + "operationId": "FetchSyncListItem", "parameters": [ { "description": "", @@ -6570,7 +6570,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewSyncSyncListItem", + "operationId": "UpdateSyncListItem", "parameters": [ { "description": "", @@ -6662,7 +6662,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync List.", - "operationId": "ListPreviewSyncSyncListPermission", + "operationId": "ListSyncListPermission", "parameters": [ { "description": "", @@ -6766,7 +6766,7 @@ "/Sync/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync List Permission.", - "operationId": "DeletePreviewSyncSyncListPermission", + "operationId": "DeleteSyncListPermission", "parameters": [ { "description": "", @@ -6816,7 +6816,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync List Permission.", - "operationId": "FetchPreviewSyncSyncListPermission", + "operationId": "FetchSyncListPermission", "parameters": [ { "description": "", @@ -6872,7 +6872,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync List.", - "operationId": "UpdatePreviewSyncSyncListPermission", + "operationId": "UpdateSyncListPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -6965,7 +6965,7 @@ "/Sync/Services/{ServiceSid}/Lists/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncSyncList", + "operationId": "DeleteSyncList", "parameters": [ { "description": "", @@ -7006,7 +7006,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncSyncList", + "operationId": "FetchSyncList", "parameters": [ { "description": "", @@ -7063,7 +7063,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncSyncMap", + "operationId": "ListSyncMap", "parameters": [ { "description": "", @@ -7149,7 +7149,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncSyncMap", + "operationId": "CreateSyncMap", "parameters": [ { "description": "", @@ -7212,7 +7212,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewSyncSyncMapItem", + "operationId": "ListSyncMapItem", "parameters": [ { "description": "", @@ -7339,7 +7339,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewSyncSyncMapItem", + "operationId": "CreateSyncMapItem", "parameters": [ { "description": "", @@ -7418,7 +7418,7 @@ "/Sync/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncSyncMapItem", + "operationId": "DeleteSyncMapItem", "parameters": [ { "description": "", @@ -7476,7 +7476,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncSyncMapItem", + "operationId": "FetchSyncMapItem", "parameters": [ { "description": "", @@ -7532,7 +7532,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewSyncSyncMapItem", + "operationId": "UpdateSyncMapItem", "parameters": [ { "description": "", @@ -7624,7 +7624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Map.", - "operationId": "ListPreviewSyncSyncMapPermission", + "operationId": "ListSyncMapPermission", "parameters": [ { "description": "", @@ -7728,7 +7728,7 @@ "/Sync/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Map Permission.", - "operationId": "DeletePreviewSyncSyncMapPermission", + "operationId": "DeleteSyncMapPermission", "parameters": [ { "description": "", @@ -7778,7 +7778,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Map Permission.", - "operationId": "FetchPreviewSyncSyncMapPermission", + "operationId": "FetchSyncMapPermission", "parameters": [ { "description": "", @@ -7834,7 +7834,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Map.", - "operationId": "UpdatePreviewSyncSyncMapPermission", + "operationId": "UpdateSyncMapPermission", "parameters": [ { "description": "The unique SID identifier of the Sync Service Instance.", @@ -7927,7 +7927,7 @@ "/Sync/Services/{ServiceSid}/Maps/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncSyncMap", + "operationId": "DeleteSyncMap", "parameters": [ { "description": "", @@ -7968,7 +7968,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncSyncMap", + "operationId": "FetchSyncMap", "parameters": [ { "description": "", @@ -8024,7 +8024,7 @@ "/Sync/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewSyncService", + "operationId": "DeleteService", "parameters": [ { "description": "", @@ -8056,7 +8056,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewSyncService", + "operationId": "FetchService", "parameters": [ { "description": "", @@ -8094,7 +8094,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewSyncService", + "operationId": "UpdateService", "parameters": [ { "description": "", @@ -8170,7 +8170,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Associate a channel to a branded channel", - "operationId": "CreatePreviewTrustedCommsChannel", + "operationId": "CreateChannel", "parameters": [ { "description": "The unique SID identifier of the Branded Channel. The given phone number is going to be assigned to this Branded Channel", @@ -8247,7 +8247,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Branded Channel.", - "operationId": "FetchPreviewTrustedCommsBrandedChannel", + "operationId": "FetchBrandedChannel", "parameters": [ { "description": "The unique SID identifier of the Branded Channel.", @@ -8302,7 +8302,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve the newest available BrandInformation", - "operationId": "FetchPreviewTrustedCommsBrandsInformation", + "operationId": "FetchBrandsInformation", "parameters": [ { "description": "The If-None-Match HTTP request header", @@ -8351,7 +8351,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Call Placement Service (CPS) given a phone number via `X-XCNAM-Sensitive-Phone-Number` header.", - "operationId": "FetchPreviewTrustedCommsCps", + "operationId": "FetchCps", "parameters": [ { "description": "The X-Xcnam-Sensitive-Phone-Number HTTP request header", @@ -8399,7 +8399,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a current call given the originating and terminating number via `X-XCNAM-Sensitive-Phone-Number-From` and `X-XCNAM-Sensitive-Phone-Number-To` headers.", - "operationId": "FetchPreviewTrustedCommsCurrentCall", + "operationId": "FetchCurrentCall", "parameters": [ { "description": "The X-Xcnam-Sensitive-Phone-Number-From HTTP request header", @@ -8466,7 +8466,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-ons currently available to be installed.", - "operationId": "ListPreviewMarketplaceAvailableAddOn", + "operationId": "ListAvailableAddOn", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -8550,7 +8550,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Available Add-on.", - "operationId": "ListPreviewMarketplaceAvailableAddOnExtension", + "operationId": "ListAvailableAddOnExtension", "parameters": [ { "description": "The SID of the AvailableAddOn resource with the extensions to read.", @@ -8646,7 +8646,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Available Add-on.", - "operationId": "FetchPreviewMarketplaceAvailableAddOnExtension", + "operationId": "FetchAvailableAddOnExtension", "parameters": [ { "description": "The SID of the AvailableAddOn resource with the extension to fetch.", @@ -8706,7 +8706,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on currently available to be installed.", - "operationId": "FetchPreviewMarketplaceAvailableAddOn", + "operationId": "FetchAvailableAddOn", "parameters": [ { "description": "The SID of the AvailableAddOn resource to fetch.", @@ -8754,7 +8754,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Add-ons currently installed on this Account.", - "operationId": "ListPreviewMarketplaceInstalledAddOn", + "operationId": "ListInstalledAddOn", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -8828,7 +8828,7 @@ }, "post": { "description": "Install an Add-on for the Account specified.", - "operationId": "CreatePreviewMarketplaceInstalledAddOn", + "operationId": "CreateInstalledAddOn", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -8896,7 +8896,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Extensions for the Installed Add-on.", - "operationId": "ListPreviewMarketplaceInstalledAddOnExtension", + "operationId": "ListInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extensions to read.", @@ -8992,7 +8992,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Extension for the Installed Add-on.", - "operationId": "FetchPreviewMarketplaceInstalledAddOnExtension", + "operationId": "FetchInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extension to fetch.", @@ -9042,7 +9042,7 @@ }, "post": { "description": "Update an Extension for an Add-on installation.", - "operationId": "UpdatePreviewMarketplaceInstalledAddOnExtension", + "operationId": "UpdateInstalledAddOnExtension", "parameters": [ { "description": "The SID of the InstalledAddOn resource with the extension to update.", @@ -9119,7 +9119,7 @@ "/marketplace/InstalledAddOns/{Sid}": { "delete": { "description": "Remove an Add-on installation from your account", - "operationId": "DeletePreviewMarketplaceInstalledAddOn", + "operationId": "DeleteInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to delete.", @@ -9151,7 +9151,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch an instance of an Add-on currently installed on this Account.", - "operationId": "FetchPreviewMarketplaceInstalledAddOn", + "operationId": "FetchInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to fetch.", @@ -9189,7 +9189,7 @@ }, "post": { "description": "Update an Add-on installation for the Account specified.", - "operationId": "UpdatePreviewMarketplaceInstalledAddOn", + "operationId": "UpdateInstalledAddOn", "parameters": [ { "description": "The SID of the InstalledAddOn resource to update.", @@ -9256,7 +9256,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandAssistant", + "operationId": "ListAssistant", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -9330,7 +9330,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandAssistant", + "operationId": "CreateAssistant", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -9408,7 +9408,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandDialogue", + "operationId": "FetchDialogue", "parameters": [ { "description": "", @@ -9462,7 +9462,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandAssistantFallbackActions", + "operationId": "FetchAssistantFallbackActions", "parameters": [ { "description": "", @@ -9497,7 +9497,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandAssistantFallbackActions", + "operationId": "UpdateAssistantFallbackActions", "parameters": [ { "description": "", @@ -9557,7 +9557,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandFieldType", + "operationId": "ListFieldType", "parameters": [ { "description": "", @@ -9640,7 +9640,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandFieldType", + "operationId": "CreateFieldType", "parameters": [ { "description": "", @@ -9707,7 +9707,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandFieldValue", + "operationId": "ListFieldValue", "parameters": [ { "description": "", @@ -9807,7 +9807,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandFieldValue", + "operationId": "CreateFieldValue", "parameters": [ { "description": "", @@ -9887,7 +9887,7 @@ "/understand/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandFieldValue", + "operationId": "DeleteFieldValue", "parameters": [ { "description": "", @@ -9934,7 +9934,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandFieldValue", + "operationId": "FetchFieldValue", "parameters": [ { "description": "", @@ -9996,7 +9996,7 @@ "/understand/Assistants/{AssistantSid}/FieldTypes/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandFieldType", + "operationId": "DeleteFieldType", "parameters": [ { "description": "", @@ -10034,7 +10034,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandFieldType", + "operationId": "FetchFieldType", "parameters": [ { "description": "", @@ -10078,7 +10078,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandFieldType", + "operationId": "UpdateFieldType", "parameters": [ { "description": "", @@ -10151,7 +10151,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandAssistantInitiationActions", + "operationId": "FetchAssistantInitiationActions", "parameters": [ { "description": "", @@ -10186,7 +10186,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandAssistantInitiationActions", + "operationId": "UpdateAssistantInitiationActions", "parameters": [ { "description": "", @@ -10246,7 +10246,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandModelBuild", + "operationId": "ListModelBuild", "parameters": [ { "description": "", @@ -10329,7 +10329,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandModelBuild", + "operationId": "CreateModelBuild", "parameters": [ { "description": "", @@ -10393,7 +10393,7 @@ "/understand/Assistants/{AssistantSid}/ModelBuilds/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandModelBuild", + "operationId": "DeleteModelBuild", "parameters": [ { "description": "", @@ -10431,7 +10431,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandModelBuild", + "operationId": "FetchModelBuild", "parameters": [ { "description": "", @@ -10475,7 +10475,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandModelBuild", + "operationId": "UpdateModelBuild", "parameters": [ { "description": "", @@ -10544,7 +10544,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandQuery", + "operationId": "ListQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10651,7 +10651,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandQuery", + "operationId": "CreateQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10730,7 +10730,7 @@ "/understand/Assistants/{AssistantSid}/Queries/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandQuery", + "operationId": "DeleteQuery", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -10768,7 +10768,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandQuery", + "operationId": "FetchQuery", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -10812,7 +10812,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandQuery", + "operationId": "UpdateQuery", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -10888,7 +10888,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns Style sheet JSON object for this Assistant", - "operationId": "FetchPreviewUnderstandStyleSheet", + "operationId": "FetchStyleSheet", "parameters": [ { "description": "The unique ID of the Assistant", @@ -10923,7 +10923,7 @@ }, "post": { "description": "Updates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}.", - "operationId": "UpdatePreviewUnderstandStyleSheet", + "operationId": "UpdateStyleSheet", "parameters": [ { "description": "The unique ID of the Assistant", @@ -10983,7 +10983,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandTask", + "operationId": "ListTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11066,7 +11066,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandTask", + "operationId": "CreateTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11141,7 +11141,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandTask", + "operationId": "DeleteTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11179,7 +11179,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandTask", + "operationId": "FetchTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11223,7 +11223,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandTask", + "operationId": "UpdateTask", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11305,7 +11305,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns JSON actions for this Task.", - "operationId": "FetchPreviewUnderstandTaskActions", + "operationId": "FetchTaskActions", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11349,7 +11349,7 @@ }, "post": { "description": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.", - "operationId": "UpdatePreviewUnderstandTaskActions", + "operationId": "UpdateTaskActions", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11418,7 +11418,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandField", + "operationId": "ListField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11510,7 +11510,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandField", + "operationId": "CreateField", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -11586,7 +11586,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandField", + "operationId": "DeleteField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11633,7 +11633,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandField", + "operationId": "FetchField", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11696,7 +11696,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewUnderstandSample", + "operationId": "ListSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11796,7 +11796,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewUnderstandSample", + "operationId": "CreateSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11876,7 +11876,7 @@ "/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandSample", + "operationId": "DeleteSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11926,7 +11926,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandSample", + "operationId": "FetchSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -11982,7 +11982,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandSample", + "operationId": "UpdateSample", "parameters": [ { "description": "The unique ID of the Assistant.", @@ -12071,7 +12071,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandTaskStatistics", + "operationId": "FetchTaskStatistics", "parameters": [ { "description": "The unique ID of the parent Assistant.", @@ -12124,7 +12124,7 @@ "/understand/Assistants/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewUnderstandAssistant", + "operationId": "DeleteAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12153,7 +12153,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewUnderstandAssistant", + "operationId": "FetchAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12188,7 +12188,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewUnderstandAssistant", + "operationId": "UpdateAssistant", "parameters": [ { "description": "A 34 character string that uniquely identifies this resource.", @@ -12277,7 +12277,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewWirelessCommand", + "operationId": "ListCommand", "parameters": [ { "description": "", @@ -12383,7 +12383,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewWirelessCommand", + "operationId": "CreateCommand", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -12460,7 +12460,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewWirelessCommand", + "operationId": "FetchCommand", "parameters": [ { "description": "", @@ -12508,7 +12508,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewWirelessRatePlan", + "operationId": "ListRatePlan", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -12582,7 +12582,7 @@ }, "post": { "description": "", - "operationId": "CreatePreviewWirelessRatePlan", + "operationId": "CreateRatePlan", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -12669,7 +12669,7 @@ "/wireless/RatePlans/{Sid}": { "delete": { "description": "", - "operationId": "DeletePreviewWirelessRatePlan", + "operationId": "DeleteRatePlan", "parameters": [ { "description": "", @@ -12698,7 +12698,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewWirelessRatePlan", + "operationId": "FetchRatePlan", "parameters": [ { "description": "", @@ -12733,7 +12733,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewWirelessRatePlan", + "operationId": "UpdateRatePlan", "parameters": [ { "description": "", @@ -12797,7 +12797,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListPreviewWirelessSim", + "operationId": "ListSim", "parameters": [ { "description": "", @@ -12921,7 +12921,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewWirelessSim", + "operationId": "FetchSim", "parameters": [ { "description": "", @@ -12956,7 +12956,7 @@ }, "post": { "description": "", - "operationId": "UpdatePreviewWirelessSim", + "operationId": "UpdateSim", "parameters": [ { "description": "", @@ -13152,7 +13152,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchPreviewWirelessUsage", + "operationId": "FetchUsage", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_pricing_v1.json b/src/services/twilio-api/twilio_pricing_v1.json index 9637f4c7..c8ee264f 100644 --- a/src/services/twilio-api/twilio_pricing_v1.json +++ b/src/services/twilio-api/twilio_pricing_v1.json @@ -328,7 +328,7 @@ "description": "Messaging pricing by country", "get": { "description": "", - "operationId": "ListPricingV1MessagingCountry", + "operationId": "ListMessagingCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -417,7 +417,7 @@ "description": "Messaging pricing by country", "get": { "description": "", - "operationId": "FetchPricingV1MessagingCountry", + "operationId": "FetchMessagingCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -467,7 +467,7 @@ "description": "Phone number pricing by country", "get": { "description": "", - "operationId": "ListPricingV1PhoneNumberCountry", + "operationId": "ListPhoneNumberCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -554,7 +554,7 @@ "description": "Phone number pricing by country", "get": { "description": "", - "operationId": "FetchPricingV1PhoneNumberCountry", + "operationId": "FetchPhoneNumberCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -602,7 +602,7 @@ "description": "Voice pricing by country", "get": { "description": "", - "operationId": "ListPricingV1VoiceCountry", + "operationId": "ListVoiceCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -689,7 +689,7 @@ "description": "Voice pricing by country", "get": { "description": "", - "operationId": "FetchPricingV1VoiceCountry", + "operationId": "FetchVoiceCountry", "parameters": [ { "description": "The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.", @@ -737,7 +737,7 @@ "description": "Voice pricing for a specific phone number", "get": { "description": "", - "operationId": "FetchPricingV1VoiceNumber", + "operationId": "FetchVoiceNumber", "parameters": [ { "description": "The phone number to fetch.", diff --git a/src/services/twilio-api/twilio_pricing_v2.json b/src/services/twilio-api/twilio_pricing_v2.json index 78811696..63b3ac50 100644 --- a/src/services/twilio-api/twilio_pricing_v2.json +++ b/src/services/twilio-api/twilio_pricing_v2.json @@ -182,7 +182,7 @@ "description": "Voice pricing by country", "get": { "description": "", - "operationId": "ListPricingV2VoiceCountry", + "operationId": "ListVoiceCountry", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -269,7 +269,7 @@ "description": "Voice pricing by country", "get": { "description": "Fetch a specific Country.", - "operationId": "FetchPricingV2VoiceCountry", + "operationId": "FetchVoiceCountry", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch.", @@ -317,7 +317,7 @@ "description": "Voice pricing for a specific phone number", "get": { "description": "Fetch pricing information for a specific destination and, optionally, origination phone number.", - "operationId": "FetchPricingV2VoiceNumber", + "operationId": "FetchVoiceNumber", "parameters": [ { "description": "The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number.", diff --git a/src/services/twilio-api/twilio_proxy_v1.json b/src/services/twilio-api/twilio_proxy_v1.json index 81123a2e..4609f204 100644 --- a/src/services/twilio-api/twilio_proxy_v1.json +++ b/src/services/twilio-api/twilio_proxy_v1.json @@ -636,7 +636,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.", - "operationId": "ListProxyV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -710,7 +710,7 @@ }, "post": { "description": "Create a new Service for Twilio Proxy", - "operationId": "CreateProxyV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -810,7 +810,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.", - "operationId": "ListProxyV1PhoneNumber", + "operationId": "ListPhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read.", @@ -896,7 +896,7 @@ }, "post": { "description": "Add a Phone Number to a Service's Proxy Number Pool.", - "operationId": "CreateProxyV1PhoneNumber", + "operationId": "CreatePhoneNumber", "parameters": [ { "description": "The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource.", @@ -973,7 +973,7 @@ "/v1/Services/{ServiceSid}/PhoneNumbers/{Sid}": { "delete": { "description": "Delete a specific Phone Number from a Service.", - "operationId": "DeleteProxyV1PhoneNumber", + "operationId": "DeletePhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete.", @@ -1017,7 +1017,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Phone Number.", - "operationId": "FetchProxyV1PhoneNumber", + "operationId": "FetchPhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch.", @@ -1067,7 +1067,7 @@ }, "post": { "description": "Update a specific Proxy Number.", - "operationId": "UpdateProxyV1PhoneNumber", + "operationId": "UpdatePhoneNumber", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update.", @@ -1146,7 +1146,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.", - "operationId": "ListProxyV1Session", + "operationId": "ListSession", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read.", @@ -1232,7 +1232,7 @@ }, "post": { "description": "Create a new Session", - "operationId": "CreateProxyV1Session", + "operationId": "CreateSession", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1340,7 +1340,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.", - "operationId": "ListProxyV1Interaction", + "operationId": "ListInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -1451,7 +1451,7 @@ "/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}": { "delete": { "description": "Delete a specific Interaction.", - "operationId": "DeleteProxyV1Interaction", + "operationId": "DeleteInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -1507,7 +1507,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session).", - "operationId": "FetchProxyV1Interaction", + "operationId": "FetchInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -1583,7 +1583,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Participants in a Session.", - "operationId": "ListProxyV1Participant", + "operationId": "ListParticipant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read.", @@ -1681,7 +1681,7 @@ }, "post": { "description": "Add a new Participant to the Session", - "operationId": "CreateProxyV1Participant", + "operationId": "CreateParticipant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1783,7 +1783,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListProxyV1MessageInteraction", + "operationId": "ListMessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -1893,7 +1893,7 @@ }, "post": { "description": "Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty.", - "operationId": "CreateProxyV1MessageInteraction", + "operationId": "CreateMessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -1992,7 +1992,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchProxyV1MessageInteraction", + "operationId": "FetchMessageInteraction", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2079,7 +2079,7 @@ "/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}": { "delete": { "description": "Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted.", - "operationId": "DeleteProxyV1Participant", + "operationId": "DeleteParticipant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -2135,7 +2135,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Participant.", - "operationId": "FetchProxyV1Participant", + "operationId": "FetchParticipant", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2211,7 +2211,7 @@ "/v1/Services/{ServiceSid}/Sessions/{Sid}": { "delete": { "description": "Delete a specific Session.", - "operationId": "DeleteProxyV1Session", + "operationId": "DeleteSession", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete.", @@ -2255,7 +2255,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Session.", - "operationId": "FetchProxyV1Session", + "operationId": "FetchSession", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch.", @@ -2302,7 +2302,7 @@ }, "post": { "description": "Update a specific Session.", - "operationId": "UpdateProxyV1Session", + "operationId": "UpdateSession", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update.", @@ -2402,7 +2402,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page.", - "operationId": "ListProxyV1ShortCode", + "operationId": "ListShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from.", @@ -2488,7 +2488,7 @@ }, "post": { "description": "Add a Short Code to the Proxy Number Pool for the Service.", - "operationId": "CreateProxyV1ShortCode", + "operationId": "CreateShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource.", @@ -2560,7 +2560,7 @@ "/v1/Services/{ServiceSid}/ShortCodes/{Sid}": { "delete": { "description": "Delete a specific Short Code from a Service.", - "operationId": "DeleteProxyV1ShortCode", + "operationId": "DeleteShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from.", @@ -2604,7 +2604,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Short Code.", - "operationId": "FetchProxyV1ShortCode", + "operationId": "FetchShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from.", @@ -2654,7 +2654,7 @@ }, "post": { "description": "Update a specific Short Code.", - "operationId": "UpdateProxyV1ShortCode", + "operationId": "UpdateShortCode", "parameters": [ { "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update.", @@ -2732,7 +2732,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Delete a specific Service.", - "operationId": "DeleteProxyV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to delete.", @@ -2764,7 +2764,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Service.", - "operationId": "FetchProxyV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to fetch.", @@ -2799,7 +2799,7 @@ }, "post": { "description": "Update a specific Service.", - "operationId": "UpdateProxyV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_serverless_v1.json b/src/services/twilio-api/twilio_serverless_v1.json index e9779ad9..2a786be7 100644 --- a/src/services/twilio-api/twilio_serverless_v1.json +++ b/src/services/twilio-api/twilio_serverless_v1.json @@ -609,7 +609,7 @@ "description": "The top-level resource for a Serverless application, which serves as a container for the application environments.", "get": { "description": "Retrieve a list of all Services.", - "operationId": "ListServerlessV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -683,7 +683,7 @@ }, "post": { "description": "Create a new Service resource.", - "operationId": "CreateServerlessV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -752,7 +752,7 @@ "description": "A wrapper that represents a static file and groups the different Versions of the static file.", "get": { "description": "Retrieve a list of all Assets.", - "operationId": "ListServerlessV1Asset", + "operationId": "ListAsset", "parameters": [ { "description": "The SID of the Service to read the Asset resources from.", @@ -835,7 +835,7 @@ }, "post": { "description": "Create a new Asset resource.", - "operationId": "CreateServerlessV1Asset", + "operationId": "CreateAsset", "parameters": [ { "description": "The SID of the Service to create the Asset resource under.", @@ -902,7 +902,7 @@ "description": "The content of an Asset.", "get": { "description": "Retrieve a list of all Asset Versions.", - "operationId": "ListServerlessV1AssetVersion", + "operationId": "ListAssetVersion", "parameters": [ { "description": "The SID of the Service to read the Asset Version resource from.", @@ -1012,7 +1012,7 @@ "description": "The content of an Asset.", "get": { "description": "Retrieve a specific Asset Version.", - "operationId": "FetchServerlessV1AssetVersion", + "operationId": "FetchAssetVersion", "parameters": [ { "description": "The SID of the Service to fetch the Asset Version resource from.", @@ -1085,7 +1085,7 @@ "/v1/Services/{ServiceSid}/Assets/{Sid}": { "delete": { "description": "Delete an Asset resource.", - "operationId": "DeleteServerlessV1Asset", + "operationId": "DeleteAsset", "parameters": [ { "description": "The SID of the Service to delete the Asset resource from.", @@ -1126,7 +1126,7 @@ "description": "A wrapper that represents a static file and groups the different Versions of the static file.", "get": { "description": "Retrieve a specific Asset resource.", - "operationId": "FetchServerlessV1Asset", + "operationId": "FetchAsset", "parameters": [ { "description": "The SID of the Service to fetch the Asset resource from.", @@ -1173,7 +1173,7 @@ }, "post": { "description": "Update a specific Asset resource.", - "operationId": "UpdateServerlessV1Asset", + "operationId": "UpdateAsset", "parameters": [ { "description": "The SID of the Service to update the Asset resource from.", @@ -1252,7 +1252,7 @@ "description": "A collection of Function Versions, Asset Versions, and Dependencies that form a deployable unit.", "get": { "description": "Retrieve a list of all Builds.", - "operationId": "ListServerlessV1Build", + "operationId": "ListBuild", "parameters": [ { "description": "The SID of the Service to read the Build resources from.", @@ -1335,7 +1335,7 @@ }, "post": { "description": "Create a new Build resource. At least one function version or asset version is required.", - "operationId": "CreateServerlessV1Build", + "operationId": "CreateBuild", "parameters": [ { "description": "The SID of the Service to create the Build resource under.", @@ -1418,7 +1418,7 @@ "/v1/Services/{ServiceSid}/Builds/{Sid}": { "delete": { "description": "Delete a Build resource.", - "operationId": "DeleteServerlessV1Build", + "operationId": "DeleteBuild", "parameters": [ { "description": "The SID of the Service to delete the Build resource from.", @@ -1459,7 +1459,7 @@ "description": "A collection of Function Versions, Asset Versions, and Dependencies that form a deployable unit.", "get": { "description": "Retrieve a specific Build resource.", - "operationId": "FetchServerlessV1Build", + "operationId": "FetchBuild", "parameters": [ { "description": "The SID of the Service to fetch the Build resource from.", @@ -1520,7 +1520,7 @@ "description": "The status of a Build resource.", "get": { "description": "Retrieve a specific Build resource.", - "operationId": "FetchServerlessV1BuildStatus", + "operationId": "FetchBuildStatus", "parameters": [ { "description": "The SID of the Service to fetch the Build resource from.", @@ -1580,7 +1580,7 @@ "description": "Represents a deployed build of a given set of Functions and/or Assets at a specific URL.", "get": { "description": "Retrieve a list of all environments.", - "operationId": "ListServerlessV1Environment", + "operationId": "ListEnvironment", "parameters": [ { "description": "The SID of the Service to read the Environment resources from.", @@ -1663,7 +1663,7 @@ }, "post": { "description": "Create a new environment.", - "operationId": "CreateServerlessV1Environment", + "operationId": "CreateEnvironment", "parameters": [ { "description": "The SID of the Service to create the Environment resource under.", @@ -1735,7 +1735,7 @@ "description": "An association of a Build with an Environment so that the Build is published in the Environment.", "get": { "description": "Retrieve a list of all Deployments.", - "operationId": "ListServerlessV1Deployment", + "operationId": "ListDeployment", "parameters": [ { "description": "The SID of the Service to read the Deployment resources from.", @@ -1830,7 +1830,7 @@ }, "post": { "description": "Create a new Deployment.", - "operationId": "CreateServerlessV1Deployment", + "operationId": "CreateDeployment", "parameters": [ { "description": "The SID of the Service to create the Deployment resource under.", @@ -1909,7 +1909,7 @@ "description": "An association of a Build with an Environment so that the Build is published in the Environment.", "get": { "description": "Retrieve a specific Deployment.", - "operationId": "FetchServerlessV1Deployment", + "operationId": "FetchDeployment", "parameters": [ { "description": "The SID of the Service to fetch the Deployment resource from.", @@ -1982,7 +1982,7 @@ "description": "A record of an event that occurred related to a function invocation.", "get": { "description": "Retrieve a list of all logs.", - "operationId": "ListServerlessV1Log", + "operationId": "ListLog", "parameters": [ { "description": "The SID of the Service to read the Log resource from.", @@ -2116,7 +2116,7 @@ "description": "A record of an event that occurred related to a function invocation.", "get": { "description": "Retrieve a specific log.", - "operationId": "FetchServerlessV1Log", + "operationId": "FetchLog", "parameters": [ { "description": "The SID of the Service to fetch the Log resource from.", @@ -2185,7 +2185,7 @@ "description": "A key and value pair that is specific to an Environment.", "get": { "description": "Retrieve a list of all Variables.", - "operationId": "ListServerlessV1Variable", + "operationId": "ListVariable", "parameters": [ { "description": "The SID of the Service to read the Variable resources from.", @@ -2280,7 +2280,7 @@ }, "post": { "description": "Create a new Variable.", - "operationId": "CreateServerlessV1Variable", + "operationId": "CreateVariable", "parameters": [ { "description": "The SID of the Service to create the Variable resource under.", @@ -2363,7 +2363,7 @@ "/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}": { "delete": { "description": "Delete a specific Variable.", - "operationId": "DeleteServerlessV1Variable", + "operationId": "DeleteVariable", "parameters": [ { "description": "The SID of the Service to delete the Variable resource from.", @@ -2416,7 +2416,7 @@ "description": "A key and value pair that is specific to an Environment.", "get": { "description": "Retrieve a specific Variable.", - "operationId": "FetchServerlessV1Variable", + "operationId": "FetchVariable", "parameters": [ { "description": "The SID of the Service to fetch the Variable resource from.", @@ -2475,7 +2475,7 @@ }, "post": { "description": "Update a specific Variable.", - "operationId": "UpdateServerlessV1Variable", + "operationId": "UpdateVariable", "parameters": [ { "description": "The SID of the Service to update the Variable resource under.", @@ -2566,7 +2566,7 @@ "/v1/Services/{ServiceSid}/Environments/{Sid}": { "delete": { "description": "Delete a specific environment.", - "operationId": "DeleteServerlessV1Environment", + "operationId": "DeleteEnvironment", "parameters": [ { "description": "The SID of the Service to delete the Environment resource from.", @@ -2607,7 +2607,7 @@ "description": "Represents a deployed build of a given set of Functions and/or Assets at a specific URL.", "get": { "description": "Retrieve a specific environment.", - "operationId": "FetchServerlessV1Environment", + "operationId": "FetchEnvironment", "parameters": [ { "description": "The SID of the Service to fetch the Environment resource from.", @@ -2669,7 +2669,7 @@ "description": "A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.", "get": { "description": "Retrieve a list of all Functions.", - "operationId": "ListServerlessV1Function", + "operationId": "ListFunction", "parameters": [ { "description": "The SID of the Service to read the Function resources from.", @@ -2752,7 +2752,7 @@ }, "post": { "description": "Create a new Function resource.", - "operationId": "CreateServerlessV1Function", + "operationId": "CreateFunction", "parameters": [ { "description": "The SID of the Service to create the Function resource under.", @@ -2819,7 +2819,7 @@ "description": "The content of a Function.", "get": { "description": "Retrieve a list of all Function Version resources.", - "operationId": "ListServerlessV1FunctionVersion", + "operationId": "ListFunctionVersion", "parameters": [ { "description": "The SID of the Service to read the Function Version resources from.", @@ -2929,7 +2929,7 @@ "description": "The content of a Function.", "get": { "description": "Retrieve a specific Function Version resource.", - "operationId": "FetchServerlessV1FunctionVersion", + "operationId": "FetchFunctionVersion", "parameters": [ { "description": "The SID of the Service to fetch the Function Version resource from.", @@ -3003,7 +3003,7 @@ "description": "The code of a Function Version.", "get": { "description": "Retrieve a the content of a specific Function Version resource.", - "operationId": "FetchServerlessV1FunctionVersionContent", + "operationId": "FetchFunctionVersionContent", "parameters": [ { "description": "The SID of the Service to fetch the Function Version content from.", @@ -3074,7 +3074,7 @@ "/v1/Services/{ServiceSid}/Functions/{Sid}": { "delete": { "description": "Delete a Function resource.", - "operationId": "DeleteServerlessV1Function", + "operationId": "DeleteFunction", "parameters": [ { "description": "The SID of the Service to delete the Function resource from.", @@ -3115,7 +3115,7 @@ "description": "A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.", "get": { "description": "Retrieve a specific Function resource.", - "operationId": "FetchServerlessV1Function", + "operationId": "FetchFunction", "parameters": [ { "description": "The SID of the Service to fetch the Function resource from.", @@ -3162,7 +3162,7 @@ }, "post": { "description": "Update a specific Function resource.", - "operationId": "UpdateServerlessV1Function", + "operationId": "UpdateFunction", "parameters": [ { "description": "The SID of the Service to update the Function resource from.", @@ -3240,7 +3240,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "Delete a Service resource.", - "operationId": "DeleteServerlessV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to delete.", @@ -3269,7 +3269,7 @@ "description": "The top-level resource for a Serverless application, which serves as a container for the application environments.", "get": { "description": "Retrieve a specific Service resource.", - "operationId": "FetchServerlessV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to fetch.", @@ -3304,7 +3304,7 @@ }, "post": { "description": "Update a specific Service resource.", - "operationId": "UpdateServerlessV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The `sid` or `unique_name` of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_studio_v1.json b/src/services/twilio-api/twilio_studio_v1.json index c9bee3c4..5414540d 100644 --- a/src/services/twilio-api/twilio_studio_v1.json +++ b/src/services/twilio-api/twilio_studio_v1.json @@ -433,7 +433,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a list of all Flows.", - "operationId": "ListStudioV1Flow", + "operationId": "ListFlow", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -522,7 +522,7 @@ "description": "[DEPRECATED] Excecutions of Studio flows", "get": { "description": "Retrieve a list of all Engagements for the Flow.", - "operationId": "ListStudioV1Engagement", + "operationId": "ListEngagement", "parameters": [ { "description": "The SID of the Flow to read Engagements from.", @@ -608,7 +608,7 @@ }, "post": { "description": "Triggers a new Engagement for the Flow", - "operationId": "CreateStudioV1Engagement", + "operationId": "CreateEngagement", "parameters": [ { "description": "The SID of the Flow.", @@ -688,7 +688,7 @@ "description": "[DEPRECATED] JSON context for engagements", "get": { "description": "Retrieve the most recent context for an Engagement.", - "operationId": "FetchStudioV1EngagementContext", + "operationId": "FetchEngagementContext", "parameters": [ { "description": "The SID of the Flow.", @@ -750,7 +750,7 @@ "description": "Steps within a Studio flow", "get": { "description": "Retrieve a list of all Steps for an Engagement.", - "operationId": "ListStudioV1Step", + "operationId": "ListStep", "parameters": [ { "description": "The SID of the Flow with the Step to read.", @@ -863,7 +863,7 @@ "description": "Steps within a Studio flow", "get": { "description": "Retrieve a Step.", - "operationId": "FetchStudioV1Step", + "operationId": "FetchStep", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -940,7 +940,7 @@ "description": "JSON context for individual steps", "get": { "description": "Retrieve the context for an Engagement Step.", - "operationId": "FetchStudioV1StepContext", + "operationId": "FetchStepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1013,7 +1013,7 @@ "/v1/Flows/{FlowSid}/Engagements/{Sid}": { "delete": { "description": "Delete this Engagement and all Steps relating to it.", - "operationId": "DeleteStudioV1Engagement", + "operationId": "DeleteEngagement", "parameters": [ { "description": "The SID of the Flow to delete Engagements from.", @@ -1057,7 +1057,7 @@ "description": "[DEPRECATED] Excecutions of Studio flows", "get": { "description": "Retrieve an Engagement", - "operationId": "FetchStudioV1Engagement", + "operationId": "FetchEngagement", "parameters": [ { "description": "The SID of the Flow.", @@ -1122,7 +1122,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve a list of all Executions for the Flow.", - "operationId": "ListStudioV1Execution", + "operationId": "ListExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to read.", @@ -1226,7 +1226,7 @@ }, "post": { "description": "Triggers a new Execution for the Flow", - "operationId": "CreateStudioV1Execution", + "operationId": "CreateExecution", "parameters": [ { "description": "The SID of the Excecution's Flow.", @@ -1306,7 +1306,7 @@ "description": "JSON context for executions", "get": { "description": "Retrieve the most recent context for an Execution.", - "operationId": "FetchStudioV1ExecutionContext", + "operationId": "FetchExecutionContext", "parameters": [ { "description": "The SID of the Flow with the Execution context to fetch.", @@ -1368,7 +1368,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a list of all Steps for an Execution.", - "operationId": "ListStudioV1ExecutionStep", + "operationId": "ListExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Steps to read.", @@ -1480,7 +1480,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a Step.", - "operationId": "FetchStudioV1ExecutionStep", + "operationId": "FetchExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1556,7 +1556,7 @@ "description": "JSON context for an individual step within an execution", "get": { "description": "Retrieve the context for an Execution Step.", - "operationId": "FetchStudioV1ExecutionStepContext", + "operationId": "FetchExecutionStepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1629,7 +1629,7 @@ "/v1/Flows/{FlowSid}/Executions/{Sid}": { "delete": { "description": "Delete the Execution and all Steps relating to it.", - "operationId": "DeleteStudioV1Execution", + "operationId": "DeleteExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to delete.", @@ -1673,7 +1673,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve an Execution", - "operationId": "FetchStudioV1Execution", + "operationId": "FetchExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resource to fetch", @@ -1723,7 +1723,7 @@ }, "post": { "description": "Update the status of an Execution to `ended`.", - "operationId": "UpdateStudioV1Execution", + "operationId": "UpdateExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to update.", @@ -1809,7 +1809,7 @@ "/v1/Flows/{Sid}": { "delete": { "description": "Delete a specific Flow.", - "operationId": "DeleteStudioV1Flow", + "operationId": "DeleteFlow", "parameters": [ { "description": "The SID of the Flow resource to delete.", @@ -1841,7 +1841,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a specific Flow.", - "operationId": "FetchStudioV1Flow", + "operationId": "FetchFlow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", diff --git a/src/services/twilio-api/twilio_studio_v2.json b/src/services/twilio-api/twilio_studio_v2.json index 38b3d3fd..8566d1f3 100644 --- a/src/services/twilio-api/twilio_studio_v2.json +++ b/src/services/twilio-api/twilio_studio_v2.json @@ -359,7 +359,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a list of all Flows.", - "operationId": "ListStudioV2Flow", + "operationId": "ListFlow", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -433,7 +433,7 @@ }, "post": { "description": "Create a Flow.", - "operationId": "CreateStudioV2Flow", + "operationId": "CreateFlow", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -508,7 +508,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "", - "operationId": "UpdateStudioV2FlowValidate", + "operationId": "UpdateFlowValidate", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -580,7 +580,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve a list of all Executions for the Flow.", - "operationId": "ListStudioV2Execution", + "operationId": "ListExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to read.", @@ -684,7 +684,7 @@ }, "post": { "description": "Triggers a new Execution for the Flow", - "operationId": "CreateStudioV2Execution", + "operationId": "CreateExecution", "parameters": [ { "description": "The SID of the Excecution's Flow.", @@ -763,7 +763,7 @@ "description": "JSON context for executions", "get": { "description": "Retrieve the most recent context for an Execution.", - "operationId": "FetchStudioV2ExecutionContext", + "operationId": "FetchExecutionContext", "parameters": [ { "description": "The SID of the Flow with the Execution context to fetch.", @@ -825,7 +825,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a list of all Steps for an Execution.", - "operationId": "ListStudioV2ExecutionStep", + "operationId": "ListExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Steps to read.", @@ -937,7 +937,7 @@ "description": "Individual steps within an execution", "get": { "description": "Retrieve a Step.", - "operationId": "FetchStudioV2ExecutionStep", + "operationId": "FetchExecutionStep", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1013,7 +1013,7 @@ "description": "JSON context for an individual step within an execution", "get": { "description": "Retrieve the context for an Execution Step.", - "operationId": "FetchStudioV2ExecutionStepContext", + "operationId": "FetchExecutionStepContext", "parameters": [ { "description": "The SID of the Flow with the Step to fetch.", @@ -1086,7 +1086,7 @@ "/v2/Flows/{FlowSid}/Executions/{Sid}": { "delete": { "description": "Delete the Execution and all Steps relating to it.", - "operationId": "DeleteStudioV2Execution", + "operationId": "DeleteExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to delete.", @@ -1130,7 +1130,7 @@ "description": "Executions of Studio flows", "get": { "description": "Retrieve an Execution", - "operationId": "FetchStudioV2Execution", + "operationId": "FetchExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resource to fetch", @@ -1180,7 +1180,7 @@ }, "post": { "description": "Update the status of an Execution to `ended`.", - "operationId": "UpdateStudioV2Execution", + "operationId": "UpdateExecution", "parameters": [ { "description": "The SID of the Flow with the Execution resources to update.", @@ -1265,7 +1265,7 @@ "/v2/Flows/{Sid}": { "delete": { "description": "Delete a specific Flow.", - "operationId": "DeleteStudioV2Flow", + "operationId": "DeleteFlow", "parameters": [ { "description": "The SID of the Flow resource to delete.", @@ -1297,7 +1297,7 @@ "description": "Studio flows", "get": { "description": "Retrieve a specific Flow.", - "operationId": "FetchStudioV2Flow", + "operationId": "FetchFlow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1335,7 +1335,7 @@ }, "post": { "description": "Update a Flow.", - "operationId": "UpdateStudioV2Flow", + "operationId": "UpdateFlow", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1422,7 +1422,7 @@ "description": "Studio flows revisions", "get": { "description": "Retrieve a list of all Flows revisions.", - "operationId": "ListStudioV2FlowRevision", + "operationId": "ListFlowRevision", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1523,7 +1523,7 @@ "description": "Studio flows revisions", "get": { "description": "Retrieve a specific Flow revision.", - "operationId": "FetchStudioV2FlowRevision", + "operationId": "FetchFlowRevision", "parameters": [ { "description": "The SID of the Flow resource to fetch.", @@ -1585,7 +1585,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchStudioV2TestUser", + "operationId": "FetchTestUser", "parameters": [ { "description": "", @@ -1623,7 +1623,7 @@ }, "post": { "description": "", - "operationId": "UpdateStudioV2TestUser", + "operationId": "UpdateTestUser", "parameters": [ { "description": "", diff --git a/src/services/twilio-api/twilio_supersim_v1.json b/src/services/twilio-api/twilio_supersim_v1.json index 987d5917..9dc6b9f5 100644 --- a/src/services/twilio-api/twilio_supersim_v1.json +++ b/src/services/twilio-api/twilio_supersim_v1.json @@ -349,7 +349,7 @@ "description": "Machine-to-machine commands sent to/from sims", "get": { "description": "Retrieve a list of Commands from your account.", - "operationId": "ListSupersimV1Command", + "operationId": "ListCommand", "parameters": [ { "description": "The SID or unique name of the Sim that Command was sent to or from.", @@ -458,7 +458,7 @@ }, "post": { "description": "Send a Command to a Sim.", - "operationId": "CreateSupersimV1Command", + "operationId": "CreateCommand", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -545,7 +545,7 @@ "description": "Machine-to-machine commands sent to/from sims", "get": { "description": "Fetch a Command instance from your account.", - "operationId": "FetchSupersimV1Command", + "operationId": "FetchCommand", "parameters": [ { "description": "The SID of the Command resource to fetch.", @@ -597,7 +597,7 @@ "description": "Fleets for grouping Super SIMs", "get": { "description": "Retrieve a list of Fleets from your account.", - "operationId": "ListSupersimV1Fleet", + "operationId": "ListFleet", "parameters": [ { "description": "The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to.", @@ -679,7 +679,7 @@ }, "post": { "description": "Create a Fleet", - "operationId": "CreateSupersimV1Fleet", + "operationId": "CreateFleet", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -774,7 +774,7 @@ "description": "Fleets for grouping Super SIMs", "get": { "description": "Fetch a Fleet instance from your account.", - "operationId": "FetchSupersimV1Fleet", + "operationId": "FetchFleet", "parameters": [ { "description": "The SID of the Fleet resource to fetch.", @@ -809,7 +809,7 @@ }, "post": { "description": "Updates the given properties of a Super SIM Fleet instance from your account.", - "operationId": "UpdateSupersimV1Fleet", + "operationId": "UpdateFleet", "parameters": [ { "description": "The SID of the Fleet resource to update.", @@ -877,7 +877,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of Network Access Profiles from your account.", - "operationId": "ListSupersimV1NetworkAccessProfile", + "operationId": "ListNetworkAccessProfile", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -951,7 +951,7 @@ }, "post": { "description": "Create a new Network Access Profile", - "operationId": "CreateSupersimV1NetworkAccessProfile", + "operationId": "CreateNetworkAccessProfile", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1011,7 +1011,7 @@ "description": "Mobile operator networks which Network Access Profiles allow access to", "get": { "description": "Retrieve a list of Network Access Profile resource's Network resource.", - "operationId": "ListSupersimV1NetworkAccessProfileNetwork", + "operationId": "ListNetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1094,7 +1094,7 @@ }, "post": { "description": "Add a Network resource to the Network Access Profile resource.", - "operationId": "CreateSupersimV1NetworkAccessProfileNetwork", + "operationId": "CreateNetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1161,7 +1161,7 @@ "/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}": { "delete": { "description": "Remove a Network resource from the Network Access Profile resource's.", - "operationId": "DeleteSupersimV1NetworkAccessProfileNetwork", + "operationId": "DeleteNetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1205,7 +1205,7 @@ "description": "Mobile operator networks which Network Access Profiles allow access to", "get": { "description": "Fetch a Network Access Profile resource's Network resource.", - "operationId": "FetchSupersimV1NetworkAccessProfileNetwork", + "operationId": "FetchNetworkAccessProfileNetwork", "parameters": [ { "description": "The unique string that identifies the Network Access Profile resource.", @@ -1264,7 +1264,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a Network Access Profile instance from your account.", - "operationId": "FetchSupersimV1NetworkAccessProfile", + "operationId": "FetchNetworkAccessProfile", "parameters": [ { "description": "The SID of the Network Access Profile resource to fetch.", @@ -1299,7 +1299,7 @@ }, "post": { "description": "Updates the given properties of a Network Access Profile in your account.", - "operationId": "UpdateSupersimV1NetworkAccessProfile", + "operationId": "UpdateNetworkAccessProfile", "parameters": [ { "description": "The SID of the Network Access Profile to update.", @@ -1363,7 +1363,7 @@ "description": "Mobile operator networks to which Super SIMs can connect", "get": { "description": "Retrieve a list of Network resources.", - "operationId": "ListSupersimV1Network", + "operationId": "ListNetwork", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read.", @@ -1473,7 +1473,7 @@ "description": "Mobile operator networks to which Super SIMs can connect", "get": { "description": "Fetch a Network resource.", - "operationId": "FetchSupersimV1Network", + "operationId": "FetchNetwork", "parameters": [ { "description": "The SID of the Network resource to fetch.", @@ -1523,7 +1523,7 @@ "description": "Individual IoT Super SIMs", "get": { "description": "Retrieve a list of Super SIMs from your account.", - "operationId": "ListSupersimV1Sim", + "operationId": "ListSim", "parameters": [ { "description": "The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`.", @@ -1642,7 +1642,7 @@ "description": "Individual IoT Super SIMs", "get": { "description": "Fetch a Super SIM instance from your account.", - "operationId": "FetchSupersimV1Sim", + "operationId": "FetchSim", "parameters": [ { "description": "The SID of the Sim resource to fetch.", @@ -1677,7 +1677,7 @@ }, "post": { "description": "Updates the given properties of a Super SIM instance from your account.", - "operationId": "UpdateSupersimV1Sim", + "operationId": "UpdateSim", "parameters": [ { "description": "The SID of the Sim resource to update.", @@ -1791,7 +1791,7 @@ "description": "Usage information for Sim resources", "get": { "description": "List UsageRecords", - "operationId": "ListSupersimV1UsageRecord", + "operationId": "ListUsageRecord", "parameters": [ { "description": "SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM.", diff --git a/src/services/twilio-api/twilio_sync_v1.json b/src/services/twilio-api/twilio_sync_v1.json index 6fd79499..86529a43 100644 --- a/src/services/twilio-api/twilio_sync_v1.json +++ b/src/services/twilio-api/twilio_sync_v1.json @@ -524,7 +524,7 @@ "description": "Containers for sync objects", "get": { "description": "", - "operationId": "ListSyncV1Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -598,7 +598,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -676,7 +676,7 @@ "description": "Sync Document objects", "get": { "description": "", - "operationId": "ListSyncV1Document", + "operationId": "ListDocument", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read.", @@ -771,7 +771,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1Document", + "operationId": "CreateDocument", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in.", @@ -843,7 +843,7 @@ "description": "Sync document permissions", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Document.", - "operationId": "ListSyncV1DocumentPermission", + "operationId": "ListDocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read.", @@ -949,7 +949,7 @@ "/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Document Permission.", - "operationId": "DeleteSyncV1DocumentPermission", + "operationId": "DeleteDocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete.", @@ -996,7 +996,7 @@ "description": "Sync document permissions", "get": { "description": "Fetch a specific Sync Document Permission.", - "operationId": "FetchSyncV1DocumentPermission", + "operationId": "FetchDocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch.", @@ -1049,7 +1049,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Document.", - "operationId": "UpdateSyncV1DocumentPermission", + "operationId": "UpdateDocumentPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update.", @@ -1144,7 +1144,7 @@ "/v1/Services/{ServiceSid}/Documents/{Sid}": { "delete": { "description": "", - "operationId": "DeleteSyncV1Document", + "operationId": "DeleteDocument", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete.", @@ -1190,7 +1190,7 @@ "description": "Sync Document objects", "get": { "description": "", - "operationId": "FetchSyncV1Document", + "operationId": "FetchDocument", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch.", @@ -1234,7 +1234,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1Document", + "operationId": "UpdateDocument", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update.", @@ -1319,7 +1319,7 @@ "description": "Sync list objects", "get": { "description": "", - "operationId": "ListSyncV1SyncList", + "operationId": "ListSyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read.", @@ -1414,7 +1414,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1SyncList", + "operationId": "CreateSyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in.", @@ -1486,7 +1486,7 @@ "description": "Items in a sync list", "get": { "description": "", - "operationId": "ListSyncV1SyncListItem", + "operationId": "ListSyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read.", @@ -1622,7 +1622,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1SyncListItem", + "operationId": "CreateSyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in.", @@ -1709,7 +1709,7 @@ "/v1/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}": { "delete": { "description": "", - "operationId": "DeleteSyncV1SyncListItem", + "operationId": "DeleteSyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete.", @@ -1764,7 +1764,7 @@ "description": "Items in a sync list", "get": { "description": "", - "operationId": "FetchSyncV1SyncListItem", + "operationId": "FetchSyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch.", @@ -1817,7 +1817,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1SyncListItem", + "operationId": "UpdateSyncListItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update.", @@ -1919,7 +1919,7 @@ "description": "Permissions for Sync list items", "get": { "description": "Retrieve a list of all Permissions applying to a Sync List.", - "operationId": "ListSyncV1SyncListPermission", + "operationId": "ListSyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read.", @@ -2025,7 +2025,7 @@ "/v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync List Permission.", - "operationId": "DeleteSyncV1SyncListPermission", + "operationId": "DeleteSyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete.", @@ -2072,7 +2072,7 @@ "description": "Permissions for Sync list items", "get": { "description": "Fetch a specific Sync List Permission.", - "operationId": "FetchSyncV1SyncListPermission", + "operationId": "FetchSyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch.", @@ -2125,7 +2125,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync List.", - "operationId": "UpdateSyncV1SyncListPermission", + "operationId": "UpdateSyncListPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update.", @@ -2220,7 +2220,7 @@ "/v1/Services/{ServiceSid}/Lists/{Sid}": { "delete": { "description": "", - "operationId": "DeleteSyncV1SyncList", + "operationId": "DeleteSyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete.", @@ -2258,7 +2258,7 @@ "description": "Sync list objects", "get": { "description": "", - "operationId": "FetchSyncV1SyncList", + "operationId": "FetchSyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch.", @@ -2302,7 +2302,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1SyncList", + "operationId": "UpdateSyncList", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update.", @@ -2379,7 +2379,7 @@ "description": "Sync map objects", "get": { "description": "", - "operationId": "ListSyncV1SyncMap", + "operationId": "ListSyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read.", @@ -2474,7 +2474,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1SyncMap", + "operationId": "CreateSyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in.", @@ -2546,7 +2546,7 @@ "description": "Keys in a sync map", "get": { "description": "", - "operationId": "ListSyncV1SyncMapItem", + "operationId": "ListSyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read.", @@ -2682,7 +2682,7 @@ }, "post": { "description": "", - "operationId": "CreateSyncV1SyncMapItem", + "operationId": "CreateSyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in.", @@ -2774,7 +2774,7 @@ "/v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}": { "delete": { "description": "", - "operationId": "DeleteSyncV1SyncMapItem", + "operationId": "DeleteSyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete.", @@ -2829,7 +2829,7 @@ "description": "Keys in a sync map", "get": { "description": "", - "operationId": "FetchSyncV1SyncMapItem", + "operationId": "FetchSyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch.", @@ -2882,7 +2882,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1SyncMapItem", + "operationId": "UpdateSyncMapItem", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update.", @@ -2984,7 +2984,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Permissions applying to a Sync Map.", - "operationId": "ListSyncV1SyncMapPermission", + "operationId": "ListSyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`.", @@ -3090,7 +3090,7 @@ "/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}": { "delete": { "description": "Delete a specific Sync Map Permission.", - "operationId": "DeleteSyncV1SyncMapPermission", + "operationId": "DeleteSyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`.", @@ -3137,7 +3137,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Sync Map Permission.", - "operationId": "FetchSyncV1SyncMapPermission", + "operationId": "FetchSyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`.", @@ -3190,7 +3190,7 @@ }, "post": { "description": "Update an identity's access to a specific Sync Map.", - "operationId": "UpdateSyncV1SyncMapPermission", + "operationId": "UpdateSyncMapPermission", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`.", @@ -3285,7 +3285,7 @@ "/v1/Services/{ServiceSid}/Maps/{Sid}": { "delete": { "description": "", - "operationId": "DeleteSyncV1SyncMap", + "operationId": "DeleteSyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete.", @@ -3323,7 +3323,7 @@ "description": "Sync map objects", "get": { "description": "", - "operationId": "FetchSyncV1SyncMap", + "operationId": "FetchSyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch.", @@ -3367,7 +3367,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1SyncMap", + "operationId": "UpdateSyncMap", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update.", @@ -3444,7 +3444,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Streams in a Service Instance.", - "operationId": "ListSyncV1SyncStream", + "operationId": "ListSyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read.", @@ -3539,7 +3539,7 @@ }, "post": { "description": "Create a new Stream.", - "operationId": "CreateSyncV1SyncStream", + "operationId": "CreateSyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in.", @@ -3606,7 +3606,7 @@ "/v1/Services/{ServiceSid}/Streams/{Sid}": { "delete": { "description": "Delete a specific Stream.", - "operationId": "DeleteSyncV1SyncStream", + "operationId": "DeleteSyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete.", @@ -3644,7 +3644,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Stream.", - "operationId": "FetchSyncV1SyncStream", + "operationId": "FetchSyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch.", @@ -3688,7 +3688,7 @@ }, "post": { "description": "Update a specific Stream.", - "operationId": "UpdateSyncV1SyncStream", + "operationId": "UpdateSyncStream", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update.", @@ -3761,7 +3761,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Stream Message.", - "operationId": "CreateSyncV1StreamMessage", + "operationId": "CreateStreamMessage", "parameters": [ { "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in.", @@ -3834,7 +3834,7 @@ "/v1/Services/{Sid}": { "delete": { "description": "", - "operationId": "DeleteSyncV1Service", + "operationId": "DeleteService", "parameters": [ { "description": "The SID of the Service resource to delete.", @@ -3863,7 +3863,7 @@ "description": "Containers for sync objects", "get": { "description": "", - "operationId": "FetchSyncV1Service", + "operationId": "FetchService", "parameters": [ { "description": "The SID of the Service resource to fetch.", @@ -3898,7 +3898,7 @@ }, "post": { "description": "", - "operationId": "UpdateSyncV1Service", + "operationId": "UpdateService", "parameters": [ { "description": "The SID of the Service resource to update.", diff --git a/src/services/twilio-api/twilio_taskrouter_v1.json b/src/services/twilio-api/twilio_taskrouter_v1.json index c506af25..7dbdb89e 100644 --- a/src/services/twilio-api/twilio_taskrouter_v1.json +++ b/src/services/twilio-api/twilio_taskrouter_v1.json @@ -1409,7 +1409,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Workspace", + "operationId": "ListWorkspace", "parameters": [ { "description": "The `friendly_name` of the Workspace resources to read. For example `Customer Support` or `2014 Election Campaign`.", @@ -1491,7 +1491,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1Workspace", + "operationId": "CreateWorkspace", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1571,7 +1571,7 @@ "/v1/Workspaces/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1Workspace", + "operationId": "DeleteWorkspace", "parameters": [ { "description": "The SID of the Workspace resource to delete.", @@ -1603,7 +1603,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Workspace", + "operationId": "FetchWorkspace", "parameters": [ { "description": "The SID of the Workspace resource to fetch.", @@ -1641,7 +1641,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1Workspace", + "operationId": "UpdateWorkspace", "parameters": [ { "description": "The SID of the Workspace resource to update.", @@ -1743,7 +1743,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Activity", + "operationId": "ListActivity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to read.", @@ -1845,7 +1845,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1Activity", + "operationId": "CreateActivity", "parameters": [ { "description": "The SID of the Workspace that the new Activity belongs to.", @@ -1918,7 +1918,7 @@ "/v1/Workspaces/{WorkspaceSid}/Activities/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1Activity", + "operationId": "DeleteActivity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to delete.", @@ -1962,7 +1962,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Activity", + "operationId": "FetchActivity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to fetch.", @@ -2012,7 +2012,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1Activity", + "operationId": "UpdateActivity", "parameters": [ { "description": "The SID of the Workspace with the Activity resources to update.", @@ -2091,7 +2091,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkspaceCumulativeStatistics", + "operationId": "FetchWorkspaceCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2186,7 +2186,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Event", + "operationId": "ListEvent", "parameters": [ { "description": "The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace.", @@ -2394,7 +2394,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Event", + "operationId": "FetchEvent", "parameters": [ { "description": "The SID of the Workspace with the Event to fetch.", @@ -2458,7 +2458,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkspaceRealTimeStatistics", + "operationId": "FetchWorkspaceRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2518,7 +2518,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkspaceStatistics", + "operationId": "FetchWorkspaceStatistics", "parameters": [ { "description": "The SID of the Workspace to fetch.", @@ -2610,7 +2610,7 @@ "description": "Types of tasks", "get": { "description": "", - "operationId": "ListTaskrouterV1TaskChannel", + "operationId": "ListTaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to read.", @@ -2696,7 +2696,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1TaskChannel", + "operationId": "CreateTaskChannel", "parameters": [ { "description": "The SID of the Workspace that the new Task Channel belongs to.", @@ -2774,7 +2774,7 @@ "/v1/Workspaces/{WorkspaceSid}/TaskChannels/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1TaskChannel", + "operationId": "DeleteTaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to delete.", @@ -2815,7 +2815,7 @@ "description": "Types of tasks", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskChannel", + "operationId": "FetchTaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to fetch.", @@ -2862,7 +2862,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1TaskChannel", + "operationId": "UpdateTaskChannel", "parameters": [ { "description": "The SID of the Workspace with the Task Channel to update.", @@ -2942,7 +2942,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1TaskQueue", + "operationId": "ListTaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to read.", @@ -3055,7 +3055,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1TaskQueue", + "operationId": "CreateTaskQueue", "parameters": [ { "description": "The SID of the Workspace that the new TaskQueue belongs to.", @@ -3155,7 +3155,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1TaskQueuesStatistics", + "operationId": "ListTaskQueuesStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueues to read.", @@ -3302,7 +3302,7 @@ "/v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1TaskQueue", + "operationId": "DeleteTaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to delete.", @@ -3346,7 +3346,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskQueue", + "operationId": "FetchTaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3396,7 +3396,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1TaskQueue", + "operationId": "UpdateTaskQueue", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to update.", @@ -3505,7 +3505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskQueueCumulativeStatistics", + "operationId": "FetchTaskQueueCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3612,7 +3612,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskQueueRealTimeStatistics", + "operationId": "FetchTaskQueueRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3684,7 +3684,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskQueueStatistics", + "operationId": "FetchTaskQueueStatistics", "parameters": [ { "description": "The SID of the Workspace with the TaskQueue to fetch.", @@ -3788,7 +3788,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Task", + "operationId": "ListTask", "parameters": [ { "description": "The SID of the Workspace with the Tasks to read.", @@ -3955,7 +3955,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1Task", + "operationId": "CreateTask", "parameters": [ { "description": "The SID of the Workspace that the new Task belongs to.", @@ -4042,7 +4042,7 @@ "/v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1Task", + "operationId": "DeleteTask", "parameters": [ { "description": "The SID of the Workspace with the Task to delete.", @@ -4086,7 +4086,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Task", + "operationId": "FetchTask", "parameters": [ { "description": "The SID of the Workspace with the Task to fetch.", @@ -4136,7 +4136,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1Task", + "operationId": "UpdateTask", "parameters": [ { "description": "The SID of the Workspace with the Task to update.", @@ -4241,7 +4241,7 @@ "description": "Tasks reserved for workers", "get": { "description": "", - "operationId": "ListTaskrouterV1TaskReservation", + "operationId": "ListTaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resources to read.", @@ -4372,7 +4372,7 @@ "description": "Tasks reserved for workers", "get": { "description": "", - "operationId": "FetchTaskrouterV1TaskReservation", + "operationId": "FetchTaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resource to fetch.", @@ -4434,7 +4434,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1TaskReservation", + "operationId": "UpdateTaskReservation", "parameters": [ { "description": "The SID of the Workspace with the TaskReservation resources to update.", @@ -4864,7 +4864,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Worker", + "operationId": "ListWorker", "parameters": [ { "description": "The SID of the Workspace with the Workers to read.", @@ -5012,7 +5012,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1Worker", + "operationId": "CreateWorker", "parameters": [ { "description": "The SID of the Workspace that the new Worker belongs to.", @@ -5093,7 +5093,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkersCumulativeStatistics", + "operationId": "FetchWorkersCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -5182,7 +5182,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkersRealTimeStatistics", + "operationId": "FetchWorkersRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -5240,7 +5240,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkerStatistics", + "operationId": "FetchWorkerStatistics", "parameters": [ { "description": "The SID of the Workspace with the Worker to fetch.", @@ -5350,7 +5350,7 @@ "/v1/Workspaces/{WorkspaceSid}/Workers/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1Worker", + "operationId": "DeleteWorker", "parameters": [ { "description": "The SID of the Workspace with the Worker to delete.", @@ -5394,7 +5394,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Worker", + "operationId": "FetchWorker", "parameters": [ { "description": "The SID of the Workspace with the Worker to fetch.", @@ -5444,7 +5444,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1Worker", + "operationId": "UpdateWorker", "parameters": [ { "description": "The SID of the Workspace with the Worker to update.", @@ -5538,7 +5538,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1WorkerChannel", + "operationId": "ListWorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannels to read.", @@ -5650,7 +5650,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkerChannel", + "operationId": "FetchWorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to fetch.", @@ -5709,7 +5709,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1WorkerChannel", + "operationId": "UpdateWorkerChannel", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to update.", @@ -5801,7 +5801,7 @@ "description": "Current and past reservations for a worker", "get": { "description": "", - "operationId": "ListTaskrouterV1WorkerReservation", + "operationId": "ListWorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resources to read.", @@ -5931,7 +5931,7 @@ "description": "Current and past reservations for a worker", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkerReservation", + "operationId": "FetchWorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resource to fetch.", @@ -5993,7 +5993,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1WorkerReservation", + "operationId": "UpdateWorkerReservation", "parameters": [ { "description": "The SID of the Workspace with the WorkerReservation resources to update.", @@ -6409,7 +6409,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkerInstanceStatistics", + "operationId": "FetchWorkerInstanceStatistics", "parameters": [ { "description": "The SID of the Workspace with the WorkerChannel to fetch.", @@ -6505,7 +6505,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListTaskrouterV1Workflow", + "operationId": "ListWorkflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to read.", @@ -6599,7 +6599,7 @@ }, "post": { "description": "", - "operationId": "CreateTaskrouterV1Workflow", + "operationId": "CreateWorkflow", "parameters": [ { "description": "The SID of the Workspace that the new Workflow to create belongs to.", @@ -6687,7 +6687,7 @@ "/v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTaskrouterV1Workflow", + "operationId": "DeleteWorkflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to delete.", @@ -6731,7 +6731,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1Workflow", + "operationId": "FetchWorkflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", @@ -6781,7 +6781,7 @@ }, "post": { "description": "", - "operationId": "UpdateTaskrouterV1Workflow", + "operationId": "UpdateWorkflow", "parameters": [ { "description": "The SID of the Workspace with the Workflow to update.", @@ -6882,7 +6882,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkflowCumulativeStatistics", + "operationId": "FetchWorkflowCumulativeStatistics", "parameters": [ { "description": "The SID of the Workspace with the resource to fetch.", @@ -6989,7 +6989,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkflowRealTimeStatistics", + "operationId": "FetchWorkflowRealTimeStatistics", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", @@ -7061,7 +7061,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchTaskrouterV1WorkflowStatistics", + "operationId": "FetchWorkflowStatistics", "parameters": [ { "description": "The SID of the Workspace with the Workflow to fetch.", diff --git a/src/services/twilio-api/twilio_trunking_v1.json b/src/services/twilio-api/twilio_trunking_v1.json index c41e01c9..4f8c17f1 100644 --- a/src/services/twilio-api/twilio_trunking_v1.json +++ b/src/services/twilio-api/twilio_trunking_v1.json @@ -446,7 +446,7 @@ "description": "Represents a SIP trunk", "get": { "description": "", - "operationId": "ListTrunkingV1Trunk", + "operationId": "ListTrunk", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -520,7 +520,7 @@ }, "post": { "description": "", - "operationId": "CreateTrunkingV1Trunk", + "operationId": "CreateTrunk", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -616,7 +616,7 @@ "/v1/Trunks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTrunkingV1Trunk", + "operationId": "DeleteTrunk", "parameters": [ { "description": "The unique string that we created to identify the Trunk resource to delete.", @@ -648,7 +648,7 @@ "description": "Represents a SIP trunk", "get": { "description": "", - "operationId": "FetchTrunkingV1Trunk", + "operationId": "FetchTrunk", "parameters": [ { "description": "The unique string that we created to identify the Trunk resource to fetch.", @@ -686,7 +686,7 @@ }, "post": { "description": "", - "operationId": "UpdateTrunkingV1Trunk", + "operationId": "UpdateTrunk", "parameters": [ { "description": "The unique string that we created to identify the OriginationUrl resource to update.", @@ -797,7 +797,7 @@ "description": "List of credentials for accessing a trunk", "get": { "description": "", - "operationId": "ListTrunkingV1CredentialList", + "operationId": "ListCredentialList", "parameters": [ { "description": "The SID of the Trunk from which to read the credential lists.", @@ -883,7 +883,7 @@ }, "post": { "description": "", - "operationId": "CreateTrunkingV1CredentialList", + "operationId": "CreateCredentialList", "parameters": [ { "description": "The SID of the Trunk to associate the credential list with.", @@ -955,7 +955,7 @@ "/v1/Trunks/{TrunkSid}/CredentialLists/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTrunkingV1CredentialList", + "operationId": "DeleteCredentialList", "parameters": [ { "description": "The SID of the Trunk from which to delete the credential list.", @@ -999,7 +999,7 @@ "description": "List of credentials for accessing a trunk", "get": { "description": "", - "operationId": "FetchTrunkingV1CredentialList", + "operationId": "FetchCredentialList", "parameters": [ { "description": "The SID of the Trunk from which to fetch the credential list.", @@ -1063,7 +1063,7 @@ "description": "List of IP addresses for accessing a trunk", "get": { "description": "List all IP Access Control Lists for a Trunk", - "operationId": "ListTrunkingV1IpAccessControlList", + "operationId": "ListIpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to read the IP Access Control Lists.", @@ -1149,7 +1149,7 @@ }, "post": { "description": "Associate an IP Access Control List with a Trunk", - "operationId": "CreateTrunkingV1IpAccessControlList", + "operationId": "CreateIpAccessControlList", "parameters": [ { "description": "The SID of the Trunk to associate the IP Access Control List with.", @@ -1221,7 +1221,7 @@ "/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}": { "delete": { "description": "Remove an associated IP Access Control List from a Trunk", - "operationId": "DeleteTrunkingV1IpAccessControlList", + "operationId": "DeleteIpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to delete the IP Access Control List.", @@ -1265,7 +1265,7 @@ "description": "List of IP addresses for accessing a trunk", "get": { "description": "", - "operationId": "FetchTrunkingV1IpAccessControlList", + "operationId": "FetchIpAccessControlList", "parameters": [ { "description": "The SID of the Trunk from which to fetch the IP Access Control List.", @@ -1329,7 +1329,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", - "operationId": "ListTrunkingV1OriginationUrl", + "operationId": "ListOriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to read the OriginationUrl.", @@ -1415,7 +1415,7 @@ }, "post": { "description": "", - "operationId": "CreateTrunkingV1OriginationUrl", + "operationId": "CreateOriginationUrl", "parameters": [ { "description": "The SID of the Trunk to associate the resource with.", @@ -1507,7 +1507,7 @@ "/v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTrunkingV1OriginationUrl", + "operationId": "DeleteOriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to delete the OriginationUrl.", @@ -1551,7 +1551,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", - "operationId": "FetchTrunkingV1OriginationUrl", + "operationId": "FetchOriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to fetch the OriginationUrl.", @@ -1601,7 +1601,7 @@ }, "post": { "description": "", - "operationId": "UpdateTrunkingV1OriginationUrl", + "operationId": "UpdateOriginationUrl", "parameters": [ { "description": "The SID of the Trunk from which to update the OriginationUrl.", @@ -1699,7 +1699,7 @@ "description": "Phone numbers associated with trunks", "get": { "description": "", - "operationId": "ListTrunkingV1PhoneNumber", + "operationId": "ListPhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to read the PhoneNumber resources.", @@ -1785,7 +1785,7 @@ }, "post": { "description": "", - "operationId": "CreateTrunkingV1PhoneNumber", + "operationId": "CreatePhoneNumber", "parameters": [ { "description": "The SID of the Trunk to associate the phone number with.", @@ -1857,7 +1857,7 @@ "/v1/Trunks/{TrunkSid}/PhoneNumbers/{Sid}": { "delete": { "description": "", - "operationId": "DeleteTrunkingV1PhoneNumber", + "operationId": "DeletePhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to delete the PhoneNumber resource.", @@ -1901,7 +1901,7 @@ "description": "Phone numbers associated with trunks", "get": { "description": "", - "operationId": "FetchTrunkingV1PhoneNumber", + "operationId": "FetchPhoneNumber", "parameters": [ { "description": "The SID of the Trunk from which to fetch the PhoneNumber resource.", @@ -1965,7 +1965,7 @@ "description": "Recording settings for a trunk", "get": { "description": "", - "operationId": "FetchTrunkingV1Recording", + "operationId": "FetchRecording", "parameters": [ { "description": "The SID of the Trunk from which to fetch the recording settings.", @@ -2003,7 +2003,7 @@ }, "post": { "description": "", - "operationId": "UpdateTrunkingV1Recording", + "operationId": "UpdateRecording", "parameters": [ { "description": "The SID of the Trunk that will have its recording settings updated.", diff --git a/src/services/twilio-api/twilio_verify_v2.json b/src/services/twilio-api/twilio_verify_v2.json index a3573bbe..ae59933a 100644 --- a/src/services/twilio-api/twilio_verify_v2.json +++ b/src/services/twilio-api/twilio_verify_v2.json @@ -624,7 +624,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch the forms for a specific Form Type.", - "operationId": "FetchVerifyV2Form", + "operationId": "FetchForm", "parameters": [ { "description": "The Type of this Form. Currently only `form-push` is supported.", @@ -674,7 +674,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Verification Services for an account.", - "operationId": "ListVerifyV2Service", + "operationId": "ListService", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -748,7 +748,7 @@ }, "post": { "description": "Create a new Verification Service.", - "operationId": "CreateVerifyV2Service", + "operationId": "CreateService", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -854,7 +854,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new enrollment Access Token for the Entity", - "operationId": "CreateVerifyV2AccessToken", + "operationId": "CreateAccessToken", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -930,7 +930,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Entities for a Service.", - "operationId": "ListVerifyV2Entity", + "operationId": "ListEntity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1016,7 +1016,7 @@ }, "post": { "description": "Create a new Entity for the Service", - "operationId": "CreateVerifyV2Entity", + "operationId": "CreateEntity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1085,7 +1085,7 @@ "/v2/Services/{ServiceSid}/Entities/{Identity}": { "delete": { "description": "Delete a specific Entity.", - "operationId": "DeleteVerifyV2Entity", + "operationId": "DeleteEntity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1126,7 +1126,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Entity.", - "operationId": "FetchVerifyV2Entity", + "operationId": "FetchEntity", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1187,7 +1187,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Challenges for a Factor.", - "operationId": "ListVerifyV2Challenge", + "operationId": "ListChallenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1307,7 +1307,7 @@ }, "post": { "description": "Create a new Challenge for the Factor", - "operationId": "CreateVerifyV2Challenge", + "operationId": "CreateChallenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1410,7 +1410,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Challenge.", - "operationId": "FetchVerifyV2Challenge", + "operationId": "FetchChallenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1469,7 +1469,7 @@ }, "post": { "description": "Verify a specific Challenge.", - "operationId": "UpdateVerifyV2Challenge", + "operationId": "UpdateChallenge", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1558,7 +1558,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Factors for an Entity.", - "operationId": "ListVerifyV2Factor", + "operationId": "ListFactor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1653,7 +1653,7 @@ }, "post": { "description": "Create a new Factor for the Entity", - "operationId": "CreateVerifyV2Factor", + "operationId": "CreateFactor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1768,7 +1768,7 @@ "/v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid}": { "delete": { "description": "Delete a specific Factor.", - "operationId": "DeleteVerifyV2Factor", + "operationId": "DeleteFactor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1821,7 +1821,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Factor.", - "operationId": "FetchVerifyV2Factor", + "operationId": "FetchFactor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1880,7 +1880,7 @@ }, "post": { "description": "Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param.", - "operationId": "UpdateVerifyV2Factor", + "operationId": "UpdateFactor", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -1981,7 +1981,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Messaging Configurations for a Service.", - "operationId": "ListVerifyV2MessagingConfiguration", + "operationId": "ListMessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2067,7 +2067,7 @@ }, "post": { "description": "Create a new MessagingConfiguration for a service.", - "operationId": "CreateVerifyV2MessagingConfiguration", + "operationId": "CreateMessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2147,7 +2147,7 @@ "/v2/Services/{ServiceSid}/MessagingConfigurations/{Country}": { "delete": { "description": "Delete a specific MessagingConfiguration.", - "operationId": "DeleteVerifyV2MessagingConfiguration", + "operationId": "DeleteMessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2188,7 +2188,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific MessagingConfiguration.", - "operationId": "FetchVerifyV2MessagingConfiguration", + "operationId": "FetchMessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2235,7 +2235,7 @@ }, "post": { "description": "Update a specific MessagingConfiguration", - "operationId": "UpdateVerifyV2MessagingConfiguration", + "operationId": "UpdateMessagingConfiguration", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with.", @@ -2320,7 +2320,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Rate Limits for a service.", - "operationId": "ListVerifyV2RateLimit", + "operationId": "ListRateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2406,7 +2406,7 @@ }, "post": { "description": "Create a new Rate Limit for a Service", - "operationId": "CreateVerifyV2RateLimit", + "operationId": "CreateRateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2484,7 +2484,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Buckets for a Rate Limit.", - "operationId": "ListVerifyV2Bucket", + "operationId": "ListBucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2582,7 +2582,7 @@ }, "post": { "description": "Create a new Bucket for a Rate Limit", - "operationId": "CreateVerifyV2Bucket", + "operationId": "CreateBucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2673,7 +2673,7 @@ "/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}": { "delete": { "description": "Delete a specific Bucket.", - "operationId": "DeleteVerifyV2Bucket", + "operationId": "DeleteBucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2729,7 +2729,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Bucket.", - "operationId": "FetchVerifyV2Bucket", + "operationId": "FetchBucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2791,7 +2791,7 @@ }, "post": { "description": "Update a specific Bucket.", - "operationId": "UpdateVerifyV2Bucket", + "operationId": "UpdateBucket", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2890,7 +2890,7 @@ "/v2/Services/{ServiceSid}/RateLimits/{Sid}": { "delete": { "description": "Delete a specific Rate Limit.", - "operationId": "DeleteVerifyV2RateLimit", + "operationId": "DeleteRateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2934,7 +2934,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Rate Limit.", - "operationId": "FetchVerifyV2RateLimit", + "operationId": "FetchRateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -2984,7 +2984,7 @@ }, "post": { "description": "Update a specific Rate Limit.", - "operationId": "UpdateVerifyV2RateLimit", + "operationId": "UpdateRateLimit", "parameters": [ { "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.", @@ -3067,7 +3067,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "challenge a specific Verification Check.", - "operationId": "CreateVerifyV2VerificationCheck", + "operationId": "CreateVerificationCheck", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under.", @@ -3159,7 +3159,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a new Verification using a Service", - "operationId": "CreateVerifyV2Verification", + "operationId": "CreateVerification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under.", @@ -3277,7 +3277,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Verification", - "operationId": "FetchVerifyV2Verification", + "operationId": "FetchVerification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from.", @@ -3324,7 +3324,7 @@ }, "post": { "description": "Update a Verification status", - "operationId": "UpdateVerifyV2Verification", + "operationId": "UpdateVerification", "parameters": [ { "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from.", @@ -3410,7 +3410,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve a list of all Webhooks for a Service.", - "operationId": "ListVerifyV2Webhook", + "operationId": "ListWebhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3496,7 +3496,7 @@ }, "post": { "description": "Create a new Webhook for the Service", - "operationId": "CreateVerifyV2Webhook", + "operationId": "CreateWebhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3591,7 +3591,7 @@ "/v2/Services/{ServiceSid}/Webhooks/{Sid}": { "delete": { "description": "Delete a specific Webhook.", - "operationId": "DeleteVerifyV2Webhook", + "operationId": "DeleteWebhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3635,7 +3635,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch a specific Webhook.", - "operationId": "FetchVerifyV2Webhook", + "operationId": "FetchWebhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3685,7 +3685,7 @@ }, "post": { "description": "", - "operationId": "UpdateVerifyV2Webhook", + "operationId": "UpdateWebhook", "parameters": [ { "description": "The unique SID identifier of the Service.", @@ -3787,7 +3787,7 @@ "/v2/Services/{Sid}": { "delete": { "description": "Delete a specific Verification Service Instance.", - "operationId": "DeleteVerifyV2Service", + "operationId": "DeleteService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Verification Service resource to delete.", @@ -3819,7 +3819,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch specific Verification Service Instance.", - "operationId": "FetchVerifyV2Service", + "operationId": "FetchService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Verification Service resource to fetch.", @@ -3857,7 +3857,7 @@ }, "post": { "description": "Update a specific Verification Service.", - "operationId": "UpdateVerifyV2Service", + "operationId": "UpdateService", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the Service resource to update.", diff --git a/src/services/twilio-api/twilio_video_v1.json b/src/services/twilio-api/twilio_video_v1.json index b9d0525a..bd6e136a 100644 --- a/src/services/twilio-api/twilio_video_v1.json +++ b/src/services/twilio-api/twilio_video_v1.json @@ -782,7 +782,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List of all Recording CompositionHook resources.", - "operationId": "ListVideoV1CompositionHook", + "operationId": "ListCompositionHook", "parameters": [ { "description": "Read only CompositionHook resources with an `enabled` value that matches this parameter.", @@ -890,7 +890,7 @@ }, "post": { "description": "", - "operationId": "CreateVideoV1CompositionHook", + "operationId": "CreateCompositionHook", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1006,7 +1006,7 @@ "/v1/CompositionHooks/{Sid}": { "delete": { "description": "Delete a Recording CompositionHook resource identified by a `CompositionHook SID`.", - "operationId": "DeleteVideoV1CompositionHook", + "operationId": "DeleteCompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to delete.", @@ -1038,7 +1038,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single CompositionHook resource identified by a CompositionHook SID.", - "operationId": "FetchVideoV1CompositionHook", + "operationId": "FetchCompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to fetch.", @@ -1076,7 +1076,7 @@ }, "post": { "description": "", - "operationId": "UpdateVideoV1CompositionHook", + "operationId": "UpdateCompositionHook", "parameters": [ { "description": "The SID of the CompositionHook resource to update.", @@ -1207,7 +1207,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchVideoV1CompositionSettings", + "operationId": "FetchCompositionSettings", "responses": { "200": { "content": { @@ -1231,7 +1231,7 @@ }, "post": { "description": "", - "operationId": "CreateVideoV1CompositionSettings", + "operationId": "CreateCompositionSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1314,7 +1314,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "List of all Recording compositions.", - "operationId": "ListVideoV1Composition", + "operationId": "ListComposition", "parameters": [ { "description": "Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`.", @@ -1432,7 +1432,7 @@ }, "post": { "description": "", - "operationId": "CreateVideoV1Composition", + "operationId": "CreateComposition", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1548,7 +1548,7 @@ "/v1/Compositions/{Sid}": { "delete": { "description": "Delete a Recording Composition resource identified by a Composition SID.", - "operationId": "DeleteVideoV1Composition", + "operationId": "DeleteComposition", "parameters": [ { "description": "The SID of the Composition resource to delete.", @@ -1580,7 +1580,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Composition resource identified by a Composition SID.", - "operationId": "FetchVideoV1Composition", + "operationId": "FetchComposition", "parameters": [ { "description": "The SID of the Composition resource to fetch.", @@ -1633,7 +1633,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchVideoV1RecordingSettings", + "operationId": "FetchRecordingSettings", "responses": { "200": { "content": { @@ -1657,7 +1657,7 @@ }, "post": { "description": "", - "operationId": "CreateVideoV1RecordingSettings", + "operationId": "CreateRecordingSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1740,7 +1740,7 @@ "description": "Single-track, single-media recordings", "get": { "description": "List of all Track recordings.", - "operationId": "ListVideoV1Recording", + "operationId": "ListRecording", "parameters": [ { "description": "Read only the recordings that have this status. Can be: `processing`, `completed`, or `deleted`.", @@ -1900,7 +1900,7 @@ "/v1/Recordings/{Sid}": { "delete": { "description": "Delete a Recording resource identified by a Recording SID.", - "operationId": "DeleteVideoV1Recording", + "operationId": "DeleteRecording", "parameters": [ { "description": "The SID of the Recording resource to delete.", @@ -1932,7 +1932,7 @@ "description": "Single-track, single-media recordings", "get": { "description": "Returns a single Recording resource identified by a Recording SID.", - "operationId": "FetchVideoV1Recording", + "operationId": "FetchRecording", "parameters": [ { "description": "The SID of the Recording resource to fetch.", @@ -1987,7 +1987,7 @@ "description": "Video rooms with one or more participants", "get": { "description": "", - "operationId": "ListVideoV1Room", + "operationId": "ListRoom", "parameters": [ { "description": "Read only the rooms with this status. Can be: `in-progress` (default) or `completed`", @@ -2100,7 +2100,7 @@ }, "post": { "description": "", - "operationId": "CreateVideoV1Room", + "operationId": "CreateRoom", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2213,7 +2213,7 @@ "description": "Participants in video rooms", "get": { "description": "", - "operationId": "ListVideoV1RoomParticipant", + "operationId": "ListRoomParticipant", "parameters": [ { "description": "The SID of the room with the Participant resources to read.", @@ -2348,7 +2348,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.", - "operationId": "ListVideoV1RoomParticipantPublishedTrack", + "operationId": "ListRoomParticipantPublishedTrack", "parameters": [ { "description": "The SID of the Room resource where the Track resources to read are published.", @@ -2455,7 +2455,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Track resource represented by TrackName or SID.", - "operationId": "FetchVideoV1RoomParticipantPublishedTrack", + "operationId": "FetchRoomParticipantPublishedTrack", "parameters": [ { "description": "The SID of the Room resource where the Track resource to fetch is published.", @@ -2523,7 +2523,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of Subscribe Rules for the Participant.", - "operationId": "FetchVideoV1RoomParticipantSubscribeRule", + "operationId": "FetchRoomParticipantSubscribeRule", "parameters": [ { "description": "The SID of the Room resource where the subscribe rules to fetch apply.", @@ -2567,7 +2567,7 @@ }, "post": { "description": "Update the Subscribe Rules for the Participant", - "operationId": "UpdateVideoV1RoomParticipantSubscribeRule", + "operationId": "UpdateRoomParticipantSubscribeRule", "parameters": [ { "description": "The SID of the Room resource where the subscribe rules to update apply.", @@ -2640,7 +2640,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of tracks that are subscribed for the participant.", - "operationId": "ListVideoV1RoomParticipantSubscribedTrack", + "operationId": "ListRoomParticipantSubscribedTrack", "parameters": [ { "description": "The SID of the Room resource with the Track resources to read.", @@ -2747,7 +2747,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.", - "operationId": "FetchVideoV1RoomParticipantSubscribedTrack", + "operationId": "FetchRoomParticipantSubscribedTrack", "parameters": [ { "description": "The SID of the Room where the Track resource to fetch is subscribed.", @@ -2818,7 +2818,7 @@ "description": "Participants in video rooms", "get": { "description": "", - "operationId": "FetchVideoV1RoomParticipant", + "operationId": "FetchRoomParticipant", "parameters": [ { "description": "The SID of the room with the Participant resource to fetch.", @@ -2862,7 +2862,7 @@ }, "post": { "description": "", - "operationId": "UpdateVideoV1RoomParticipant", + "operationId": "UpdateRoomParticipant", "parameters": [ { "description": "The SID of the room with the participant to update.", @@ -2939,7 +2939,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Returns a list of Recording Rules for the Room.", - "operationId": "FetchVideoV1RoomRecordingRule", + "operationId": "FetchRoomRecordingRule", "parameters": [ { "description": "The SID of the Room resource where the recording rules to fetch apply.", @@ -2974,7 +2974,7 @@ }, "post": { "description": "Update the Recording Rules for the Room", - "operationId": "UpdateVideoV1RoomRecordingRule", + "operationId": "UpdateRoomRecordingRule", "parameters": [ { "description": "The SID of the Room resource where the recording rules to update apply.", @@ -3037,7 +3037,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "ListVideoV1RoomRecording", + "operationId": "ListRoomRecording", "parameters": [ { "description": "The SID of the room with the RoomRecording resources to read.", @@ -3182,7 +3182,7 @@ "/v1/Rooms/{RoomSid}/Recordings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVideoV1RoomRecording", + "operationId": "DeleteRoomRecording", "parameters": [ { "description": "The SID of the room with the RoomRecording resource to delete.", @@ -3226,7 +3226,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "", - "operationId": "FetchVideoV1RoomRecording", + "operationId": "FetchRoomRecording", "parameters": [ { "description": "The SID of the Room resource with the recording to fetch.", @@ -3293,7 +3293,7 @@ "description": "Video rooms with one or more participants", "get": { "description": "", - "operationId": "FetchVideoV1Room", + "operationId": "FetchRoom", "parameters": [ { "description": "The SID of the Room resource to fetch.", @@ -3328,7 +3328,7 @@ }, "post": { "description": "", - "operationId": "UpdateVideoV1Room", + "operationId": "UpdateRoom", "parameters": [ { "description": "The SID of the Room resource to update.", diff --git a/src/services/twilio-api/twilio_voice_v1.json b/src/services/twilio-api/twilio_voice_v1.json index d8f72193..7b46a631 100644 --- a/src/services/twilio-api/twilio_voice_v1.json +++ b/src/services/twilio-api/twilio_voice_v1.json @@ -406,7 +406,7 @@ "description": "BYOC Trunks allow you to bring your own voice carrier to Twilio, enabling your calls to use our Programmable Voice APIs.", "get": { "description": "", - "operationId": "ListVoiceV1ByocTrunk", + "operationId": "ListByocTrunk", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -480,7 +480,7 @@ }, "post": { "description": "", - "operationId": "CreateVoiceV1ByocTrunk", + "operationId": "CreateByocTrunk", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -619,7 +619,7 @@ "/v1/ByocTrunks/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVoiceV1ByocTrunk", + "operationId": "DeleteByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete.", @@ -651,7 +651,7 @@ "description": "BYOC Trunks allow you to bring your own voice carrier to Twilio, enabling your calls to use our Programmable Voice APIs.", "get": { "description": "", - "operationId": "FetchVoiceV1ByocTrunk", + "operationId": "FetchByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch.", @@ -689,7 +689,7 @@ }, "post": { "description": "", - "operationId": "UpdateVoiceV1ByocTrunk", + "operationId": "UpdateByocTrunk", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update.", @@ -843,7 +843,7 @@ "description": "Connection Policy for sending traffic to your communications infrastructure.", "get": { "description": "", - "operationId": "ListVoiceV1ConnectionPolicy", + "operationId": "ListConnectionPolicy", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -917,7 +917,7 @@ }, "post": { "description": "", - "operationId": "CreateVoiceV1ConnectionPolicy", + "operationId": "CreateConnectionPolicy", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -969,7 +969,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", - "operationId": "ListVoiceV1ConnectionPolicyTarget", + "operationId": "ListConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy from which to read the Targets.", @@ -1055,7 +1055,7 @@ }, "post": { "description": "", - "operationId": "CreateVoiceV1ConnectionPolicyTarget", + "operationId": "CreateConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1142,7 +1142,7 @@ "/v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVoiceV1ConnectionPolicyTarget", + "operationId": "DeleteConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1186,7 +1186,7 @@ "description": "Network element entry points into your communications infrastructure", "get": { "description": "", - "operationId": "FetchVoiceV1ConnectionPolicyTarget", + "operationId": "FetchConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1236,7 +1236,7 @@ }, "post": { "description": "", - "operationId": "UpdateVoiceV1ConnectionPolicyTarget", + "operationId": "UpdateConnectionPolicyTarget", "parameters": [ { "description": "The SID of the Connection Policy that owns the Target.", @@ -1332,7 +1332,7 @@ "/v1/ConnectionPolicies/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVoiceV1ConnectionPolicy", + "operationId": "DeleteConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to delete.", @@ -1364,7 +1364,7 @@ "description": "Connection Policy for sending traffic to your communications infrastructure.", "get": { "description": "", - "operationId": "FetchVoiceV1ConnectionPolicy", + "operationId": "FetchConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to fetch.", @@ -1402,7 +1402,7 @@ }, "post": { "description": "", - "operationId": "UpdateVoiceV1ConnectionPolicy", + "operationId": "UpdateConnectionPolicy", "parameters": [ { "description": "The unique string that we created to identify the Connection Policy resource to update.", @@ -1468,7 +1468,7 @@ "description": "TODO: Resource-level docs", "post": { "description": "Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", - "operationId": "CreateVoiceV1DialingPermissionsCountryBulkUpdate", + "operationId": "CreateDialingPermissionsCountryBulkUpdate", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1523,7 +1523,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve all voice dialing country permissions for this account", - "operationId": "ListVoiceV1DialingPermissionsCountry", + "operationId": "ListDialingPermissionsCountry", "parameters": [ { "description": "Filter to retrieve the country permissions by specifying the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", @@ -1659,7 +1659,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve voice dialing country permissions identified by the given ISO country code", - "operationId": "FetchVoiceV1DialingPermissionsCountry", + "operationId": "FetchDialingPermissionsCountry", "parameters": [ { "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch", @@ -1708,7 +1708,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)", - "operationId": "ListVoiceV1DialingPermissionsHrsPrefixes", + "operationId": "ListDialingPermissionsHrsPrefixes", "parameters": [ { "description": "The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched", @@ -1803,7 +1803,7 @@ "description": "IP Records hold information about the IP addresses and ranges ([CIDR](https://tools.ietf.org/html/rfc4632) blocks) that your traffic will be associated with.", "get": { "description": "", - "operationId": "ListVoiceV1IpRecord", + "operationId": "ListIpRecord", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -1877,7 +1877,7 @@ }, "post": { "description": "", - "operationId": "CreateVoiceV1IpRecord", + "operationId": "CreateIpRecord", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -1941,7 +1941,7 @@ "/v1/IpRecords/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVoiceV1IpRecord", + "operationId": "DeleteIpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to delete.", @@ -1973,7 +1973,7 @@ "description": "IP Records hold information about the IP addresses and ranges ([CIDR](https://tools.ietf.org/html/rfc4632) blocks) that your traffic will be associated with.", "get": { "description": "", - "operationId": "FetchVoiceV1IpRecord", + "operationId": "FetchIpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to fetch.", @@ -2011,7 +2011,7 @@ }, "post": { "description": "", - "operationId": "UpdateVoiceV1IpRecord", + "operationId": "UpdateIpRecord", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to update.", @@ -2079,7 +2079,7 @@ "description": "TODO: Resource-level docs", "get": { "description": "Retrieve voice dialing permissions inheritance for the sub-account", - "operationId": "FetchVoiceV1DialingPermissionsSettings", + "operationId": "FetchDialingPermissionsSettings", "responses": { "200": { "content": { @@ -2103,7 +2103,7 @@ }, "post": { "description": "Update voice dialing permissions inheritance for the sub-account", - "operationId": "UpdateVoiceV1DialingPermissionsSettings", + "operationId": "UpdateDialingPermissionsSettings", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2154,7 +2154,7 @@ "description": "With Source IP Mappings, Twilio can recognize your SIP requests based on where they are sent from. The Request-URI no longer has to have the FQDN (Fully Qualified Domain Name) of your SIP Domain.", "get": { "description": "", - "operationId": "ListVoiceV1SourceIpMapping", + "operationId": "ListSourceIpMapping", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -2228,7 +2228,7 @@ }, "post": { "description": "", - "operationId": "CreateVoiceV1SourceIpMapping", + "operationId": "CreateSourceIpMapping", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -2294,7 +2294,7 @@ "/v1/SourceIpMappings/{Sid}": { "delete": { "description": "", - "operationId": "DeleteVoiceV1SourceIpMapping", + "operationId": "DeleteSourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to delete.", @@ -2326,7 +2326,7 @@ "description": "With Source IP Mappings, Twilio can recognize your SIP requests based on where they are sent from. The Request-URI no longer has to have the FQDN (Fully Qualified Domain Name) of your SIP Domain.", "get": { "description": "", - "operationId": "FetchVoiceV1SourceIpMapping", + "operationId": "FetchSourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to fetch.", @@ -2364,7 +2364,7 @@ }, "post": { "description": "", - "operationId": "UpdateVoiceV1SourceIpMapping", + "operationId": "UpdateSourceIpMapping", "parameters": [ { "description": "The Twilio-provided string that uniquely identifies the IP Record resource to update.", diff --git a/src/services/twilio-api/twilio_wireless_v1.json b/src/services/twilio-api/twilio_wireless_v1.json index 0cdefeb6..ac545966 100644 --- a/src/services/twilio-api/twilio_wireless_v1.json +++ b/src/services/twilio-api/twilio_wireless_v1.json @@ -446,7 +446,7 @@ "description": "Machine-to-machine commands sent to/from devices", "get": { "description": "Retrieve a list of Commands from your account.", - "operationId": "ListWirelessV1Command", + "operationId": "ListCommand", "parameters": [ { "description": "The `sid` or `unique_name` of the [Sim resources](https://www.twilio.com/docs/wireless/api/sim-resource) to read.", @@ -567,7 +567,7 @@ }, "post": { "description": "Send a Command to a Sim.", - "operationId": "CreateWirelessV1Command", + "operationId": "CreateCommand", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -668,7 +668,7 @@ "/v1/Commands/{Sid}": { "delete": { "description": "Delete a Command instance from your account.", - "operationId": "DeleteWirelessV1Command", + "operationId": "DeleteCommand", "parameters": [ { "description": "The SID of the Command resource to delete.", @@ -700,7 +700,7 @@ "description": "Machine-to-machine commands sent to/from devices", "get": { "description": "Fetch a Command instance from your account.", - "operationId": "FetchWirelessV1Command", + "operationId": "FetchCommand", "parameters": [ { "description": "The SID of the Command resource to fetch.", @@ -755,7 +755,7 @@ "description": "Capabilities and restrictions for SIMs", "get": { "description": "", - "operationId": "ListWirelessV1RatePlan", + "operationId": "ListRatePlan", "parameters": [ { "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", @@ -829,7 +829,7 @@ }, "post": { "description": "", - "operationId": "CreateWirelessV1RatePlan", + "operationId": "CreateRatePlan", "requestBody": { "content": { "application/x-www-form-urlencoded": { @@ -925,7 +925,7 @@ "/v1/RatePlans/{Sid}": { "delete": { "description": "", - "operationId": "DeleteWirelessV1RatePlan", + "operationId": "DeleteRatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to delete.", @@ -954,7 +954,7 @@ "description": "Capabilities and restrictions for SIMs", "get": { "description": "", - "operationId": "FetchWirelessV1RatePlan", + "operationId": "FetchRatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to fetch.", @@ -989,7 +989,7 @@ }, "post": { "description": "", - "operationId": "UpdateWirelessV1RatePlan", + "operationId": "UpdateRatePlan", "parameters": [ { "description": "The SID of the RatePlan resource to update.", @@ -1058,7 +1058,7 @@ "description": "A resource representing a Programmable Wireless SIM", "get": { "description": "Retrieve a list of Sim resources on your Account.", - "operationId": "ListWirelessV1Sim", + "operationId": "ListSim", "parameters": [ { "description": "Only return Sim resources with this status.", @@ -1196,7 +1196,7 @@ "/v1/Sims/{Sid}": { "delete": { "description": "Delete a Sim resource on your Account.", - "operationId": "DeleteWirelessV1Sim", + "operationId": "DeleteSim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to delete.", @@ -1225,7 +1225,7 @@ "description": "A resource representing a Programmable Wireless SIM", "get": { "description": "Fetch a Sim resource on your Account.", - "operationId": "FetchWirelessV1Sim", + "operationId": "FetchSim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to fetch.", @@ -1260,7 +1260,7 @@ }, "post": { "description": "Updates the given properties of a Sim resource on your Account.", - "operationId": "UpdateWirelessV1Sim", + "operationId": "UpdateSim", "parameters": [ { "description": "The SID or the `unique_name` of the Sim resource to update.", @@ -1496,7 +1496,7 @@ "description": "Data session information for SIMs", "get": { "description": "", - "operationId": "ListWirelessV1DataSession", + "operationId": "ListDataSession", "parameters": [ { "description": "The SID of the [Sim resource](https://www.twilio.com/docs/wireless/api/sim-resource) with the Data Sessions to read.", @@ -1595,7 +1595,7 @@ "description": "Usage information for SIMs", "get": { "description": "", - "operationId": "ListWirelessV1UsageRecord", + "operationId": "ListUsageRecord", "parameters": [ { "description": "The SID of the [Sim resource](https://www.twilio.com/docs/wireless/api/sim-resource) to read the usage from.", @@ -1721,7 +1721,7 @@ "description": "Aggregated Usage information for all SIMs on an Account", "get": { "description": "", - "operationId": "ListWirelessV1AccountUsageRecord", + "operationId": "ListAccountUsageRecord", "parameters": [ { "description": "Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html).",