v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmini-apps
Publish a mini-app catalog entry
Publishes a mini-app's catalog entry. Called by the mini-apps deploy pipeline after a deploy to register or refresh a single app, keyed by its unique slug. Re-publishing an existing app refreshes the deploy-managed fields (label, description, embed mode, scopes, image-input support, deployment details, and website) while leaving administrator-managed settings and artwork untouched. Artwork from the request is used only when creating a new app.
post/mini-apps/publish
Request body
Response
Mini-app published successfully
Example response
{
"archived": true,
"mini_app_id": "mini_app_id",
"requires_membership": true,
"slug": "slug"
}