diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index 9f0c74a..49854e7 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -193,7 +193,7 @@ Your HTTP method call may require additional headers for Authorization, ContentT mycredentials="$(printf "%s" "$myusername:$mypassword" | _base64)" export _H1="Authorization: Basic $mycredentials" - export _H2="ContentType: application/json" + export _H2="Content-Type: application/json" ... ```