Skip to content

Configuration Save

Ronen Nachmias edited this page Jul 11, 2017 · 4 revisions

Save Configuration

Request:

POST /configuration/save
{
    "token":{
        "origin": <organizationid>,
	"token":  <api-key issued by the organization>
    },
    "collection":"<your collection name>",
    "key":"<your object key>",
    "value":{....your json object....}
}

Response: Status: 200 OK

{}