more changes
This commit is contained in:
parent
0635514ddf
commit
4d45bc7654
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ type EditCodespaceParams struct {
|
|||
type editRequest struct {
|
||||
DisplayName string `json:"display_name,omitempty"`
|
||||
IdleTimeoutMinutes int `json:"idle_timeout_minutes,omitempty"`
|
||||
Machine string `json:"machine"`
|
||||
Machine string `json:"machine,omitempty"`
|
||||
}
|
||||
|
||||
func (a *API) EditCodespace(ctx context.Context, codespaceName string, params *EditCodespaceParams) (*Codespace, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue