add_dois_to_collection
ActiveTool of Scite
Add DOIs to a Collection. Works on both DOI-list and saved-search Collections. Requires EDITOR or ADMIN access. For a DOI-list Collection the DOIs are added to the list. For a saved-search Collection they are force-included (added to the manual include list) so they appear even if the search would not return them. DOIs already present are ignored. Use `create_collection` to make a new Collection or `remove_dois_from_collection` to take DOIs out. **Parameters:** - slug: The Collection slug (required). - dois: List of DOI strings to add (required, non-empty). **Returns:** The updated Collection with id, slug, name, and DOI counts.
Parameters schema
{
"type": "object",
"required": [
"slug",
"dois"
],
"properties": {
"dois": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of DOIs to add, e.g. ['10.1038/s41586-020-2649-2']"
},
"slug": {
"type": "string",
"description": "The Collection slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Scite
1/7 registries