Update Attribute

Partial update of an attribute. Any fields not sent in the body cause no changes, fields sent as null in the body remove them from the attribute.

Path Params
string
required

The project (workspace) associated with the attribute. After migration to Harness, get this value using the Get Projects (Workspaces) endpoint and the Harness project name.

string
required

The traffic type ID associated with the attribute

string
required

The ID of attribute to update

Form Data
string
Defaults to { "displayName": "An Attribute", "description": "my description here", "dataType": "string", "suggestedValues": [ "suggested", "values" ] }
Headers
string
Defaults to Bearer ADMIN_API_KEY
Responses

Language
Request
Response
Choose an example:
application/json