X Tutup
Skip to content

Commit 4d45bc7

Browse files
authored
more changes
1 parent 0635514 commit 4d45bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/codespaces/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ type EditCodespaceParams struct {
695695
type editRequest struct {
696696
DisplayName string `json:"display_name,omitempty"`
697697
IdleTimeoutMinutes int `json:"idle_timeout_minutes,omitempty"`
698-
Machine string `json:"machine"`
698+
Machine string `json:"machine,omitempty"`
699699
}
700700

701701
func (a *API) EditCodespace(ctx context.Context, codespaceName string, params *EditCodespaceParams) (*Codespace, error) {

0 commit comments

Comments
 (0)
X Tutup