- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018
12:07 PM
Dates not saving when creating an assignment
Hi
I am creating assignment using this endpoint. It does create assignment but dates are always null! I also changed the type of dates but still no results?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018
02:02 PM
The docs have assignment[due_at]. From your screenshot it looks like you are using due_at. Have you tried assignment[due_at]?
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018
02:02 PM
The docs have assignment[due_at]. From your screenshot it looks like you are using due_at. Have you tried assignment[due_at]?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018
02:08 PM
you are right! it is assignment[due_at]. For some reasons it gave me errors which I had to switch from assignment[due_at] to due_at but the answer you said is correct
