v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
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

aliasesobject
dbCreateDateinteger
dbUpdateDateinteger
descriptionstring

Description of the collection

displayNamestring
idinteger

Implementation specific ID for the collection in this web service

metadataobject

Arbitrary metadata for this collection, settable only by admins and curators

namestring required

Name of the collection

notebooksLengthinteger

Number of notebooks inside this collection

organizationIDinteger
organizationNamestring
servicesLengthinteger

Number of services inside this collection

toolsLengthinteger

Number of tools inside this collection

topicstring required

Short description of the collection

workflowsLengthinteger

Number of workflows inside this collection

Example response

{
  "name": "alignment",
  "topic": "A collection of alignment algorithms"
}