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
but the collection is not created. Can I add tag(s) to a collection ?
Thanks
François
{
"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
-
dstillmanBetter to post technical questions to zotero-dev. (But no, collections don't support custom fields or tags.)
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.