- Preparing search index...
- The search index is not available
Guilded.JS
Class PermissionOverrideService
Hierarchy
- PermissionOverrideService
Methods
channelCategoryRolePermissionCreate
- channelCategoryRolePermissionCreate(options): CancelablePromise<{
channelCategoryRolePermission: ChannelCategoryRolePermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
requestBody: {
permissions: Record<string, any>;
};
roleId: number;
serverId: string;
}
-
categoryId: number
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
roleId: number
-
serverId: string
any Success
channelCategoryRolePermissionDelete
- channelCategoryRolePermissionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
categoryId: number;
roleId: number;
serverId: string;
}
-
categoryId: number
-
roleId: number
-
serverId: string
void
channelCategoryRolePermissionRead
- channelCategoryRolePermissionRead(options): CancelablePromise<{
channelCategoryRolePermission: ChannelCategoryRolePermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
roleId: number;
serverId: string;
}
-
categoryId: number
-
roleId: number
-
serverId: string
any Success
channelCategoryRolePermissionReadMany
channelCategoryRolePermissionUpdate
- channelCategoryRolePermissionUpdate(options): CancelablePromise<{
channelCategoryRolePermission: ChannelCategoryRolePermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
requestBody: {
permissions: Record<string, any>;
};
roleId: number;
serverId: string;
}
-
categoryId: number
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
roleId: number
-
serverId: string
any Success
channelCategoryUserPermissionCreate
- channelCategoryUserPermissionCreate(options): CancelablePromise<{
channelCategoryUserPermission: ChannelCategoryUserPermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
requestBody: {
permissions: Record<string, any>;
};
serverId: string;
userId: string;
}
-
categoryId: number
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
serverId: string
-
userId: string
any Success
channelCategoryUserPermissionDelete
- channelCategoryUserPermissionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
categoryId: number;
serverId: string;
userId: string;
}
-
categoryId: number
-
serverId: string
-
userId: string
void
channelCategoryUserPermissionRead
- channelCategoryUserPermissionRead(options): CancelablePromise<{
channelCategoryUserPermission: ChannelCategoryUserPermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
serverId: string;
userId: string;
}
-
categoryId: number
-
serverId: string
-
userId: string
any Success
channelCategoryUserPermissionReadMany
channelCategoryUserPermissionUpdate
- channelCategoryUserPermissionUpdate(options): CancelablePromise<{
channelCategoryUserPermission: ChannelCategoryUserPermissionPayload;
}>
-
Parameters
-
options: {
categoryId: number;
requestBody: {
permissions: Record<string, any>;
};
serverId: string;
userId: string;
}
-
categoryId: number
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
serverId: string
-
userId: string
any Success
channelRolePermissionCreate
- channelRolePermissionCreate(options): CancelablePromise<{
channelRolePermission: ChannelRolePermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
requestBody: {
permissions: Record<string, any>;
};
roleId: number;
serverId: string;
}
-
channelId: string
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
roleId: number
-
serverId: string
any Success
channelRolePermissionDelete
- channelRolePermissionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
roleId: number;
serverId: string;
}
-
channelId: string
-
roleId: number
-
serverId: string
void
channelRolePermissionRead
- channelRolePermissionRead(options): CancelablePromise<{
channelRolePermission: ChannelRolePermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
roleId: number;
serverId: string;
}
-
channelId: string
-
roleId: number
-
serverId: string
any Success
channelRolePermissionReadMany
- channelRolePermissionReadMany(options): CancelablePromise<{
channelRolePermissions: ChannelRolePermissionPayload[];
}>
-
Parameters
-
options: {
channelId: string;
serverId: string;
}
-
channelId: string
-
serverId: string
any Success
channelRolePermissionUpdate
- channelRolePermissionUpdate(options): CancelablePromise<{
channelRolePermission: ChannelRolePermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
requestBody: {
permissions: Record<string, any>;
};
roleId: number;
serverId: string;
}
-
channelId: string
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
roleId: number
-
serverId: string
any Success
channelUserPermissionCreate
- channelUserPermissionCreate(options): CancelablePromise<{
channelUserPermission: ChannelUserPermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
requestBody: {
permissions: Record<string, any>;
};
serverId: string;
userId: string;
}
-
channelId: string
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
serverId: string
-
userId: string
any Success
channelUserPermissionDelete
- channelUserPermissionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
serverId: string;
userId: string;
}
-
channelId: string
-
serverId: string
-
userId: string
void
channelUserPermissionRead
- channelUserPermissionRead(options): CancelablePromise<{
channelUserPermission: ChannelUserPermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
serverId: string;
userId: string;
}
-
channelId: string
-
serverId: string
-
userId: string
any Success
channelUserPermissionReadMany
- channelUserPermissionReadMany(options): CancelablePromise<{
channelUserPermissions: ChannelUserPermissionPayload[];
}>
-
Parameters
-
options: {
channelId: string;
serverId: string;
}
-
channelId: string
-
serverId: string
any Success
channelUserPermissionUpdate
- channelUserPermissionUpdate(options): CancelablePromise<{
channelUserPermission: ChannelUserPermissionPayload;
}>
-
Parameters
-
options: {
channelId: string;
requestBody: {
permissions: Record<string, any>;
};
serverId: string;
userId: string;
}
-
channelId: string
-
requestBody: {
permissions: Record<string, any>;
}
-
permissions: Record<string, any>
-
serverId: string
-
userId: string
any Success
Create a channel category role permission
Throws
ApiError