Skip to content

Commit

Permalink
Added support TMS 4.2 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry.Gridnev <[email protected]>
  • Loading branch information
testit-owner and Dmitry.Gridnev authored Apr 27, 2023
1 parent d6b412c commit cdba82d
Show file tree
Hide file tree
Showing 148 changed files with 11,426 additions and 2,323 deletions.
25 changes: 25 additions & 0 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# TestIt.Client.Model.DateRangeModel
# TestIt.Client.Model.ApiV2AttachmentsPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**From** | **DateTime?** | Minimum date and time | [optional]
**To** | **DateTime?** | Maximum date and time | [optional]
**File** | [**FileParameter**](FileParameter.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)

2 changes: 1 addition & 1 deletion docs/AttachmentModelAutoTestStepResultsModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**Info** | **string** | Extended description of the step result. | [optional]
**StartedOn** | **DateTime?** | Step start date. | [optional]
**CompletedOn** | **DateTime?** | Step end date. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in seconds. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in milliseconds. | [optional]
**Outcome** | **AvailableTestResultOutcome** | | [optional]
**StepResults** | [**List&lt;AttachmentModelAutoTestStepResultsModel&gt;**](AttachmentModelAutoTestStepResultsModel.md) | Nested step results. The maximum nesting level is 15. | [optional]
**Attachments** | [**List&lt;AttachmentModel&gt;**](AttachmentModel.md) | /// &lt;summary&gt; Specifies an attachment GUID. Multiple values can be sent. &lt;/summary&gt; | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/AttachmentPutModelAutoTestStepResultsModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**Info** | **string** | Extended description of the step result. | [optional]
**StartedOn** | **DateTime?** | Step start date. | [optional]
**CompletedOn** | **DateTime?** | Step end date. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in seconds. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in milliseconds. | [optional]
**Outcome** | **AvailableTestResultOutcome** | | [optional]
**StepResults** | [**List&lt;AttachmentPutModelAutoTestStepResultsModel&gt;**](AttachmentPutModelAutoTestStepResultsModel.md) | Nested step results. The maximum nesting level is 15. | [optional]
**Attachments** | [**List&lt;AttachmentPutModel&gt;**](AttachmentPutModel.md) | /// &lt;summary&gt; Specifies an attachment GUID. Multiple values can be sent. &lt;/summary&gt; | [optional]
Expand Down
6 changes: 3 additions & 3 deletions docs/AttachmentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **204** | Attachment file was deleted successfully | - |
| **422** | Attachment file is already in use | - |
| **204** | Attachment file was deleted successfully | - |

[[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)

Expand Down Expand Up @@ -401,10 +401,10 @@ catch (ApiException e)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **403** | Forbidden | - |
| **400** | &lt;br&gt;- Invalid file contents &lt;br&gt;- Invalid HTTP headers | - |
| **201** | Created | - |
| **403** | Forbidden | - |
| **401** | Unauthorized | - |
| **201** | Success | - |

[[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: 1 addition & 1 deletion docs/AutoTestResultsForTestRunModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
**Traces** | **string** | An extended comment or a stack trace. | [optional]
**StartedOn** | **DateTime?** | Test run start date. | [optional]
**CompletedOn** | **DateTime?** | Test run end date. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in seconds. | [optional]
**Duration** | **long?** | Expected or actual duration of the test run execution in milliseconds. | [optional]
**Attachments** | [**List&lt;AttachmentPutModel&gt;**](AttachmentPutModel.md) | Specifies an attachment GUID. Multiple values can be sent. | [optional]
**Parameters** | **Dictionary&lt;string, string&gt;** | \&quot;&lt;b&gt;parameter&lt;/b&gt;\&quot;: \&quot;&lt;b&gt;value&lt;/b&gt;\&quot; pair with arbitrary custom parameters. Multiple parameters can be sent. | [optional]
**Properties** | **Dictionary&lt;string, string&gt;** | \&quot;&lt;b&gt;property&lt;/b&gt;\&quot;: \&quot;&lt;b&gt;value&lt;/b&gt;\&quot; pair with arbitrary custom properties. Multiple properties can be sent. | [optional]
Expand Down
Loading

0 comments on commit cdba82d

Please sign in to comment.