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

Reply via email to