mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
Merge branch 'main' of github.com:/coder/coder into dk/prebuilds
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
This commit is contained in:
4
coderd/apidoc/docs.go
generated
4
coderd/apidoc/docs.go
generated
@ -13709,6 +13709,7 @@ const docTemplate = `{
|
||||
"read",
|
||||
"read_personal",
|
||||
"ssh",
|
||||
"unassign",
|
||||
"update",
|
||||
"update_personal",
|
||||
"use",
|
||||
@ -13724,6 +13725,7 @@ const docTemplate = `{
|
||||
"ActionRead",
|
||||
"ActionReadPersonal",
|
||||
"ActionSSH",
|
||||
"ActionUnassign",
|
||||
"ActionUpdate",
|
||||
"ActionUpdatePersonal",
|
||||
"ActionUse",
|
||||
@ -13748,6 +13750,7 @@ const docTemplate = `{
|
||||
"group",
|
||||
"group_member",
|
||||
"idpsync_settings",
|
||||
"inbox_notification",
|
||||
"license",
|
||||
"notification_message",
|
||||
"notification_preference",
|
||||
@ -13783,6 +13786,7 @@ const docTemplate = `{
|
||||
"ResourceGroup",
|
||||
"ResourceGroupMember",
|
||||
"ResourceIdpsyncSettings",
|
||||
"ResourceInboxNotification",
|
||||
"ResourceLicense",
|
||||
"ResourceNotificationMessage",
|
||||
"ResourceNotificationPreference",
|
||||
|
4
coderd/apidoc/swagger.json
generated
4
coderd/apidoc/swagger.json
generated
@ -12398,6 +12398,7 @@
|
||||
"read",
|
||||
"read_personal",
|
||||
"ssh",
|
||||
"unassign",
|
||||
"update",
|
||||
"update_personal",
|
||||
"use",
|
||||
@ -12413,6 +12414,7 @@
|
||||
"ActionRead",
|
||||
"ActionReadPersonal",
|
||||
"ActionSSH",
|
||||
"ActionUnassign",
|
||||
"ActionUpdate",
|
||||
"ActionUpdatePersonal",
|
||||
"ActionUse",
|
||||
@ -12437,6 +12439,7 @@
|
||||
"group",
|
||||
"group_member",
|
||||
"idpsync_settings",
|
||||
"inbox_notification",
|
||||
"license",
|
||||
"notification_message",
|
||||
"notification_preference",
|
||||
@ -12472,6 +12475,7 @@
|
||||
"ResourceGroup",
|
||||
"ResourceGroupMember",
|
||||
"ResourceIdpsyncSettings",
|
||||
"ResourceInboxNotification",
|
||||
"ResourceLicense",
|
||||
"ResourceNotificationMessage",
|
||||
"ResourceNotificationPreference",
|
||||
|
Reference in New Issue
Block a user