Update Canned Response
PATCH/canned_responses/:canned_response_id
Updates an existing canned response's attributes.
Only provided attributes will be updated; others remain unchanged. The canned response's ID and creation timestamp cannot be modified. Extra metadata and tags can be added or removed independently.
Request
Responses
- 200
- 404
- 422
Canned response successfully updated. Returns the updated CannedResponse object.
CannedResponse not found. The specified canned_response_id does not exist
Validation error in update parameters