PUT
/
labels
/
{id}
curl --request PUT \
  --url https://api.loopreturns.com/api/v1/labels/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "new"
}'
This response does not have an example.

Path Parameters

id
integer
required

The unique identifier for the label, created by Loop.

Examples:

67329889100573

Body

application/json

Response

200

OK