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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

The unique identifier for the label, created by Loop.

Examples:

67329889100573

Body

application/json

Response

200

OK