# Update a specific Service. **POST /v2/Services/{Sid}** Update a specific Service. ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **If-Match** (string) The If-Match HTTP request header ### Path parameters - **Sid** (string) A 34 character string that uniquely identifies this Service. ### Body: application/x-www-form-urlencoded (object) - **AutoTranscribe** (boolean) Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. - **DataLogging** (boolean) Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent. - **FriendlyName** (string) A human readable description of this resource, up to 64 characters. - **UniqueName** (string) Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. - **AutoRedaction** (boolean) Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. - **MediaRedaction** (boolean) Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. - **WebhookUrl** (string) The URL Twilio will request when executing the Webhook. - **WebhookHttpMethod** (string) The HTTP method for the Webhook. One of `GET` or `POST`. ## Responses ### 200 OK #### Headers - **ETag** (string) - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique SID identifier of the Account the Service belongs to. - **auto_redaction** (boolean | null) Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. - **media_redaction** (boolean | null) Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. - **auto_transcribe** (boolean | null) Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. - **data_logging** (boolean | null) Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent. - **date_created** (string(date-time) | null) The date that this Service was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Service was updated, given in ISO 8601 format. - **friendly_name** (string | null) A human readable description of this resource, up to 64 characters. - **language_code** (string | null) The language code set during Service creation determines the Transcription language for all call recordings processed by that Service. The default is en-US if no language code is set. A Service can only support one language code, and it cannot be updated once it's set. - **sid** (string | null) A 34 character string that uniquely identifies this Service. - **unique_name** (string | null) Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. - **url** (string(uri) | null) The URL of this resource. - **webhook_url** (string | null) The URL Twilio will request when executing the Webhook. - **webhook_http_method** (string) The HTTP method for the Webhook. One of `GET` or `POST`. - **read_only_attached_operator_sids** (array[string] | null) Operator sids attached to this service, read only - **version** (integer) The version number of this Service. [Powered by Bump.sh](https://bump.sh)