curl --request PUT \
--url https://api.getcargo.io/v1/storage/columns/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"columnSlug": "<string>",
"toIndex": 4503599627370495
}
'{}Reorder columns for a model
curl --request PUT \
--url https://api.getcargo.io/v1/storage/columns/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"columnSlug": "<string>",
"toIndex": 4503599627370495
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The response is of type object.
Was this page helpful?