Skip to main content
PATCH
/
v1
/
{tenantId}
/
updates
/
{updateId}
Patch update
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<uuid>
required

Id of the tenant the update is related to

updateId
string<uuid>
required

Id of the update

Body

application/json

Patch update object

continuedAt
string

Date where the update should be continued

Response

Successful operation

The response is of type object.