PATCH /api/permissions//activate
Activates a permission that was previously deactivated, making it available for assignment to roles.Authentication
This endpoint requires authentication with a valid Bearer token.Path Parameters
The unique identifier of the permission to activate
Response
This endpoint returns no content on success (HTTP 204).Status Codes
- 204 No Content - Permission activated successfully
- 404 Not Found - Permission with the specified ID not found
- 500 Internal Server Error - Server error occurred
Example Request
Example Response
Successful activation returns HTTP 204 with no body.Error Response
Audit Log
This operation is automatically logged in the system audit trail with:- Module: PERMISOS
- Action: ACTIVAR_PERMISO