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. |