-
Bug
-
Resolution: Done
-
Major
-
1.0.0.M5
-
None
-
None
Using (in CURL) some JSON like this:
{"title":"my title"}
does not work; it needs the style as well...
in iOS I am (for now), doing this:
... [parameters setValue:@"My Project" forKey:@"title"]; [parameters setValue:@"project-255-255-255" forKey:@"style"]; ...