We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34f9c0a + 237fdd4 commit e29a0acCopy full SHA for e29a0ac
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