Commit 77214d48 authored by Sander van Harmelen's avatar Sander van Harmelen

Event dates should be in the format YYYY-MM-DD

parent a177ae6d
...@@ -73,8 +73,8 @@ type ListContributionEventsOptions struct { ...@@ -73,8 +73,8 @@ type ListContributionEventsOptions struct {
ListOptions ListOptions
Action *EventTypeValue `json:"action,omitempty"` Action *EventTypeValue `json:"action,omitempty"`
TargetType *EventTargetTypeValue `json:"target_type,omitempty"` TargetType *EventTargetTypeValue `json:"target_type,omitempty"`
Before *ISOTime `json:"before,omitempty"` Before *string `json:"before,omitempty"`
After *ISOTime `json:"after,omitempty"` After *string `json:"after,omitempty"`
Sort *string `json:"sort,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