GET /api/departments/{id}/activate

Activates department by setting final date to [null]

Parameters

Name In Description Required Type
id path true string

Responses

Code Returns Type
401 Unauthorized ProblemDetails
Response Example
{ 
        
        "type":"string",
        "title":"string",
        "status":"integer",
        "detail":"string",
        "instance":"string"
}