Update an entry
Updates the entry identified by the specified slug.
entry_fields, only the field slugs you include are updated, and any field slug that does not exist on the form for the entry is ignored. For most field types the value you supply replaces the stored value. Table fields are merged cell by cell: include only the cells you want to change, and send a cell with an empty value to clear it.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
Slug of the entry.
^[A-Za-z]{8}$Body
Entry update payload.
Slug of the category.
^[A-Za-z]{8}$Slug of the chapter.
^[A-Za-z]{8}$Slug of the entrant.
^[A-Za-z]{8}$Title of the entry.
Entry status.
submitted, in_progress, resubmission_required, resubmitted Moderation status of the entry.
approved, undecided, rejected Entry field values keyed by field slug. Each key must be a valid 8-letter field slug. The value type depends on the field type.
Custom deadline in yyyy-mm-dd hh:mm format.
^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) ([01][0-9]|2[0-3]):[0-5][0-9]$Slug of the grant status. Available when the grants feature is enabled.
^[A-Za-z]{8}$Date when the grant ends. Available when the grants feature is enabled.
Response
Entry updated.
Single entry, including the entrant, form field responses, attachments, contributors, and status.
Entrant who created and owns the entry.
Automated score calculated for the entry.
Category the entry is assigned to.
Chapter the entry is assigned to.
Manager comments recorded on the entry, joined into a single string.
Number of contributors linked to the entry.
Date and time when the entry was created.
Custom submission deadline for the entry, or - when none is set.
Division number assigned to the entry, or null when none is assigned.
Eligibility status of the entry.
Number of files uploaded to the entry.
Entry form used to capture the entry.
Date when the grant ends, or null when not applicable.
Grant status assigned to the entry, or null when none is set.
Sequential identifier of the entry within the account.
Moderation status of the entry.
Parent of the assigned category, or null when the category has no parent.
Payment status of the entry.
Plagiarism scan status of the entry.
Review status of the entry.
Season the entry belongs to.
URL-safe identifier of the entry.
Submission status of the entry. Possible values include submitted, in_progress, resubmission_required, resubmitted, invited, and not_approved_for_submission.
Date and time when the entry was submitted, or null when not yet submitted.
Tags applied to the entry, as a comma-separated list.
Title of the entry.
Date and time when the entry was last updated.
Comments left by users on the entry, joined into a single string.
Form field responses captured on the entry.
Files attached to the entry.
Contributors linked to the entry.