Hi, I am trying to update the PAT Token using the below web API call.
/api/alm_integrations/set_pat
Method :- POST
As an authentication method I am using Bearer Token & in the parameter field I am passing pat information.
However I get a 204 No Content response.
I also tried to retrieve existing PAT information while executing following API,
api/alm_integrations/check_pat
METHOD :- GET
Param passed, almSetting
However I get a response :- 400 Bad request. (Invalid Personal access token)
Not sure if I am missing something in these GET and POST calls ?