users
Adds the logged-in user to any Dockstore workflows that they should have access to.
patch/users/{userId}/workflows
Path parameters
userIdinteger required
User to update
Response
Successfully added user to Dockstore workflows that they should have access to
Example response
[
{
"metadataFromVersion": {
"name": "latest",
"reference": "master"
},
"workflowVersions": [
{
"name": "latest",
"reference": "master"
}
]
}
]