Skip to main content

Update a credential

PATCH 
/telephony_credentials/:id

Update an existing credential.

Request

Path Parameters

    id stringrequired

    Identifies the resource.

Body

required

Parameters that can be updated in a credential

    name string
    tag string

    Tags a credential to filter for bulk operations. A single tag can hold at maximum 1000 credentials.

    connection_id string

    Identifies the Credential Connection this credential is associated with.

    expires_at string

    ISO-8601 formatted date indicating when the credential will expire.

Responses

200: Successful response with details about a credential

401: Unauthorized

404: Resource not found

422: Bad request

Loading...