Configurations Resources

Applies to QAComplete 14.3, last modified on February 19, 2024
Operation HTTP Method Description
projects/ProjectId/configurations GET Returns a list of configurations registered in QAComplete.
projects/ProjectId/configurations POST Adds a new configuration to QAComplete.
projects/ProjectId/configurations/search POST Returns a filtered list of configurations registered in QAComplete.
projects/ProjectId/configurations/{Id} GET Returns a configuration by its ID.
projects/ProjectId/configurations/{Id} PUT Updates the specified configurations (replaces the configurations' contents with new contents).
projects/ProjectId/configurations/{Id} PATCH Updates the specified configuration (updates the specified field values).
projects/ProjectId/configurations/{Id} DELETE Deletes the specified configuration from QAComplete.

See Also

QAComplete REST API Reference

Highlight search results