Update an App Studio Component.

Updates an existing app studio component. Requires write auth.

Path Params
string
required

ID of the App Studio Component to update

Body Params
owner
object
string

The label of the Component.

string

The key of the Component.

string

The source code for the Component.

string

The transpiled code for the Component.

manifestOptionsList
array of objects

List of manifest options.

manifestOptionsList
boolean
Defaults to false

If true, forces an update on an existing Component.

string

Description for the update.

tags
array of strings

Tags associated with the Component.

tags
string

Status of the Component.

Responses
200

App Studio Component successfully created or updated.

400

Bad request, including missing required fields.

401

Unauthorized access.

404

App Studio Component not found when force updating.

500

Internal server error.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!