Skip to main content

Update a metadata value.

Updates the value for the specified metadata key.

Path Parameters
  • servicePolicyId string required

    Possible values: Value must match regular expression ^22[A-HJ-NP-Z2-9]{6}$

    Service policy ID to perform request on.

  • key string required

    Possible values: <= 100 characters

    The metadata key to update.

Request Body required

Specifies the new metadata value to update to.

  • value string required

    Possible values: non-empty and <= 100 characters

    The metadata value

Responses

Metadata updated successfully.

Response Headers
  • Content-Location string

    URL to the resource that got impacted by the status change.

Loading...