Skip to main content

Create a new metadata entry.

Creates a metadata key-value pair on a service policy. Will fail if the key already exists (409).

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.

Request Body required

Specifies the new metadata key and value pair.

  • key string required

    Possible values: non-empty and <= 100 characters

    The metadata key

  • value string required

    Possible values: non-empty and <= 100 characters

    The metadata value

Responses

Metadata created successfully.

Response Headers
  • Content-Location string

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

Loading...