You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering what is supposed to be the expected response when making a PATCH request with an expired bearer token on api version 5.0.
The response body I am getting is:
{
"eventId": 3000,
"$id": "1",
"errorCode": 0,
"typeName": "Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server",
"innerException": null,
"message": "TF400813: The user '' is not authorized to access this resource.",
"typeKey": "UnauthorizedRequestException"
}
with a 401 status code. I ask because this is different from a POST and GET request where we receive a 203 status code when the access token is expired.
Hey there,
I was wondering what is supposed to be the expected response when making a PATCH request with an expired bearer token on api version 5.0.
The response body I am getting is:
with a 401 status code. I ask because this is different from a POST and GET request where we receive a 203 status code when the access token is expired.
Here's a thread with Azure DevOps Support for more context: https://developercommunity.visualstudio.com/content/problem/972334/inconsistent-tf400813-the-user-is-not-authorized-t.html
The text was updated successfully, but these errors were encountered: