We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9632e74 commit 81bc751Copy full SHA for 81bc751
auth/pat.go
@@ -122,13 +122,13 @@ var operationToString = map[Operation]string{
122
ClientConnectToChannelOp: "client_connect_to_channel",
123
ClientDisconnectFromChannelOp: "client_disconnect_from_channel",
124
// Channel operations
125
- ChannelCreateOp: "channel_create",
126
- ChannelListOp: "channel_list",
127
- ChannelViewOp: "channel_view",
128
- ChannelUpdateOp: "channel_update",
129
- ChannelUpdateTagsOp: "channel_update_tags",
130
- ChannelEnableOp: "channel_enable",
131
- ChannelDisableOp: "channel_disable",
+ ChannelCreateOp: "channel_create",
+ ChannelListOp: "channel_list",
+ ChannelViewOp: "channel_view",
+ ChannelUpdateOp: "channel_update",
+ ChannelUpdateTagsOp: "channel_update_tags",
+ ChannelEnableOp: "channel_enable",
+ ChannelDisableOp: "channel_disable",
132
ChannelDeleteOp: "channel_delete",
133
ChannelSetParentGroupOp: "channel_set_parent_group",
134
ChannelRemoveParentGroupOp: "channel_remove_parent_group",
0 commit comments