Skip to content

Commit

Permalink
Merge pull request #1968 from abemedia/feat/add-full-path
Browse files Browse the repository at this point in the history
Add full_path to project file
  • Loading branch information
svanharmelen committed Jul 7, 2024
2 parents f0095cd + 5766f91 commit 9f9ece4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,7 @@ func (s *ProjectsService) DeleteProjectForkRelation(pid interface{}, options ...
type ProjectFile struct {
Alt string `json:"alt"`
URL string `json:"url"`
FullPath string `json:"full_path"`
Markdown string `json:"markdown"`
}

Expand Down

0 comments on commit 9f9ece4

Please sign in to comment.