POST {bucket}/cbadmin/upsert

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

Pair of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Value": {}
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}