Update internal/codespaces/api/api.go
Co-authored-by: Jose Garcia <josebalius@github.com>
This commit is contained in:
parent
aa49a3a557
commit
237fdd40c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue