Skip to main content

Create linkage between an app installation and a MySQL database

PUT /v2/appinstallations/{appInstallationId}/databases/
v2
PUT
deprecated-app-link-database

Request

  • appInstallationIdstring (uuid)
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-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/appinstallations/f0f86186-0a5a-45b2-aa33-502777496347/databases