v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBApp Builder
Publish App
Publish an app for use by other users. To ensure the app is accessible to the correct users, you also need to set a Restriction Policy on the app if a policy does not yet exist. This API requires a registered application key. Alternatively, you can configure these permissions in the UI.
post/api/v2/app-builder/apps/{app_id}/deployment
Path parameters
app_idstring uuid required
The ID of the app to publish.
Response
Created
Example response
{
"data": {
"attributes": {
"app_version_id": "65bb1f25-52e1-4510-9f8d-22d1516ed693"
},
"id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
"meta": {
"user_uuid": "65bb1f25-52e1-4510-9f8d-22d1516ed693"
},
"type": "deployment"
}
}