devguard
Record templatesIdArchive

Archive a record template by id.

POST
/record-templates/{id}/archive/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/record-templates/string/archive/"
{  "id": "string",  "organizationId": "string",  "title": "string",  "slug": "string",  "description": "string",  "content": null,  "order": -9007199254740991,  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string"}

How is this guide?