AssignmentsIdArchive
Archive an assignment by id.
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/assignments/string/archive/"{ "id": "string", "organizationId": "string", "policyId": "string", "trainingId": "string", "memberIds": [ "string" ], "firstDueAt": "string", "scheduleId": "string", "reacknowledgeFrom": "string", "reacknowledgeDueAt": "string", "createdAt": "string", "updatedAt": "string", "archivedAt": "string"}How is this guide?