No, this is currently not possible. I don't think it would be too difficult
to enhance TodosController#update to handle this though...

Reinier

> -----Oorspronkelijk bericht-----
> Van: [email protected] [mailto:tracks-discuss-
> [email protected]] Namens Sebastian Fischmeister
> Verzonden: zondag 4 september 2011 21:31
> Aan: [email protected]
> Onderwerp: [Tracks-discuss] adding tags to todos via REST
> 
> Hi,
> 
>   Is there a way to add tags to new todos in REST? I tried the following
XML
> request and variations of it, but they all fail; often with a
> HashWithIndifferentAccess error in todo.rb:initialize.
> 
> <todo>
> <description>#{description}</description>
> <project_id>#{project_id}</project_id>
> <context_id>#{context_id}</context_id>
> <tags>
>   <tag>
>     <name>starred</name>
>   </tag>
> </tags>
> </todo>
> 
> Thanks, Sebastian
> _______________________________________________
> Tracks-discuss mailing list
> [email protected]
> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to