Update RFI Reply
update_rfi_replyUpdate a specified RFI reply in Procore with partial field updates. Send only changed fields; omitted fields retain current values. Requires project, rfi, and reply IDs.
Instructions
Updates a specified RFI reply. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "reply" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and rfi_id, id must identify existing parent records — resolve them with the matching list tool first. Returns the modified RFI reply on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, rfi_id, id. Procore API: Project Management > RFI. Endpoint: PATCH /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| rfi_id | Yes | URL path parameter — unique identifier of the rfi | |
| official | No | JSON request body field — official Status | |
| project_id | Yes | URL path parameter — unique identifier for the project. |