Mange Template Access
PATCH
https://api.xenia.team/v1/templates/:id
Path Parameters
Name
Type
Description
id*
string
Headers
Name
Type
Description
Authorization*
JWT Token
Access Token
Request Body
Name
Type
Description
access
string[]
Array of accessor id (user/team)
{
"id": "e77b6442-de60-401c-a173-0afc84a5747e",
"name": "Opening Cleaning Checklist",
items: [{
"id": "e77b6442-de60-401c-a173-0afc84a5745f",
"description": "What is the length?",
"type": "Number",
"unit": "ft",
"order": 4,
"isRequired": true,
"options": {},
"parentId": null,
"score": 1
}],
"createdAt": 1701743645
"updatedAt": 2001743645
}
Last updated