Skip to main content
PUT

Authorizations

x-api-key
string
header
required

API key used to authenticate and authorise every request. Include it in the x-api-key header.

Headers

Accept
enum<string>
required

Defines the response type.

Available options:
application/vnd.Creative Force.v2.3+json,
application/vnd.Creative Force.v2.3+xml

Path Parameters

contributor_slug
string
required

Slug of the contributor.

Pattern: ^[A-Za-z]{8}$
field_slug
string
required

Slug of the field.

Pattern: ^[A-Za-z]{8}$

Body

application/json

Contributor field update payload.

value
any
required

New value for the contributor 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

Contributor field updated.

application
object

Application the contributor is attached to.

created
string<date-time>

Date and time when the contributor was created.

fields
object[]

Field values captured for the contributor, one item per field on the contributor tab.

season
object

Season the contributor belongs to.

slug
string

Short URL-safe identifier for the contributor.

tab
object

Contributor tab the contributor belongs to.

updated
string<date-time>

Date and time when the contributor was last updated.