Subdomain erstellen
POST/accounts/ {accountIdentifier}/ domains/ {domainIdentifier}/ subdomains/
v1
POST
createSubdomain
Erstellt eine neue Subdomain
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X POST \
-d '[{"name":"string","target":"string"}]' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/accounts/string/domains/string/subdomains