[DUPLICATE] Not able to see permission per role

Hi,

iam not able to see or add new permission for a role

What is the way to add permission per role with the client manager?
if i use do this i get and error 404

var json = new StringContent("{“permissions”:[“contents..read", "contents..create”, “contents.*.update”]}", Encoding.UTF8, “application/json”);

        using (var result = await httpClient.PutAsync($"{endPoint}/api/apps/{app_name}/roles/ReadWrite", json))
        {
            Console.WriteLine(result);
        }

This is a duplicate and has already been resolved. You are getting the 404 probably because you do not have permissions of the app.

Hi Sebastian,

i got this permission ‘squidex.admin.*’

Wouldnt it is enough to be able to add permission?