Authorization: Bearer ********************{
"user_id": 0,
"name": "string",
"type": "text",
"category": "customer",
"required": false,
"options": [
{
"field_id": 0,
"value": "string"
}
]
}curl --location --request PATCH 'https://api.cirqll.nl/api/field/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"name": "string",
"type": "text",
"category": "customer",
"required": false,
"options": [
{
"field_id": 0,
"value": "string"
}
]
}'{
"id": 1,
"user_id": 0,
"name": "string",
"type": "text",
"category": "customer",
"required": false,
"options": [
{
"id": 1,
"field_id": 0,
"value": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}