Skip to main content
POST
Create App Resource

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
appInstanceId
string
required

The ID of the app instance.

resourceType
string
required

The type of the resource.

name
string
required

The name of the resource.

description
string

A description of the resource.

externalId
string | null

The external ID of the resource (optional).

owners
OwnerTarget · object[]

Owners (users/groups) to set on the created resource (optional).

Response

Success

data
data · object

The created resource.