Update IC Request
PATCH/v1/ic-requests/:id
Partially updates an IC request. Only the keys you send are written — a fields object replaces just those field values and leaves the rest untouched. Send icMeetingId to move the request onto another agenda, or null to leave it unscheduled.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
IC request updated successfully
Invalid request parameters, field value, IC meeting id, or an empty body
Invalid or missing API key
IC requests are not enabled for this organization, or the API key is read-only
IC request not found
Internal server error