chore: add an unassign action for roles (#16728)

This commit is contained in:
ケイラ
2025-02-27 10:39:06 -07:00
committed by GitHub
parent bf5b002829
commit 91a4a98c27
18 changed files with 214 additions and 240 deletions

2
coderd/apidoc/docs.go generated
View File

@ -13699,6 +13699,7 @@ const docTemplate = `{
"read",
"read_personal",
"ssh",
"unassign",
"update",
"update_personal",
"use",
@ -13714,6 +13715,7 @@ const docTemplate = `{
"ActionRead",
"ActionReadPersonal",
"ActionSSH",
"ActionUnassign",
"ActionUpdate",
"ActionUpdatePersonal",
"ActionUse",