v1

latestOpenAPI 3.0.02026-07-2614018.4 KB
Development API - Components

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.

put/client/{appId}/components/{componentKey}/versions

Path parameters

componentKeystring required

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

appIdstring required

ID of the app to retrieve component for.

Request body

versionIndexnumber

The index of the version to set as active

ownerobject

The owner object to filter by

Response

App Studio Component version index successfully updated