API question “Project Role Slug”

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

Thanks for letting us know, @MikevdBerge! This is definitely a bug on our end and we’re working on a fix.

1 Like

Do you have a status update regarding the bug.

Thanks for following up and sorry for the delay on the reply. We shipped a change recently to address this. Could you take a look and see if things are behaving as you’d expect?

2 Likes

@Nic_Manoogian yes it’s working now.
Thx
Mike

1 Like