Skip to main content

Create linkage between an app installation and a MySQL database

PATCH /v2/app-installations/{appInstallationId}/database/
v2
PATCH
app-link-database

Request

  • appInstallationIdstring (uuid)
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"databaseId":"f0f86186-0a5a-45b2-aa33-502777496347","databaseUserIds":{"string":"string"},"purpose":"primary"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/app-installations/f0f86186-0a5a-45b2-aa33-502777496347/database