Mange Template Access

PATCH https://api.xenia.team/v1/templates/:id

Path Parameters

NameTypeDescription

id*

string

Headers

NameTypeDescription

Authorization*

JWT Token

Access Token

Request Body

NameTypeDescription

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