v1
latestOpenAPI 3.0.32026-07-14490228.1 KBUpdate Sequence By ID
This endpoint updates an existing sequence owned by the client.
put/sequences/{id}
Path parameters
idinteger required
The ID used to identify the sequence.
Request body
Response
201
Example response
{
"sequence": {
"id": 1,
"name": "Test Sequence 1",
"status": "active",
"client_id": 1,
"number_id": 1
}
}