---
title: "Update an existing push notification credential on your account"
method: POST
path: "/v1/Credentials/{Sid}"
tags: ["ConversationsV1Credential"]
---

# Update an existing push notification credential on your account

`POST /v1/Credentials/{Sid}`

Update an existing push notification credential on your account

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ConversationsV1Credential
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this credential.
  - `friendly_name` string, nullable — The human-readable name of this credential, limited to 64 characters. Optional.
  - `type` 'apn' | 'gcm' | 'fcm' — The type of push-notification service the credential is for. Can be: `fcm`, `gcm`, or `apn`.
  - `sandbox` string, nullable — [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `url` string, uri, nullable — An absolute API resource URL for this credential.

---

[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)
