PATCH
/
silo
/
v1
/
entries
/
{id}

Path Parameters

id
string
required

UUID of the silo entry to update.

Body

application/json
content_type
string

The content type of the data being uploaded which by default expects application/json for a complete document, simple merge patch application/merge-patch+json (RFC7396), or a line-by-line patch application/json-patch+json (RFC6902)

data
object | null

Updated envelope data either a complete envelope or document, or patched data according to the content type.

folder
string

New location for the silo entry.

Response

200 - application/json
attachments
object[]

List of attachments for this entry.

context
string

When entry provided within a related query, this is the context within the document.

created_at
string

The date and time the silo entry was created.

data
object

JSON envelope contents when specifically requested.

digest
object
doc_schema
string

Schema URL for the envelope's payload.

draft
boolean

Deprectated. When true, indicates that the envelope is not signed.

env_schema
string

Schema URL for the envelope.

faults
object[]

List of faults that occurred during the processing of the job associated with the last state.

folder
string

Key for the folder where the entry is located.

id
string

UUID of the silo entry.

invalid
boolean

When true, the envelope's contents are invalid and need to be reviewed.

meta
object[]

Additional meta fields associated with the entry.

signed
boolean

When true, the envelope has been signed and should not be modified.

snippet
object

JSON object containing a snippet of the document.

state
string

Current state of the silo entry if not a draft.

tags
string[]

Copy of tags stored in the envelope header.

updated_at
string

The date and time the silo entry was last updated.