Skip to main content
PUT
Replace an entry
PUT uses the same validation as create. Identity fields must still match. Requires entries:write and an Idempotency-Key.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code with PKCE. Implicit and password flows are unsupported.

Headers

Idempotency-Key
string
required

Required for mutating requests. Replays with the same key and payload hash return the original logical result; replays with a different payload hash return 409.

Required string length: 16 - 255

Path Parameters

entry_id
string
required

Body

application/json
ontology
string
required
owner_id
string
required
ingestion_origin
string
required
entry_name
string
required
fields
object
required
entry_id
string

Optional when deterministic identity fields can derive it.

value
image_upload_status
enum<string>
default:uploaded
Available options:
uploaded,
staged,
missing
media
object

Response

Entry created, updated, or unchanged.

status
enum<string>
required
Available options:
created,
updated,
unchanged
entry
object
required