Request

POST /pub/v1/app/{namespace}/{code}/{id}/set-status

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  Set app item status - Request. Containing the following writable properties:

{
    "status": {
        "code": "string"
    }
}

Properties

Name Type Description Additional
status object

New Status Parameters

Optional.
status.code string

Status Code

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 app item with a status.

Model of an app item with a status (Set app item status)