Organisations
Update a DateSet
Use this endpoint to update a DateSet.
patch/shop/organisations/{organisationId}/date-sets/{dateSetId}
Request body
Example request
{
"name": "Bank holidays"
}Response
The date set was successfully updated.
Example response
{
"data": {
"name": "Bank holidays"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.