App Configuration
patchComponent
Patch an existing app version to update its components
patch/v1/app-configurations/{appId}/versions/{version}/components/{componentId}
Path parameters
appIdstring required
ID of the app configuration
versionstring required
Version to update
componentIdstring required
ID of the component to update
Request body
Example request
{
"configuration": {
"override_dev_mode": {
"override_url": "http://localhost:3000"
},
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}Response
Component patched successfully