Skip to main content
PATCH
Update Pillar

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

pillar_id
string<uuid>
required

The pillar to update.

Body

application/json
website_id
string<uuid>
required

The website the pillar belongs to.

name
string

New pillar name.

Required string length: 1 - 120
description
string

New pillar description. An empty string clears the stored description.

Maximum string length: 2000
status
enum<string>

New status. Only published and archived are accepted; the pipeline-internal states (draft, researching) cannot be set over the API.

Available options:
published,
archived

Response

The updated pillar plus a pre-update snapshot of the editable fields

pillar
object
required
before
object
required

Values of the editable fields before this update.