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);
}