Unverified Commit e0e1ddfe authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #553 from xanzy/svh/b-events-dates

Event dates should be in the format YYYY-MM-DD
parents a177ae6d 77214d48
......@@ -73,8 +73,8 @@ type ListContributionEventsOptions struct {
ListOptions
Action *EventTypeValue `json:"action,omitempty"`
TargetType *EventTargetTypeValue `json:"target_type,omitempty"`
Before *ISOTime `json:"before,omitempty"`
After *ISOTime `json:"after,omitempty"`
Before *string `json:"before,omitempty"`
After *string `json:"after,omitempty"`
Sort *string `json:"sort,omitempty"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment