|
@@ -375,7 +375,7 @@ namespace TEAMModelBI.Controllers.DingDingStruc
|
|
|
/// <param name="jsonElement"></param>
|
|
|
/// <returns></returns>
|
|
|
[ProducesDefaultResponseType]
|
|
|
- [AuthToken(Roles = "assist")]
|
|
|
+ [AuthToken(Roles = "admin")]
|
|
|
[HttpPost("set-permissions")]
|
|
|
public async Task<IActionResult> SetPermissions(JsonElement jsonElement)
|
|
|
{
|