PATCH
/
v1
/
{tenantId}
/
updates
/
{updateId}
curl --request PATCH \
  --url https://api.debbiecollect.com/v1/{tenantId}/updates/{updateId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "continuedAt": "2024-05-01 00:00:00.000+01"
}'
{}

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string
required

Id of the tenant the update is related to

updateId
string
required

Id of the update

Body

application/json

Patch update object

The body is of type object.

Response

200
application/json

Successful operation

The response is of type object.