v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAttributes
Update attributes in bulk
Updates several attributes in a single call, following the same rules as the single attribute update endpoint. Entries whose customId does not match any attribute are silently skipped — the call still returns 200 for the whole batch.
patch/attributes/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"data": [
{
"values": [
{
"customId": "madrid",
"name": "Madrid",
"parentCustomId": "spain"
}
],
"parentCustomId": "country",
"customId": "cost-center"
}
]
}Response
Successful Response