Suites
Token-based authentication with required prefix "Token"
A page number within the paginated result set.
Number of results to return per page.
Search in names with the following query
123http://api.example.org/accounts/?page=4http://api.example.org/accounts/?page=2Authentication credentials were missing or invalid.
GET /api/v2/suites/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": null,
"testsCount": 1,
"tests": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"runInParallel": true,
"runProfileId": null
}
]
}Token-based authentication with required prefix "Token"
Request body failed validation.
Authentication credentials were missing or invalid.
POST /api/v2/suites/ HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 187
{
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"name": null,
"runInParallel": true,
"runProfileId": "123e4567-e89b-12d3-a456-426614174000",
"tests": [
"123e4567-e89b-12d3-a456-426614174000"
]
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": null,
"testsCount": 1,
"tests": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"runInParallel": true,
"runProfileId": null
}Token-based authentication with required prefix "Token"
A UUID string identifying this suite.
Authentication credentials were missing or invalid.
Resource not found.
GET /api/v2/suites/{id}/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": null,
"testsCount": 1,
"tests": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"runInParallel": true,
"runProfileId": null
}Token-based authentication with required prefix "Token"
A UUID string identifying this suite.
Request body failed validation.
Authentication credentials were missing or invalid.
Resource not found.
PUT /api/v2/suites/{id}/ HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 187
{
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"name": null,
"runInParallel": true,
"runProfileId": "123e4567-e89b-12d3-a456-426614174000",
"tests": [
"123e4567-e89b-12d3-a456-426614174000"
]
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": null,
"testsCount": 1,
"tests": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"runInParallel": true,
"runProfileId": null
}Token-based authentication with required prefix "Token"
A UUID string identifying this suite.
No response body
No content
Authentication credentials were missing or invalid.
Resource not found.
DELETE /api/v2/suites/{id}/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
No content
Token-based authentication with required prefix "Token"
A UUID string identifying this suite.
Request body failed validation.
Authentication credentials were missing or invalid.
Resource not found.
PATCH /api/v2/suites/{id}/ HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 187
{
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"name": null,
"runInParallel": true,
"runProfileId": "123e4567-e89b-12d3-a456-426614174000",
"tests": [
"123e4567-e89b-12d3-a456-426614174000"
]
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": null,
"testsCount": 1,
"tests": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"autoAddNewTests": true,
"autoRetry": 1,
"notes": null,
"runInParallel": true,
"runProfileId": null
}Last updated
Was this helpful?
