Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Improving swagger doc @ Feature/timetracker #69

Merged
merged 9 commits into from
Aug 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gitea/issue_tracked_time.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ func (c *Client) GetMyTrackedTimes() (TrackedTimes, error) {
}

// AddTimeOption adds time manually to an issue
// swagger:response AddTimeOption
// swagger:parameters addTime
type AddTimeOption struct {
// in: body
Time int64 `json:"time" binding:"Required"`
}

Expand Down