Skip to main content
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

  • keyNameStringRequired

    Internal key name of the label key to toggle visibility for

Body Fields

  • hiddenBooleanRequired

    Whether to hide this label key from user-facing interfaces

    Example: true

Responses

200 OK

On success, this API returns the following response structure.

  • dataObject

    The data value

    Example: (nested object)

Endpoint

PUT/api/v1/assets/label-keys/{keyName}/hidden

/api/v1/assets/label-keys/{keyName}/hidden

Operation ID

ToggleAssetLabelKeyHidden

Permalink

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.

View all change history