Archive Template

Archive a template

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

Archive an active template

Path Parameters

NameTypeDescription

id*

String

Template id

Headers

NameTypeDescription

Authorization*

JWT Token

Access Token

Request Body

NameTypeDescription

archive

boolean

true/false

{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "title": "Maintenance checklist",
    "archive": true,
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated