Methods

  • POST — Set app item status

Resource

{
    "error": "string",
    "item": {
        "<key>": {}
    },
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
item object

Object

Optional
item.<key> map of object Optional
success boolean

Successful request flag

Optional