Skip to main content
POST
Register a deployed SumApp

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Deploy-pipeline registration of a deployed SumApp (POST /v1/sum-apps).

app
string
required

The app's manifest id, e.g. self-driving-roi.

slug
string
required

Mount slug on the tenant app host (unique per tenant), e.g. sdr-roi.

title
string
default:""

Launcher card title.

description
string
default:""

Launcher card description.

path
string
default:""

Mount path, e.g. /p/sdr-roi/.

url
string
default:""

Full URL on the tenant app host.

Response

Successful Response