slug
(path) - Slug único do Typereference
(path) - Referência única do Item{
"data": {
"preco": 3999.99,
"disponivel": false
}
}
{
"status": "inactive"
}
curl --location --request PUT 'https://api-develop.enspace.io/ws/types//items/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'en-workspace;' \
--data-raw '{
"data": {},
"status": "string"
}'
{
"id": 0,
"reference": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"type": {
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"fields_count": 0,
"items_count": 0,
"config": {}
},
"data": {}
}