From 237fdd40c8773f87039b80b651fea840eb0e54c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ram=C3=ADrez?= Date: Wed, 6 Oct 2021 09:03:49 -0500 Subject: [PATCH] Update internal/codespaces/api/api.go Co-authored-by: Jose Garcia --- internal/codespaces/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/codespaces/api/api.go b/internal/codespaces/api/api.go index 2f5cc4d40..84869b9fb 100644 --- a/internal/codespaces/api/api.go +++ b/internal/codespaces/api/api.go @@ -187,7 +187,7 @@ type CodespaceEnvironmentConnection struct { HostPublicKeys []string `json:"hostPublicKeys"` } -// codespacesListResponse is the request body for the `/user/codespaces` endpoint +// codespacesListResponse is the response body for the `/user/codespaces` endpoint type getCodespacesListResponse struct { Codespaces []*Codespace `json:"codespaces"` TotalCount int `json:"total_count"`