feat(organization): add organization rename redirects and redirect management endpoints
This commit is contained in:
@@ -278,6 +278,7 @@ export const createOrganizationAction = organizationsStatePart.createAction<{
|
||||
|
||||
export const updateOrganizationAction = organizationsStatePart.createAction<{
|
||||
organizationId: string;
|
||||
name?: string;
|
||||
displayName?: string;
|
||||
description?: string;
|
||||
website?: string;
|
||||
|
||||
Reference in New Issue
Block a user