Update a role.Ask AIpatch http://localhost/api/v1/roles/{id}Required permissions modify roles Path ParamsidstringrequiredRole IDQuery Paramsoverwrite_permissionsbooleanIf ?overwrite_permissions=false and new permissions are provided, the resulting set of permissions will contain both the previous and the new roles. Otherwise, the list of roles will be overwritten by the new one (default: true).truefalseBody Paramsdataobjectdata objectResponses 200The updated object 400Invalid request 401Unauthorized request 403Missing permissions 404Element not foundUpdated 11 months ago