Skip to main content

Request a staging for an app installation

POST/v2/app-installations/{appInstallationId}/actions/staging/
API version
v2
Request method
POST
Operation ID
app-request-appinstallation-staging

Request

  • appInstallationIdstring (uuid)
    required

Responses

Format
application/json
Description

The AppInstallation staging has been requested.

  • idstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"description":"string","domain":"string","installationPath":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/app-installations/f0f86186-0a5a-45b2-aa33-502777496347/actions/staging