Skip to main content
PATCH
/
label
/
{id}
Patch Label
curl --request PATCH \
  --url https://api.sandbox.isometric.com/mrv/v0/label/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "name": "<string>",
  "scope": "REMOVAL",
  "supplier_reference_id": "<string>"
}'
{
  "id": "lbl_1DDK2MJ2D1S0SR6H",
  "name": "<string>",
  "scope": "REMOVAL",
  "supplier_reference_id": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

id
string
required

Body

application/json
name
default:{"__typename":"Undefined"}
scope
default:{"__typename":"Undefined"}
Available options:
REMOVAL
supplier_reference_id
default:{"__typename":"Undefined"}
Required string length: 1 - 100

Response

id
string
required
Required string length: 20 - 37
Examples:
name
string
required
scope
enum<string>
required
Available options:
REMOVAL
supplier_reference_id
string | null
required
Required string length: 1 - 100