Specification
Input parameters
- id
Authorize
- Check user scope (scope = 'program_service:write') in order to perform this action
- In case error - generate 401 response
...
Check exist Program service by $.id.
if invalid - return 404 error (message: "Program service is not found!")
...
Update program service record by $.id set values:
Destination | Source |
---|---|
is_active | FALSE |
updated_at | :timestamp |
updated_by | user_id |