PATCH /api/modules//activate
Activates a module, changing its status to ACTIVE. Activated modules are available for use in the authorization service.Authentication
Requires authentication with valid JWT token.Path Parameters
The unique identifier of the module to activate
Response
Returns no content on success (HTTP 204).Status Codes
- 204 No Content - Module activated successfully
- 404 Not Found - Module not found
Example Request
Example Response
No content returned (HTTP 204)Error Response
Notes
- This operation is audited with action type “ACTIVAR_MODULO”
- After activation, the module status will be set to ACTIVE
- Use the Get Module endpoint to verify the status change