Skip to main content
PATCH
Update Extract Template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

extract_template_name
string
required

Body

op
enum<string>
required
Available options:
add,
remove,
replace,
move,
copy,
test
path
string
required
from
string | null
value
unknown

Response

Successful Response

created_at
string<date-time>
required

When the extract template was created.

id
string<uuid>
required

Unique extract template identifier.

name
string
required

Stable extract template name.

updated_at
string<date-time>
required

When the extract template was last updated.

published_version
ExtractTemplateVersionResponsePublicV2 · object | null

Published version details, when available.

published_version_id
string<uuid> | null

Identifier of the published version.