Publish a mini-app preview entry
Publishes a mini-app preview entry. Called by the mini-apps preview deploy pipeline to register a throwaway preview deploy, keyed by its unique preview id. Re-publishing an existing preview id refreshes every deploy-managed field. Preview entries are independent from the main catalog: they carry no slug, owner, or membership gating, and anyone with the preview link can access the app.
Request body
Response
Mini-app preview published successfully
Example response
{
"preview_id": "preview_id"
}Changes
Changed in 4 of the 34 revisions of this API.214
- ▲
removed the enum value
mfeof the request propertyrequest-property-enum-value-removed
- ▲
- ○
added the new optional request property
new-optional-request-property
- ○
- ▲
added the pattern
^[a-z0-9]+(?:-[a-z0-9]+)*$to the request propertyrequest-property-pattern-added
- ●
the
request property's maxLength was set to64request-property-max-length-set
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the
response's property pattern^[a-z0-9]+(?:-[a-z0-9]+)*$was added for the statusresponse-property-pattern-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○