v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBMetadata
Update UDF Labels
Update the labels for user defined fields on project
This endpoint will ignore any fields that are empty; only fields with values will be updated. If the value is set to null, it will be cleared.
patch/v1/meta/labels/{entity}/
Path parameters
entity'project' required
Entities with User Defined Fields
Request body
Example request
{
"udf1Label": "Division",
"udf2Label": "Location",
"udf3Label": "Team"
}Response
Successful Response
Example response
{
"data": {
"udf1Label": "Division",
"udf2Label": "Location",
"udf3Label": "Team"
}
}