Skip to main content

Update short code

PATCH 
/short_codes/:id

Update the settings for a specific short code. To unbind a short code from a profile, set the messaging_profile_id to null or an empty string.

Request

Path Parameters

    id uuidrequired

    The id of the short code

Body

required

Short code update

    messaging_profile_id stringrequired

    Unique identifier for a messaging profile.

Responses

200: Successful response with details about a short code.

default: Unexpected error

Loading...