Catalog
Update attribute
PUT
/
catalog
/
attributes
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredattribute Ulid
Body
application/json
name
string
requiredMaximum length:
128
attribute_type
enum<string>
requiredAvailable options:
Text
, Number
, Boolean
, Date
, Single-select
, Multi-select
, Color
, Currency
, File
, Image
is_visible
boolean
requiredis_filterable
boolean
requiredis_required
boolean
requiredis_localized
boolean
requiredactive
boolean
requireddefault_value
Response
200 - application/json
message
string
success
boolean
content
object