anabaei
Community Novice

Dates not saving when creating an assignment

Jump to solution

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?

292269_Screen Shot 2018-10-01 at 12.04.02 PM (2).png

Tags (1)
0 Kudos
1 Solution
pklove
Community Champion

The docs have assignment[due_at].  From your screenshot it looks like you are using due_at.  Have you tried assignment[due_at]?

View solution in original post

2 Replies
pklove
Community Champion

The docs have assignment[due_at].  From your screenshot it looks like you are using due_at.  Have you tried assignment[due_at]?

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

0 Kudos