We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d3739 commit fcd358eCopy full SHA for fcd358e
dnsapi/dns_openprovider_rest.sh
@@ -113,7 +113,7 @@ _openprovider_rest() {
113
export _H1="Content-Type: application/json"
114
export _H2="Accept: application/json"
115
export _H3="Authorization: Bearer $openproviderauthtoken"
116
-
+
117
if [ "$httpmethod" != "GET" ]; then
118
response="$(_post "$requestbody" "$OPENPROVIDER_API_URL/$queryparameters" "" "$httpmethod")"
119
else
0 commit comments