Infrastructure/Assets
PUTInfrastructureSince 1.0SynchronousAuth Required
ToggleAssetLabelKeyHidden
Toggle the hidden visibility flag of a specific asset label key.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
keyNameStringRequiredInternal key name of the label key to toggle visibility for
Body Fields
hiddenBooleanRequiredWhether to hide this label key from user-facing interfaces
Example: true
Responses
Endpoint
PUT/api/v1/assets/label-keys/{keyName}/hidden
/api/v1/assets/label-keys/{keyName}/hidden
Request Example
curl -X PUT '{host}/api/v1/assets/label-keys/{keyName}/hidden' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"hidden":true}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
