Error message field.date.time_disabled
I want to add 'time' to a duration item via the API, but I get this response:
field.date.time_disabled
POST:
var time_spent = 288.0;
var fields = {
"duration":time_spent,
}
What am I doing wrong?
-
"duration": integer_duration_in_seconds
This is the 'whole' request, excluding some other fields.
Error:
({error_parameters:{}, error_detail:null, error_propagate:true, request:{url:"http://api.podio.com/item/app/7887534", query_string:"", method:"POST"}, error_description:"Tijdsinvoer is uitgeschakeld", error:"field.date.time_disabled"})
Please sign in to leave a comment.
Comments
4 comments