Is there a way to add user defined fields when creating a collection via the zotero api ?

I tried to add a coursid field when creating a collection with post

{
"name" => $c->[2] . " " . $c->[0],
"parentCollection" => $domkey,
coursid => 1234,


};

but the collection is not created. Can I add tag(s) to a collection ?
Thanks
François

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.