Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Reorder fields to match the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Sep 29, 2023
1 parent 6c2d228 commit 4260457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ type ContainerExpirationPolicy struct {

// ForkParent represents the parent project when this is a fork.
type ForkParent struct {
HTTPURLToRepo string `json:"http_url_to_repo"`
ID int `json:"id"`
Name string `json:"name"`
NameWithNamespace string `json:"name_with_namespace"`
Path string `json:"path"`
PathWithNamespace string `json:"path_with_namespace"`
RepositoryStorage string `json:"repository_storage"`
HTTPURLToRepo string `json:"http_url_to_repo"`
WebURL string `json:"web_url"`
RepositoryStorage string `json:"repository_storage"`
}

// GroupAccess represents group access.
Expand Down

0 comments on commit 4260457

Please sign in to comment.