Skip to main content
POST
/
api
/
management
/
business-areas
/
reorder
Reordenar áreas de negócio
curl --request POST \
  --url https://api.olie.ai/api/management/business-areas/reorder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_area_ids": []
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
business_area_ids
any[]

Response

200

Sucesso