For Workers & Pages, what is the name of the domain?
What is the error number?
9207
What is the error message?
code":9207,“message”:"Request body is invalid.
What is the issue or error you’re encountering
Just trying to figure out the syntax to use variable in a PUT or PATCH
What steps have you taken to resolve the issue?
Tried:
“content”: “$currentIp”
“content”: “currentIp”
“content”: “'”$currentIp"'"
“content”: $currentIp
All throw 9207’s Body is invalid.