| Campo | Tipo | Obrigatório | Formato |
|---|---|---|---|
description | string | Sim | |
colorRgb | string | Não | |
showColor | boolean | Não | |
sequence | integer | Não |
curl --location '/productoptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"description": {
"stringLengthTooShort": "The input is less than 3 characters long"
}
}
}