Update an attachment field
Updates an attachment field for the attachment identified by the specified token.
Authorizations
API key used to authenticate and authorise every request.
Include it in the x-api-key header.
Headers
Defines the response type.
application/vnd.Creative Force.v2.3+json, application/vnd.Creative Force.v2.3+xml Path Parameters
Token string.
^[A-Za-z0-9]{16}$|^[A-Za-z0-9]{32}$Slug of the field.
^[A-Za-z]{8}$Body
Attachment field update payload.
New value for the attachment field identified by field_slug. The accepted value depends on the type and configuration of the field.
Use a string for text fields, a number for numeric fields, an ISO 8601 date for date fields, and an option slug for choice fields. A value outside the option set of a choice field returns a 422 response. For file-type fields, use an object containing the base64-encoded file data and a filename.
Response
Attachment field updated.
File attached to an application through an attachments-typed form tab.
Carries the file itself together with the form-field metadata captured against it, the application it belongs to, and the tab through which it was added.
Application the attachment belongs to.
Form fields captured against this attachment.
One item per field defined on the parent attachments tab, in form order. The exact set of keys varies by field type.
Time the attachment was created.
File backing the attachment.
Position of the attachment within its tab.
Attachments tab the attachment belongs to.
Token identifying the attachment file. Same value as file.token.
Time the attachment was last updated.