REST Resource: organizations.apiproducts.attributes

Resource: Attribute

Key-value pair to store extra metadata.

JSON representation
{
  "name": string,
  "value": string
}
Fields
name

string

API key of the attribute.

value

string

Value of the attribute.

Methods

delete

Deletes an API product attribute.

get

Gets the value of an API product attribute.

list

Lists all API product attributes.

updateApiProductAttribute

Updates the value of an API product attribute.