Skip to main content
PUT
Create or update a resource from a manifest

Authorizations

Authorization
string
header
required

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

Body

application/json
manifest
required

Manifest of the resource to be created or updated

dryRun
boolean | null
default:false

Dry run the apply operation without actually applying

Response

200 - application/json

The created or updated resource, and the action that was performed.

existingManifest

The existing manifest of the resource

action
enum<string> | null

The action performed: CREATE or UPDATE

Available options:
CREATE,
UPDATE
data
object | null

The created or updated resource