Update the version index of an App Studio Component

Updates the active version of an App Studio Component by setting its version index. Requires write auth.

Path Params
string
required

Key of the App Studio Component to update (ex. "ProductCard")

string
required

ID of the app to retrieve component for.

Body Params
number

The index of the version to set as active

owner
object

The owner object to filter by

Responses
200

App Studio Component version index successfully updated

400

Bad request, missing component label or invalid version index

404

App Studio Component or version not found

500

Internal server error

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