I'm getting the same issue. I tried with Admin and Developer permissions. GET works, PATCH doesn't.
Status Code: 403
{
"errors": [
{
"status": "403",
"detail": "The API key in use does not allow this request",
"code": "FORBIDDEN_ERROR",
"id": "<redacted>",
"title": "This request is forbidden for security reasons"
}
]
}
Failed to update profile <redacted>
Status Code: 403
{
"errors" : [ {
"id" : "<redacted>",
"status" : "403",
"code" : "FORBIDDEN_ERROR",
"title" : "This request is forbidden for security reasons",
"detail" : "The API key in use does not allow this request"
} ]
}