plugins
Update a plugin
patch/plugins/{team_name}/{plugin_kind}/{plugin_name}
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
plugin_kind'source' | 'destination' | 'transformer' required
The kind of plugin, ie. source or destination.
Example:source
plugin_namestring required
The unique name for the plugin.
Example:aws-source
Request body
Example request
{
"display_name": "AWS Source Plugin",
"short_description": "Sync data from AWS to any destination",
"homepage": "https://cloudquery.io",
"repository": "https://github.com/cloudquery/cloudquery",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f9e8",
"usd_per_row": "0.0001",
"free_rows_per_month": 1000
}Response
Updated
Example response
{
"team_name": "cloudquery",
"name": "aws-source",
"kind": "source",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
"display_name": "AWS Source Plugin",
"repository": "https://github.com/cloudquery/cloudquery",
"short_description": "Sync data from AWS to any destination",
"usd_per_row": "0.0001",
"free_rows_per_month": 1000
}