Skip to main content
PUT
Update App Resource

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the resource.

Body

application/json
resourceType
string

The type of the resource.

name
string

The name of the resource.

description
string

A description of the resource.

externalId
string | null

The external ID of the resource (optional).

owners
owners · object

Replaces the resource's whole owner set when present (an empty set removes all owners). Omit to leave owners unchanged.

Response

Success

data
data · object

The updated resource.