basic
Create/update configuration
put/extraction/configs/{config_name}
Path parameters
config_namestring required
Name of the configuration
Query parameters
block_on_existingboolean
Only create a new one, block if one already exists
Request body
Example request
{
"name": "default-config",
"description": "description",
"type": "git",
"config": "{}"
}Response
Returns the configuration information
Changes
No recorded changes to this endpoint across all 1 revision of this API.