Operation | HTTP Method | Description |
---|---|---|
projects/{ProjectId}/testsets | GET | Returns a list of a project’s test sets. |
projects/{ProjectId}/testsets | POST | Creates a new test set. |
projects/{ProjectId}/testsets/{Id} | GET | Returns a test set by its ID. |
projects/{ProjectId}/testsets/{Id} | PUT | Updates a test set. |
projects/{ProjectId}/testsets/{Id} | PATCH | Updates the specified fields of a test set. |
projects/{ProjectId}/testsets/{Id} | DELETE | Deletes a test set. |
projects/{ProjectId}/testsets/{Id}/items | GET | Returns a list of test set items (tests). |
projects/{ProjectId}/testsets/{Id}/items | POST | Adds test set items (tests) to a test set. |
projects/{ProjectId}/testsets/{Id}/items | PUT | Updates a list of test set items (tests). |
projects/{ProjectId}/testsets/{Id}/items | PATCH | Updates the fields of test set items in the specified test set. |
projects/{ProjectId}/testsets/{Id}/items | DELETE | Deletes all test set items (tests) from a test set. |
projects/{ProjectId}/testsets/{Id}/items/{Seq} | GET | Returns a test set item by its ordinal number in a test set. |
projects/{ProjectId}/testsets/{Id}/items/{Seq} | POST | Inserts a test set item to the specified position in a test set. |
projects/{ProjectId}/testsets/{Id}/items/{Seq} | PUT | Updates a test set item at the specified position in a test set. |
projects/{ProjectId}/testsets/{Id}/items/{Seq} | PATCH | Updates the fields of a test set item specified by its position in a test set. |
projects/{ProjectId}/testsets/{Id}/items/{Seq} | DELETE | Deletes a test set item from the specified position in a test set. |