Skip to main content
POST
Move Brand Facts

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Body

application/json
website_id
string<uuid>
required

The website whose facts to move.

pillar_id
string<uuid>
required

The published pillar to file the facts under.

fact_ids
string<uuid>[]
required

Facts to move. A single move is a one-element array.

Required array length: 1 - 50 elements

Response

Move report

success
enum<boolean>
required
Available options:
true
moved_count
integer
required

Facts actually re-filed onto the pillar.

unchanged_ids
string[]
required

Requested facts that were not moved: already on the target, or no longer present by the time the move ran.

not_found_ids
string[]
required

Requested ids with no fact on this website: already deleted or never existed.

pillar
object
required

The target pillar the facts were filed under.