You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1061,6 +1061,14 @@
1061
1061
"description": "GitHub token for the session",
1062
1062
"type": "string"
1063
1063
},
1064
+
"git_user_email": {
1065
+
"description": "Git user email to configure for this session",
1066
+
"type": "string"
1067
+
},
1068
+
"git_user_name": {
1069
+
"description": "Git user name to configure for this session",
1070
+
"type": "string"
1071
+
},
1064
1072
"permission": {
1065
1073
"description": "Permission level for the session",
1066
1074
"enum": ["read", "write"],
@@ -1962,7 +1970,7 @@
1962
1970
"/vm/{id}/sessions": {
1963
1971
"post": {
1964
1972
"callbacks": {},
1965
-
"description": "Creates a new session on a running VM. A session represents an isolated Linux user, with their own container.\nA session has a single use token that the user can use to connect to the VM. This token has specific permissions (currently, read or write).\nThe session is identified by a unique session ID, and the Linux username is based on the session ID.\n\nThis endpoint requires the VM to be running. If the VM is not running, it will return a 404 error.\n",
1973
+
"description": "Creates a new session on a running VM. A session represents an isolated Linux user, with their own container.\nA session has a single use token that the user can use to connect to the VM. This token has specific permissions (currently, read or write).\nThe session is identified by a unique session ID, and the Linux username is based on the session ID.\n\nThe Git user name and email can be configured via parameters.\n\nThis endpoint requires the VM to be running. If the VM is not running, it will return a 404 error.\n",
0 commit comments