Update service item
PATCH/v1/service_items/:id
Updates editable fields of the service item. internal_code is immutable after creation. Use is_active=false to deactivate the item without deleting it.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Service item updated.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.