Last updated 8 months ago
Was this helpful?
The organization ID
The status of the form entry.
draft
submitted
approved
rejected
PATCH /organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId} HTTP/1.1 Host: Authorization: Bearer jwt Content-Type: application/json Accept: */* Content-Length: 83 { "status": "draft", "answers": [ { "key": "text", "valueString": "text", "isDefault": true } ] }
OK
{ "id": "123e4567-e89b-12d3-a456-426614174000", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "formId": "123e4567-e89b-12d3-a456-426614174000", "locale": [ "en", "pt-BR" ], "status": "draft", "answers": [ { "key": "text", "valueString": "text", "isDefault": true } ], "createdAt": "2025-04-18T23:50:26.287Z", "updatedAt": "2025-04-18T23:50:26.287Z" }