Skip to main content
PUT
Batch Update Catalog Fields Public

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string | null

Path Parameters

catalog_id
string
required

Body

application/json

Request to perform multiple schema field operations

fields_to_add
AddSchemaFieldRequest · object[]

Fields to add

fields_to_update
Fields To Update · object[]

Fields to update

fields_to_remove
string[]

Field names to remove

workflow_id
string | null

Workflow ID making these changes

reason
string
default:Batch field operation

Reason for the changes

Response

Successful Response

Response for schema field operations

success
boolean
required
catalog_id
string
required
new_schema_version
string
required
previous_schema_version
string
required
message
string
required
fields_added
string[]
fields_updated
string[]
fields_removed
string[]