Skip to main content
PATCH
/
recipient-lists
/
{recipient_list_id}
Update list name
curl --request PATCH \
  --url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-User-ID: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

recipient_list_id
string
required

Body

application/json
name
string | null

Response

Successful Response

The response is of type Response Update Recipient List Recipient Lists Recipient List Id Patch · object.