v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
Entries (realtime)

Update a contributor field

Updates a contributor field for the contributor identified by the specified slug.

put/contributor/{contributor_slug}/update-field/{field_slug}

Headers

Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required

Defines the response type.

Request body

{"stackTrail":"components:requestBodies:ContributorFieldUpdate:content:application/json:schema:properties:value","oasType":"schema","type":"unknown","description":"New value for the contributor field identified by `field_slug`. The accepted value depends on the type and configuration of the field.\n\nUse 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.

createdstring date-time

Date and time when the contributor was created.

slugstring

Short URL-safe identifier for the contributor.

updatedstring date-time

Date and time when the contributor was last updated.

Example response

{
  "entry": {
    "slug": "IjKlMnOp",
    "link": "https://api.au.cr4ce.com/entry/IjKlMnOp",
    "title": "Documentary submission"
  },
  "created": "2025-01-15T09:00:00Z",
  "fields": [
    {
      "slug": "StUvWxYz",
      "link": "https://api.au.cr4ce.com/field/StUvWxYz",
      "label": {
        "en_GB": "Team member name"
      },
      "title": {
        "en_GB": "Team member name"
      },
      "value": "Jane Seymour",
      "translated": {
        "en_GB": ""
      }
    },
    {
      "slug": "KlMnOpQr",
      "link": "https://api.au.cr4ce.com/field/KlMnOpQr",
      "label": {
        "en_GB": "<p>Confirmed</p>"
      },
      "title": {
        "en_GB": "Confirmed"
      },
      "value": true,
      "translated": {
        "en_GB": ""
      }
    }
  ],
  "season": {
    "slug": "QrStUvWx",
    "link": "https://api.au.cr4ce.com/season/QrStUvWx",
    "name": {
      "en_GB": "2025"
    }
  },
  "slug": "AbCdEfGh",
  "tab": {
    "slug": "MnOpQrSt",
    "link": "https://api.au.cr4ce.com/tab/MnOpQrSt",
    "name": {
      "en_GB": "Contributors"
    }
  },
  "updated": "2025-06-20T14:30:00Z"
}