devguard
Treatment actionsIdRestore

Restore an archived treatment action by id.

POST
/treatment-actions/{id}/restore/

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/treatment-actions/string/restore/"
{  "id": "string",  "shortId": -9007199254740991,  "slug": "string",  "name": "string",  "description": "string",  "ownerId": "string",  "createdAt": "string",  "updatedAt": "string",  "organizationId": "string",  "archivedAt": "string",  "dueDate": "string",  "status": "UNKNOWN"}

How is this guide?