KV Item API
Multiple access controls based on provided filters:
provider_idcustomer_idMultiple access controls based on provided filters:
provider_idšØ Gate errors: You must filter by "provider_id".
provider_id, customer_idAt least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ provider_id, customer_id, namespace, key ]
JSON PUT body:
{
"customer_id"?: integer
"customer_ids"?: integer[]
"key": string
"labels": integer[]
"locked"?: boolean
"namespace": string
"provider_id"?: integer
"template_id"?: integer
"user_id": integer
"value": string
}Request payload
The body is of type object.
Successful response
The response is of type object.