addons
Create an addon owned by the specified team. User must be part of that team.
post/addons
Request body
Example request
{
"team_name": "cloudquery",
"name": "aws-policy",
"price_usd": "50",
"short_description": "AWS Asset inventory dashboard for grafana",
"display_name": "AWS Asset inventory",
"homepage": "https://cloudquery.io",
"repository": "https://github.com/cloudquery/cloudquery",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e"
}Response
Created
Example response
{
"team_name": "cloudquery",
"name": "aws-policy",
"price_usd": "50",
"short_description": "AWS Asset inventory dashboard for grafana",
"display_name": "AWS Asset inventory",
"homepage": "https://cloudquery.io",
"repository": "https://github.com/cloudquery/cloudquery",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z"
}