users
Refresh all tools owned by the authenticated user with specified organization.
get/users/{userId}/containers/{organization}/refresh
Path parameters
userIdinteger required
organizationstring required
Query parameters
dockerRegistrystring
Response
A list of tools owned by the user with the specified organization
Example response
[
{
"metadataFromVersion": {
"name": "latest",
"reference": "master"
},
"tags": [
{
"name": "latest",
"reference": "master"
}
],
"workflowVersions": [
{
"name": "latest",
"reference": "master"
}
]
}
]