I am trying to update the test group name by sending a PUT request to the endpoint:
/testplans/{id}/testgroups/{testGroupId}
with body:
{
"name": "new name"
}
Unfortunately, I get the 401 with the response:
{
"meta": {
"status": "Unauthorized",
"timestamp": "2022-10-11T09:26:06.172+0000",
"message": "You don't have permission to perform this action."
}
}
At the same time, I am able to make this update manually in Jama.
Could you please help me with this issue?
Version: Jama Connect 8.71.2, production environment.------------------------------
Marta S
------------------------------