Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
267 changes: 266 additions & 1 deletion .swagger/cloud-swagger.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Class | Method | HTTP request | Description
*NotificationsApi* | [**api_v2_notifications_id_read_post**](docs/NotificationsApi.md#api_v2_notifications_id_read_post) | **POST** /api/v2/notifications/{id}/read | Set Notification as read
*NotificationsApi* | [**api_v2_notifications_read_post**](docs/NotificationsApi.md#api_v2_notifications_read_post) | **POST** /api/v2/notifications/read | Set all Notifications as read
*NotificationsApi* | [**api_v2_notifications_search_post**](docs/NotificationsApi.md#api_v2_notifications_search_post) | **POST** /api/v2/notifications/search | Search Notifications for current User
*OpenIdConnectionsApi* | [**api_v2_openid_connections_get**](docs/OpenIdConnectionsApi.md#api_v2_openid_connections_get) | **GET** /api/v2/openid-connections |
*ParametersApi* | [**api_v2_parameters_bulk_post**](docs/ParametersApi.md#api_v2_parameters_bulk_post) | **POST** /api/v2/parameters/bulk | Create multiple parameters
*ParametersApi* | [**api_v2_parameters_bulk_put**](docs/ParametersApi.md#api_v2_parameters_bulk_put) | **PUT** /api/v2/parameters/bulk | Update multiple parameters
*ParametersApi* | [**api_v2_parameters_groups_get**](docs/ParametersApi.md#api_v2_parameters_groups_get) | **GET** /api/v2/parameters/groups | Get parameters as group
Expand Down Expand Up @@ -716,6 +717,8 @@ Class | Method | HTTP request | Description
- [NotificationModel](docs/NotificationModel.md)
- [NotificationQueryFilterModel](docs/NotificationQueryFilterModel.md)
- [NotificationTypeModel](docs/NotificationTypeModel.md)
- [OpenIdConnectionClientShortModel](docs/OpenIdConnectionClientShortModel.md)
- [OpenIdConnectionSettingsShortClientModel](docs/OpenIdConnectionSettingsShortClientModel.md)
- [Operation](docs/Operation.md)
- [Order](docs/Order.md)
- [Page](docs/Page.md)
Expand Down Expand Up @@ -989,10 +992,12 @@ Class | Method | HTTP request | Description
- [UpdateLinkApiModel](docs/UpdateLinkApiModel.md)
- [UpdateMultipleAttachmentsApiModel](docs/UpdateMultipleAttachmentsApiModel.md)
- [UpdateMultipleLinksApiModel](docs/UpdateMultipleLinksApiModel.md)
- [UpdateMultipleTagsApiModel](docs/UpdateMultipleTagsApiModel.md)
- [UpdateMultipleTestRunsApiModel](docs/UpdateMultipleTestRunsApiModel.md)
- [UpdateMultipleTestRunsApiModelAttachmentUpdateScheme](docs/UpdateMultipleTestRunsApiModelAttachmentUpdateScheme.md)
- [UpdateMultipleTestRunsApiModelLinkUpdateScheme](docs/UpdateMultipleTestRunsApiModelLinkUpdateScheme.md)
- [UpdateMultipleTestRunsApiModelSelectModel](docs/UpdateMultipleTestRunsApiModelSelectModel.md)
- [UpdateMultipleTestRunsApiModelTagUpdateScheme](docs/UpdateMultipleTestRunsApiModelTagUpdateScheme.md)
- [UpdateParameterApiModel](docs/UpdateParameterApiModel.md)
- [UpdateParameterRequest](docs/UpdateParameterRequest.md)
- [UpdateProjectApiModel](docs/UpdateProjectApiModel.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**filter** | [**TestPlanTestPointsAutoTestsRerunApiModelFilter**](TestPlanTestPointsAutoTestsRerunApiModelFilter.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsAutoTestsRerunApiModelExtractionModel**](TestPlanTestPointsAutoTestsRerunApiModelExtractionModel.md) | | [optional]
**build** | **str, none_type** | Specifies the test run build. | [optional]
**tags** | **[str], none_type** | Tags of the test run. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/ApiV2TestPlansIdTestRunsSearchPostRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Name | Type | Description | Notes
**completed_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional]
**created_by_ids** | **[str], none_type** | | [optional]
**modified_by_ids** | **[str], none_type** | | [optional]
**tags** | **[str], none_type** | | [optional]
**exclude_tags** | **[str], none_type** | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/ApiV2TestRunsSearchPostRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Name | Type | Description | Notes
**failure_category** | [**[FailureCategory], none_type**](FailureCategory.md) | Specifies failure categories | [optional]
**completed_date** | [**TestRunFilterApiModelCompletedDate**](TestRunFilterApiModelCompletedDate.md) | | [optional]
**test_results_configuration_ids** | **[str], none_type** | Specifies a test result configuration IDs to search for | [optional]
**tags** | **[str], none_type** | Specifies a test run tags to search for | [optional]
**exclude_tags** | **[str], none_type** | Specifies a test run excluded tags to search for | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/ApiV2TestRunsUpdateMultiplePostRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**description** | **str, none_type** | Test run description | [optional]
**attachment_update_scheme** | [**UpdateMultipleTestRunsApiModelAttachmentUpdateScheme**](UpdateMultipleTestRunsApiModelAttachmentUpdateScheme.md) | | [optional]
**link_update_scheme** | [**UpdateMultipleTestRunsApiModelLinkUpdateScheme**](UpdateMultipleTestRunsApiModelLinkUpdateScheme.md) | | [optional]
**tag_update_scheme** | [**UpdateMultipleTestRunsApiModelTagUpdateScheme**](UpdateMultipleTestRunsApiModelTagUpdateScheme.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/CreateAndFillByAutoTestsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/CreateAndFillByConfigurationsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/CreateAndFillByWorkItemsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/CreateEmptyRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Test run launch source | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachments to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/CreateEmptyTestRunApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Test run launch source | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachments to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/CreateTestRunAndFillByAutoTestsApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/CreateTestRunAndFillByConfigurationsApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/CreateTestRunAndFillByWorkItemsApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**launch_source** | **str, none_type** | Specifies the test run launch source. | [optional]
**attachments** | [**[AssignAttachmentApiModel], none_type**](AssignAttachmentApiModel.md) | Collection of attachment ids to relate to the test run | [optional]
**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | Collection of links to relate to the test run | [optional]
**tags** | **[str], none_type** | Collection of tags to assign to the test run | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
14 changes: 14 additions & 0 deletions docs/OpenIdConnectionClientShortModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OpenIdConnectionClientShortModel


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**is_enabled** | **bool** | |
**name** | **str, none_type** | | [optional]
**settings** | [**OpenIdConnectionSettingsShortClientModel**](OpenIdConnectionSettingsShortClientModel.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


12 changes: 12 additions & 0 deletions docs/OpenIdConnectionSettingsShortClientModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# OpenIdConnectionSettingsShortClientModel


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authority** | **str, none_type** | | [optional]
**image_url** | **str, none_type** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


88 changes: 88 additions & 0 deletions docs/OpenIdConnectionsApi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# testit_api_client.OpenIdConnectionsApi

All URIs are relative to *http://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**api_v2_openid_connections_get**](OpenIdConnectionsApi.md#api_v2_openid_connections_get) | **GET** /api/v2/openid-connections |


# **api_v2_openid_connections_get**
> [OpenIdConnectionClientShortModel] api_v2_openid_connections_get()



### Example

* Api Key Authentication (Bearer or PrivateToken):

```python
import time
import testit_api_client
from testit_api_client.api import open_id_connections_api
from testit_api_client.model.open_id_connection_client_short_model import OpenIdConnectionClientShortModel
from testit_api_client.model.problem_details import ProblemDetails
from testit_api_client.model.validation_problem_details import ValidationProblemDetails
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = testit_api_client.Configuration(
host = "http://localhost"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: Bearer or PrivateToken
configuration.api_key['Bearer or PrivateToken'] = 'YOUR_API_KEY'

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'

# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = open_id_connections_api.OpenIdConnectionsApi(api_client)

# example, this endpoint has no required or optional parameters
try:
api_response = api_instance.api_v2_openid_connections_get()
pprint(api_response)
except testit_api_client.ApiException as e:
print("Exception when calling OpenIdConnectionsApi->api_v2_openid_connections_get: %s\n" % e)
```


### Parameters
This endpoint does not need any parameter.

### Return type

[**[OpenIdConnectionClientShortModel]**](OpenIdConnectionClientShortModel.md)

### Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json


### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**400** | Bad Request | - |
**401** | Unauthorized | - |
**403** | Forbidden | - |
**404** | Not Found | - |
**409** | Conflict | - |
**422** | Unprocessable Entity | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

2 changes: 2 additions & 0 deletions docs/SearchTestRunsApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Name | Type | Description | Notes
**completed_date** | [**DateTimeRangeSelectorModel**](DateTimeRangeSelectorModel.md) | | [optional]
**created_by_ids** | **[str], none_type** | | [optional]
**modified_by_ids** | **[str], none_type** | | [optional]
**tags** | **[str], none_type** | | [optional]
**exclude_tags** | **[str], none_type** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/TagApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Tag name |
**name** | **str** | Name of the tag |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/TestPlanTestPointsAutoTestsRunApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**filter** | [**TestPlanTestPointsAutoTestsRerunApiModelFilter**](TestPlanTestPointsAutoTestsRerunApiModelFilter.md) | | [optional]
**extraction_model** | [**TestPlanTestPointsAutoTestsRerunApiModelExtractionModel**](TestPlanTestPointsAutoTestsRerunApiModelExtractionModel.md) | | [optional]
**build** | **str, none_type** | Specifies the test run build. | [optional]
**tags** | **[str], none_type** | Tags of the test run. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/TestRunApiResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Name | Type | Description | Notes
**test_results** | [**[TestResultApiResult]**](TestResultApiResult.md) | |
**created_date** | **datetime** | |
**created_by_id** | **str** | |
**tags** | **[str]** | |
**started_date** | **datetime, none_type** | | [optional]
**completed_date** | **datetime, none_type** | | [optional]
**description** | **str, none_type** | | [optional]
Expand Down
2 changes: 2 additions & 0 deletions docs/TestRunFilterApiModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Name | Type | Description | Notes
**failure_category** | [**[FailureCategory], none_type**](FailureCategory.md) | Specifies failure categories | [optional]
**completed_date** | [**TestRunFilterApiModelCompletedDate**](TestRunFilterApiModelCompletedDate.md) | | [optional]
**test_results_configuration_ids** | **[str], none_type** | Specifies a test result configuration IDs to search for | [optional]
**tags** | **[str], none_type** | Specifies a test run tags to search for | [optional]
**exclude_tags** | **[str], none_type** | Specifies a test run excluded tags to search for | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/TestRunShortApiResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**auto_tests_count** | **int** | Number of AutoTests run in the test run |
**statistics** | [**TestRunShortApiResultStatistics**](TestRunShortApiResultStatistics.md) | |
**test_results_configurations** | [**[ConfigurationShortApiResult]**](ConfigurationShortApiResult.md) | Test results configurations |
**tags** | **[str]** | Collection of tags associated with the test run |
**started_date** | **datetime, none_type** | Date when the test run was started | [optional]
**completed_date** | **datetime, none_type** | Completion date of the test run | [optional]
**modified_by_id** | **str, none_type** | Unique ID of user who modified the test run last time | [optional]
Expand Down
Loading