POST
/
v1
/
{tenantId}
/
updates
curl --request POST \
  --url https://api.debbiecollect.com/v1/{tenantId}/updates \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "referenceId": "9409b6d8-cde5-45f1-b8e1-e756847a7077",
  "updateTypeId": "a49c6124-fb23-4976-8400-9afd9018bc85",
  "update": "Optional text to the users can be included here",
  "remindedAt": "2024-05-01 00:00:00.000+01"
}'
{
  "updateId": "56e93ac4-a89d-422a-b2da-5ed5a052477d"
}

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

Body

application/json

New update object

The body is of type object.

Response

200
application/json

Successful operation

The response is of type object.