I've found out that sometimes this endpoint https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-get returns a response which describes that it is deprecated.
Gone] {"type": "error", "error": {"message": "CHANGE-2770 - Functionality has been deprecated", "detail": "Please read the changelog entry for more details.", "data": {"announcement_url": "https://developer.atlassian.com/cloud/bitbucket/changelog#CHANGE-2770"}}, "data": {"announcement_url": "https://developer.atlassian.com/cloud/bitbucket/changelog#CHANGE-2770"}}There was no information about deprecation of this endpoint, even in the specified endpoint. Other endpoints mentioned in this message are marked as deprecated but this one is not. Call was authorized by connect app working as a oauth which returns a token to our main app.
Someone maybe knows what is going on? This endpoint is working like the others, sometimes it returns normal responses and sometimes response like i mentioned earlier. It looks like the burnouts mentioned here: https://developer.atlassian.com/cloud/bitbucket/changelog/#CHANGE-3081.
Hi Seb,
there can be a bit of confusion.
https://api.bitbucket.org/2.0/workspaces/{workspace} is NOT deprecated
BUT
https://api.bitbucket.org/2.0/workspaces IS deprecated (as part of cross-workspace functionality)
Hi,
I thought the same but the first endpoint returned me today response as i mentioned in the post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.