REST API /app/rest/mutes 404's
I'm following the docs on - https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-Mutedtestsandbuildproblems
which shows this:
Muted tests and build problems
List all muted tests and build problems GET http://teamcity:8111/app/rest/mutes
Seems pretty straightforward, but the response is:
Responding with error, status code: 404 (Not Found).
Details: com.sun.jersey.api.NotFoundException: null for uri: https://(removed my actual url)/app/rest/mutes
Please check URL is correct.
I am able to see various other endpoints just fine with this user using basic authentication
Viewing all available categories with /app/rest/server shows many available options (i.e. /app/rest/projects) but does not list /app/rest/mutes.
Using teamcity version 2017.1.5
I searched the docs for this answer but found none. Is there some permissions or other configuration required to access /app/rest/mutes?
Please sign in to leave a comment.
Hello,
Sorry for the confusion in the documentation, but .../app/rest/mutes is only supported starting from TeamCity 2017.2.
Hi,
I've been trying to reach the endpoint and could access it just fine in my tests. A lack of permissions shouldn't result on a 404, but a 401/3 Could you send us the teamcity-server.log and, if exists, teamcity-rest.log from the server logs folder and send those to us using the "Submit a request" button above?
No problem. Thank you both for looking into this and clarifying the requirements!