Table of Contents
Specification
Input parameters
- id
Authorize
- Verify the validity of access token
- Check user scope (scope = 'service_catalog:write') in order to perform this action
- In case error - generate 401 response
Validate Service
Purpose validation: Check Check on existing Service record
Check exist Service by $.id.
if invalid - return 404 error (message: "Service is not found!")
...
Update service record by $.id set values:
Destination | Source |
---|---|
is_active | FALSE |
updated_at | :timestamp |
updated_by | user_id |