teams
Get URLs to upload images for a given team
post/teams/{team_name}/images
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Request body
Example request
{
"images": [
{
"content_type": "image/png"
}
]
}Response
Response