Account bearbeiten
PATCH/accounts/ {accountIdentifier}/
v1
PATCH
updateAccount
Nehme Änderungen an dem Account vor. Ändere die Beschreibung oder aktiviere/deaktiviere diesen.
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X PATCH \
-d '{"name":"string","active":true}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/accounts/string