---
title: "Update configuration settings of a conversation service"
method: POST
path: "/v1/Services/{ChatServiceSid}/Configuration"
tags: ["ConversationsV1Configuration"]
---

# Update configuration settings of a conversation service

`POST /v1/Services/{ChatServiceSid}/Configuration`

Update configuration settings of a conversation service

## Path parameters

- `ChatServiceSid` string, required

## Response `200`

OK

- ConversationsV1ServiceServiceConfiguration
  - `chat_service_sid` string, nullable — The unique string that we created to identify the Service configuration resource.
  - `default_conversation_creator_role_sid` string, nullable — The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `default_conversation_role_sid` string, nullable — The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `default_chat_service_role_sid` string, nullable — The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `url` string, uri, nullable — An absolute API resource URL for this service configuration.
  - `links` object, nullable — Contains an absolute API resource URL to access the push notifications configuration of this service.
  - `reachability_enabled` boolean, nullable — Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/revisions/34913a501fc2/schema)
