Skip to main content
PUT
Update a label

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

labelId
string<uuid>
required

ID of the label to update

Body

application/json
name
string

Name of the label

Pattern: ^(?!latest$)(?!default$)(?!\d+$)[a-zA-Z0-9_-]*[^@\s]?[a-zA-Z0-9_-]*$
description
string

Description of the label

color_code
string

Color code for the label

Response

OK

The response is of type object.

Last modified on April 8, 2026