---
title: "POST /v2/Services/{Sid}"
method: POST
path: "/v2/Services/{Sid}"
tags: ["IntelligenceV2Service"]
---

# POST /v2/Services/{Sid}

`POST /v2/Services/{Sid}`

Update a specific Service.

## Path parameters

- `Sid` string, required

## Headers

- `If-Match` string

## Response `200`

OK

- IntelligenceV2Service
  - `account_sid` string, nullable — The unique SID identifier of the Account the Service belongs to.
  - `auto_redaction` boolean, nullable — Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service.
  - `media_redaction` boolean, nullable — 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, nullable — Instructs the Speech Recognition service to automatically transcribe all recordings made on the account.
  - `data_logging` boolean, nullable — Data logging allows Twilio to improve the quality of the speech recognition through using customer data to refine its speech recognition models.
  - `date_created` string, date-time, nullable — The date that this Service was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this Service was updated, given in ISO 8601 format.
  - `friendly_name` string, nullable — A human readable description of this resource, up to 64 characters.
  - `language_code` string, nullable — The default language code of the audio.
  - `sid` string, nullable — A 34 character string that uniquely identifies this Service.
  - `unique_name` string, nullable — 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, nullable — The URL of this resource.
  - `webhook_url` string, nullable — The URL Twilio will request when executing the Webhook.
  - `webhook_http_method` 'GET' | 'POST' | 'NULL'
  - `version` integer, nullable — The version number of this Service.

## Changes

- **2023-08-10** (v2) `864ccf6bee25` — 1 info
  - api tag `IntelligenceV2Service` added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Services/:Sid/post.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-intelligence.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-intelligence/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/twilio-intelligence/revisions/695ceb0e9c89?raw)
