v1

latestOpenAPI 3.0.02026-07-2614018.4 KB
Development API - Components

Create an App Studio Component.

Creates a new App Studio Component or updates an existing one if forceUpdate is true. Requires write auth.

post/client/components

Request body

labelstring

The label of the Component.

keystring

The key of the Component.

codestring

The source code for the Component.

transpiledCodestring

The transpiled code for the Component.

manifestOptionsListobject[]

List of manifest options.

forceUpdateboolean

If true, forces an update on an existing Component.

updateDescriptionstring

Description for the update.

tagsstring[]

Tags associated with the Component.

statusstring

Status of the Component.

Response

App Studio Component successfully created or updated.

All 14 operations