Price tags
Price_tags_partial_update
AuthorizationBearer <token>
In: header
Path Parameters
idinteger
A unique integer value identifying this Price Tag.
bounding_box?array<number>
Coordinates of the bounding box, in the format [y_min, x_min, y_max, x_max]
status?PriceTagStatusEnum | NullEnum
The annotation status
0- deleted1- linked_to_price2- not_readable3- truncated4- not_price_tag5- no_barcode10- other
Range
-2147483648 <= value <= 2147483647price_id?integer
Response Body
curl -X PATCH "https://loading/api/v1/price-tags/0" \ -H "Content-Type: application/json" \ -d '{}'{
"bounding_box": [
0.1
],
"status": 0,
"price_id": 0
}