organizations
Add an entry to a collection.
Add an entry to a collection.
post/organizations/{organizationId}/collections/{collectionId}/entry
Path parameters
organizationIdinteger required
Organization ID.
collectionIdinteger required
Collection ID.
Query parameters
entryIdinteger required
Entry ID.
versionIdinteger
Version ID.
curator'USER' | 'DOCKSTORE' | 'AI'
Curator type.
reindexboolean
Reindex entry if necessary. Only admins and curators may set this to false.
Response
default response
Example response
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}