All the channel approval
This commit is contained in:
@@ -67,6 +67,8 @@ export async function PATCH(
|
||||
if (body.displayName !== undefined)
|
||||
specPatch.displayName = body.displayName;
|
||||
if (body.agentName !== undefined) specPatch.agentName = body.agentName;
|
||||
if (body.channelUsers !== undefined)
|
||||
specPatch.channelUsers = body.channelUsers;
|
||||
|
||||
const updated = await patchTenantSpec(name, specPatch);
|
||||
return NextResponse.json(updated);
|
||||
|
||||
Reference in New Issue
Block a user