We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa49a3a commit 237fdd4Copy full SHA for 237fdd4
internal/codespaces/api/api.go
@@ -187,7 +187,7 @@ type CodespaceEnvironmentConnection struct {
187
HostPublicKeys []string `json:"hostPublicKeys"`
188
}
189
190
-// codespacesListResponse is the request body for the `/user/codespaces` endpoint
+// codespacesListResponse is the response body for the `/user/codespaces` endpoint
191
type getCodespacesListResponse struct {
192
Codespaces []*Codespace `json:"codespaces"`
193
TotalCount int `json:"total_count"`
0 commit comments