v1

latestOpenAPI 3.0.02026-07-2614018.4 KB
Development API - Components

Update an App Studio Component.

Updates an existing app studio component. Requires write auth.

put/client/components/{componentId}

Path parameters

componentIdstring required

ID of the App Studio Component to update

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.