trying to use the https://api.doppler.com/v3/projects/roles/role/ retrieve API call.
No matter what I try entering for the role slug it gives me a http 400.
{
"messages": [
"\"slug\" contains an invalid value"
],
"success": false
}
It used the role identifier eg admin or viewer. These identifiers are part of the response of the Project Role List API.
BTW according the docs the response code should be a 404