organizations
Add aliases linked to a collection in Dockstore.
Aliases are alphanumerical (case-insensitive and may contain internal hyphens), given in a comma-delimited list.
post/organizations/collections/{collectionId}/aliases
Path parameters
collectionIdinteger required
Collection to modify.
Query parameters
aliasesstring required
Comma-delimited list of aliases.
Response
Successfully added alias to collection
Example response
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}