TrainingsIdRestore
Restore an archived training 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/trainings/string/restore/"{ "id": "string", "title": "string", "slug": "string", "description": "string", "source": "YOUTUBE", "sourceUrl": "string", "durationMinutes": -9007199254740991, "ownerId": "string", "organizationId": "string", "createdAt": "string", "updatedAt": "string", "archivedAt": "string"}How is this guide?