v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
build-artifact

Update a build artifact

Update the is_public_page_enabled attribute of your app's build. The required parameters are app slug, build slug and artifact slug. You can fetch the build artifact slug if you first list all build artifacts of an app with the GET /apps/ endpoint.

patch/apps/{app-slug}/builds/{build-slug}/artifacts/{artifact-slug}

Path parameters

app-slugstring required

App slug

build-slugstring required

Build slug

artifact-slugstring required

Artifact slug

Request body

is_public_page_enabledboolean required

Response

OK