cURL
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.
Update the status of the label.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier for the label, created by Loop.
67329889100573
OK