Update rejection detail

Patch the rejection reason or rejection question custom field answers on a rejected application without changing its rejected_at timestamp. The {id} path parameter is the rejection detail record id, not the application id — fetch it from GET /v3/rejection_details?application_ids={application_id} first. The application must already be rejected; this endpoint cannot reject an application that is still in process. Only the keys included in the request body are modified; custom_fields replaces the listed rejection question values wholesale.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
integer

Id of the rejection reason to associate with the application. Must reference a /v3/rejection_reasons row in the same organization. Updating this value does not change the application's existing rejected_at timestamp.

custom_fields
array of objects

Values for the application's rejection question custom fields. Each entry sets one custom field by name or id; only fields configured as rejection questions on the organization apply. Replaces the listed fields wholesale — omit entries you do not want to modify.

custom_fields
Responses

401

Unauthorized

403

Forbidden

422

Unprocessable Content

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json