fix: update /builds transition example (#15657)

This commit is contained in:
Eric Paulsen
2024-11-26 00:52:23 +00:00
committed by GitHub
parent e550365e35
commit d60b58874e
5 changed files with 4 additions and 6 deletions
-1
View File
@@ -10240,7 +10240,6 @@ const docTemplate = `{
},
"transition": {
"enum": [
"create",
"start",
"stop",
"delete"
+1 -1
View File
@@ -9114,7 +9114,7 @@
"format": "uuid"
},
"transition": {
"enum": ["create", "start", "stop", "delete"],
"enum": ["start", "stop", "delete"],
"allOf": [
{
"$ref": "#/definitions/codersdk.WorkspaceTransition"