Archive Template

Archive a template

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

Archive an active template

Path Parameters

Name
Type
Description

id*

String

Template id

Headers

Name
Type
Description

Authorization*

JWT Token

Access Token

Request Body

Name
Type
Description

archive

boolean

true/false

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

Last updated