AurionAI Docs

Update Choices Tree

PUT
/api/v2/custom-fields/{field_id}/choices/tree

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

field_id*Field Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v2/custom-fields/string/choices/tree" \  -H "Content-Type: application/json" \  -d '{}'
{
  "choices": {},
  "field_id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}