Skip to content

Commit

Permalink
Add BeforeID to StoryRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
faktas2 committed Dec 27, 2023
1 parent b597a42 commit d3081f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v5/pivotal/stories.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type StoryRequest struct {
RequestedByID int `json:"requested_by_id,omitempty"`
OwnerIDs *[]int `json:"owner_ids,omitempty"`
LabelIDs *[]int `json:"label_ids,omitempty"`
BeforeID *int `json:"before_id,omitempty"`
Labels *[]*Label `json:"labels,omitempty"`
TaskIDs *[]int `json:"task_ids,omitempty"`
Tasks *[]int `json:"tasks,omitempty"`
Expand Down

0 comments on commit d3081f2

Please sign in to comment.