Request

POST /pub/v1/app/{namespace}/{code}/{id}/update

Path parameters

Parameter name Value Description Additional
namespace string

Workspace code

Required
code string

App code

Required
id uuid

Item ID

Required

Request body

The resource sent in the request body is  Edit an app item — Request. It contains the following writable properties:

{
    "context": {
        "<key>": {}
    }
}

Properties

Name Type Description Additional
context object

Values to be changed

Optional
context.<key> map of object Optional

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Model of an edited item

Model of an edited item (Edit an app item)