Request

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

Path parameters

Parameter name Value Description Additional
namespace string

Workspace Code

Required
code string

Workspace App Code

Required
id uuid

Item ID

Required

Request body

The request body takes a complete resource  Edit an app item - Request. Containing 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 a modified item.

Model of a modified item (Edit an app item)