diff --git a/.swagger/cloud-swagger.json b/.swagger/cloud-swagger.json
index 875774c9..a807281e 100644
--- a/.swagger/cloud-swagger.json
+++ b/.swagger/cloud-swagger.json
@@ -15585,7 +15585,8 @@
}
}
}
- }
+ },
+ "deprecated": true
}
},
"/api/v2/sections/{id}": {
@@ -18542,7 +18543,7 @@
}
},
"422": {
- "description": "Can't put a SharedStep in the TestSuite",
+ "description": "Can't put a SharedSteps in the TestSuite",
"content": {
"application/json": {
"schema": {
@@ -19934,7 +19935,8 @@
}
}
}
- }
+ },
+ "deprecated": true
}
},
"/api/v2/testPlans/{id}/unlock/request": {
@@ -22326,7 +22328,8 @@
}
}
}
- }
+ },
+ "deprecated": true
}
},
"/api/v2/testResults/external-projects/{externalProjectId}/defects": {
@@ -22429,7 +22432,8 @@
}
}
}
- }
+ },
+ "deprecated": true
}
},
"/api/v2/testResults/{id}/aggregated": {
@@ -33041,7 +33045,7 @@
"links": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Link"
+ "$ref": "#/components/schemas/LinkApiResult"
},
"description": "Collection of the autotest links",
"nullable": true
@@ -36378,6 +36382,7 @@
"CreateLinkApiModel": {
"required": [
"hasInfo",
+ "type",
"url"
],
"type": "object",
@@ -36403,8 +36408,7 @@
"$ref": "#/components/schemas/LinkType"
}
],
- "description": "Specifies the type of the link.",
- "nullable": true
+ "description": "Specifies the type of the link."
},
"hasInfo": {
"type": "boolean",
@@ -38860,14 +38864,6 @@
"description": "The ID of the external AI service to be used for generation.",
"format": "uuid"
},
- "taskKey": {
- "maxLength": 255,
- "minLength": 0,
- "type": "string",
- "description": "The key of the issue in an issue tracker (e.g., JIRA-123).",
- "nullable": true,
- "deprecated": true
- },
"issueKey": {
"maxLength": 255,
"minLength": 0,
@@ -39619,50 +39615,6 @@
},
"additionalProperties": false
},
- "Link": {
- "required": [
- "hasInfo",
- "url"
- ],
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "description": "Link unique identifier",
- "format": "uuid",
- "nullable": true
- },
- "title": {
- "type": "string",
- "description": "Link name.",
- "nullable": true
- },
- "url": {
- "minLength": 1,
- "type": "string",
- "description": "Address can be specified without protocol, but necessarily with the domain."
- },
- "description": {
- "type": "string",
- "description": "Link description.",
- "nullable": true
- },
- "type": {
- "allOf": [
- {
- "$ref": "#/components/schemas/LinkType"
- }
- ],
- "description": "Specifies the type of the link.",
- "nullable": true
- },
- "hasInfo": {
- "type": "boolean",
- "description": "Flag defines if link relates to integrated jira service"
- }
- },
- "additionalProperties": false
- },
"LinkApiResult": {
"required": [
"hasInfo",
@@ -39748,6 +39700,7 @@
"LinkModel": {
"required": [
"hasInfo",
+ "type",
"url"
],
"type": "object",
@@ -39780,8 +39733,7 @@
"$ref": "#/components/schemas/LinkType"
}
],
- "description": "Specifies the type of the link.",
- "nullable": true
+ "description": "Specifies the type of the link."
},
"hasInfo": {
"title": "Flag defines if link relates to integrated jira service",
@@ -39793,6 +39745,7 @@
"LinkPostModel": {
"required": [
"hasInfo",
+ "type",
"url"
],
"type": "object",
@@ -39818,8 +39771,7 @@
"$ref": "#/components/schemas/LinkType"
}
],
- "description": "Specifies the type of the link.",
- "nullable": true
+ "description": "Specifies the type of the link."
},
"hasInfo": {
"title": "Flag defines if link relates to integrated jira service",
@@ -39831,6 +39783,7 @@
"LinkPutModel": {
"required": [
"hasInfo",
+ "type",
"url"
],
"type": "object",
@@ -39863,8 +39816,7 @@
"$ref": "#/components/schemas/LinkType"
}
],
- "description": "Specifies the type of the link.",
- "nullable": true
+ "description": "Specifies the type of the link."
},
"hasInfo": {
"title": "Flag defines if link relates to integrated jira service",
@@ -39876,8 +39828,6 @@
"LinkShortApiResult": {
"required": [
"id",
- "title",
- "type",
"url"
],
"type": "object",
@@ -39887,13 +39837,15 @@
"format": "uuid"
},
"title": {
- "type": "string"
+ "type": "string",
+ "nullable": true
},
"url": {
"type": "string"
},
"type": {
- "type": "string"
+ "type": "string",
+ "nullable": true
}
},
"additionalProperties": false
@@ -39901,7 +39853,6 @@
"LinkShortModel": {
"required": [
"id",
- "title",
"url"
],
"type": "object",
@@ -39911,7 +39862,8 @@
"format": "uuid"
},
"title": {
- "type": "string"
+ "type": "string",
+ "nullable": true
},
"type": {
"type": "string",
@@ -40422,6 +40374,11 @@
"type": "string",
"format": "uuid",
"example": "39d127a1-a511-473f-8b21-f75b747a9420"
+ },
+ "sharedStepId": {
+ "type": "string",
+ "format": "uuid",
+ "nullable": true
}
},
"additionalProperties": false
@@ -40468,6 +40425,11 @@
"type": "string",
"format": "uuid"
},
+ "sharedStepId": {
+ "type": "string",
+ "format": "uuid",
+ "nullable": true
+ },
"parameterKeyId": {
"type": "string",
"format": "uuid"
@@ -40626,7 +40588,8 @@
"isFavorite",
"name",
"type",
- "workflowId"
+ "workflowId",
+ "workItemsCount"
],
"type": "object",
"properties": {
@@ -40664,6 +40627,11 @@
"description": "Collection of the project test plans attributes",
"nullable": true
},
+ "workItemsCount": {
+ "type": "integer",
+ "description": "Number of work items in the project",
+ "format": "int32"
+ },
"testCasesCount": {
"type": "integer",
"description": "Number of test cases in the project",
@@ -41100,7 +41068,8 @@
"isFavorite",
"name",
"type",
- "workflowId"
+ "workflowId",
+ "workItemsCount"
],
"type": "object",
"properties": {
@@ -41138,6 +41107,11 @@
"description": "Collection of the project test plans attributes",
"nullable": true
},
+ "workItemsCount": {
+ "type": "integer",
+ "description": "Number of work items in the project",
+ "format": "int32"
+ },
"testCasesCount": {
"type": "integer",
"description": "Number of test cases in the project",
@@ -41322,7 +41296,8 @@
"isFavorite",
"name",
"type",
- "workflowId"
+ "workflowId",
+ "workItemsCount"
],
"type": "object",
"properties": {
@@ -41344,6 +41319,11 @@
"type": "boolean",
"description": "Indicates if the project is marked as favorite"
},
+ "workItemsCount": {
+ "type": "integer",
+ "description": "Number of test cases in the project",
+ "format": "int32"
+ },
"testCasesCount": {
"type": "integer",
"description": "Number of test cases in the project",
@@ -42772,7 +42752,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "type": "string"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item\n\nAllowed values: `TestCases`, `CheckLists`, `SharedSteps`",
"nullable": true
@@ -47220,7 +47200,7 @@
"links": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Link"
+ "$ref": "#/components/schemas/LinkApiResult"
},
"nullable": true
},
@@ -47635,7 +47615,7 @@
"links": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Link"
+ "$ref": "#/components/schemas/CreateLinkApiModel"
},
"nullable": true
},
@@ -49854,7 +49834,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item\n\nAllowed values: `TestCases`, `CheckLists`, `SharedSteps`",
"nullable": true
@@ -50000,7 +49980,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item",
"nullable": true
@@ -50264,6 +50244,7 @@
"UpdateLinkApiModel": {
"required": [
"hasInfo",
+ "type",
"url"
],
"type": "object",
@@ -50295,8 +50276,7 @@
"$ref": "#/components/schemas/LinkType"
}
],
- "description": "Specifies the type of the link.",
- "nullable": true
+ "description": "Specifies the type of the link."
},
"hasInfo": {
"type": "boolean",
@@ -52092,14 +52072,6 @@
],
"type": "string"
},
- "WorkItemEntityTypes": {
- "enum": [
- "TestCases",
- "CheckLists",
- "SharedSteps"
- ],
- "type": "string"
- },
"WorkItemExternalMetadataFieldFilterApiModel": {
"required": [
"externalServiceId",
@@ -52441,7 +52413,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item",
"nullable": true
@@ -52689,7 +52661,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item",
"nullable": true
@@ -53121,7 +53093,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"nullable": true
},
@@ -53241,7 +53213,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item",
"nullable": true
@@ -53429,7 +53401,7 @@
"entityTypeName": {
"allOf": [
{
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
}
]
},
@@ -53484,6 +53456,18 @@
},
"nullable": true
},
+ "externalIssues": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/ExternalIssueModel"
+ }
+ },
+ "parameters": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/WorkItemParameterKeyModel"
+ }
+ },
"createdDate": {
"title": "Date and time of workitem creation",
"type": "string",
@@ -53516,18 +53500,6 @@
"format": "int64",
"example": 1000
},
- "externalIssues": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/ExternalIssueModel"
- }
- },
- "parameters": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/WorkItemParameterKeyModel"
- }
- },
"id": {
"title": "Workitem internal identifier",
"type": "string",
@@ -53889,7 +53861,7 @@
"uniqueItems": true,
"type": "array",
"items": {
- "$ref": "#/components/schemas/WorkItemEntityTypes"
+ "$ref": "#/components/schemas/WorkItemTypeModel"
},
"description": "Collection of types of work item",
"nullable": true
@@ -54255,8 +54227,11 @@
"example": "Performance test"
},
"entityTypeName": {
- "minLength": 1,
- "type": "string",
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/WorkItemTypeModel"
+ }
+ ],
"description": "Work Item type. Possible values: CheckLists, SharedSteps, TestCases",
"example": "TestCases"
},
@@ -54486,6 +54461,14 @@
},
"additionalProperties": false
},
+ "WorkItemTypeModel": {
+ "enum": [
+ "TestCases",
+ "CheckLists",
+ "SharedSteps"
+ ],
+ "type": "string"
+ },
"WorkItemUpdatingFieldsApiModel": {
"type": "object",
"properties": {
@@ -54871,17 +54854,24 @@
}
},
"securitySchemes": {
- "Bearer or PrivateToken": {
+ "PrivateToken": {
"type": "apiKey",
- "description": "JWT Authorization header using the Bearer scheme. Example: value: \"PrivateToken {API Secret Key}\" or value: \"Bearer {Bearer Token}\"",
+ "description": "API token authorization. Example: value: \"PrivateToken {API Secret Key}\"",
"name": "Authorization",
"in": "header"
+ },
+ "Session Cookie": {
+ "type": "apiKey",
+ "description": "Session-based authorization via Web UI. If you are already logged in, the browser will attach the cookie automatically — no need to fill in the Value field.",
+ "name": "backoffice",
+ "in": "cookie"
}
}
},
"security": [
{
- "Bearer or PrivateToken": [ ]
+ "PrivateToken": [ ],
+ "Session Cookie": [ ]
}
],
"tags": [
diff --git a/README.md b/README.md
index 0f151238..f61725c5 100644
--- a/README.md
+++ b/README.md
@@ -691,7 +691,6 @@ Class | Method | HTTP request | Description
- [LabelShortModel](docs/LabelShortModel.md)
- [LastTestResultApiResult](docs/LastTestResultApiResult.md)
- [LastTestResultModel](docs/LastTestResultModel.md)
- - [Link](docs/Link.md)
- [LinkApiResult](docs/LinkApiResult.md)
- [LinkAutoTestToWorkItemRequest](docs/LinkAutoTestToWorkItemRequest.md)
- [LinkCreateApiModel](docs/LinkCreateApiModel.md)
@@ -1053,7 +1052,6 @@ Class | Method | HTTP request | Description
- [WorkItemChangedFieldsViewModelTags](docs/WorkItemChangedFieldsViewModelTags.md)
- [WorkItemCommentApiResult](docs/WorkItemCommentApiResult.md)
- [WorkItemEntityTypeApiModel](docs/WorkItemEntityTypeApiModel.md)
- - [WorkItemEntityTypes](docs/WorkItemEntityTypes.md)
- [WorkItemExternalMetadataFieldFilterApiModel](docs/WorkItemExternalMetadataFieldFilterApiModel.md)
- [WorkItemExternalMetadataFieldFilterModel](docs/WorkItemExternalMetadataFieldFilterModel.md)
- [WorkItemExternalMetadataFilterApiModel](docs/WorkItemExternalMetadataFilterApiModel.md)
@@ -1113,6 +1111,7 @@ Class | Method | HTTP request | Description
- [WorkItemStepChangeViewModel](docs/WorkItemStepChangeViewModel.md)
- [WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel](docs/WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel.md)
- [WorkItemStepChangeViewModelWorkItem](docs/WorkItemStepChangeViewModelWorkItem.md)
+ - [WorkItemTypeModel](docs/WorkItemTypeModel.md)
- [WorkItemUpdatingFieldsApiModel](docs/WorkItemUpdatingFieldsApiModel.md)
- [WorkItemUpdatingFieldsApiResult](docs/WorkItemUpdatingFieldsApiResult.md)
- [WorkItemVersionModel](docs/WorkItemVersionModel.md)
@@ -1133,13 +1132,20 @@ Class | Method | HTTP request | Description
Authentication schemes defined for the API:
-
-### Bearer or PrivateToken
+
+### PrivateToken
- **Type**: API key
- **API key parameter name**: Authorization
- **Location**: HTTP header
+
+### Session Cookie
+
+- **Type**: API key
+- **API key parameter name**: backoffice
+- **Location**:
+
## Author
diff --git a/docs/ApiV2TestResultsIdPutRequest.md b/docs/ApiV2TestResultsIdPutRequest.md
index 680d4189..2db676ff 100644
--- a/docs/ApiV2TestResultsIdPutRequest.md
+++ b/docs/ApiV2TestResultsIdPutRequest.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**status_code** | **str, none_type** | | [optional]
**status_type** | [**TestStatusType**](TestStatusType.md) | | [optional]
**comment** | **str, none_type** | | [optional]
-**links** | [**[Link], none_type**](Link.md) | | [optional]
+**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | | [optional]
**step_results** | [**[StepResultApiModel], none_type**](StepResultApiModel.md) | | [optional]
**attachments** | [**[AttachmentUpdateRequest], none_type**](AttachmentUpdateRequest.md) | | [optional]
**duration_in_ms** | **int, none_type** | | [optional]
diff --git a/docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md b/docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md
index b6b11e5f..7850b070 100644
--- a/docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md
+++ b/docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
**modified_by_ids** | **[str], none_type** | Collection of identifiers of users who applied last modification to work item | [optional]
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
-**entity_types** | **[str], none_type** | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
+**entity_types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
**created_date** | [**SharedStepReferenceSectionsQueryFilterModelCreatedDate**](SharedStepReferenceSectionsQueryFilterModelCreatedDate.md) | | [optional]
**modified_date** | [**SharedStepReferenceSectionsQueryFilterModelModifiedDate**](SharedStepReferenceSectionsQueryFilterModelModifiedDate.md) | | [optional]
**is_automated** | **bool, none_type** | Is result must consist of only manual/automated work items | [optional]
diff --git a/docs/AttachmentsApi.md b/docs/AttachmentsApi.md
index dd628c16..bdd125d7 100644
--- a/docs/AttachmentsApi.md
+++ b/docs/AttachmentsApi.md
@@ -18,7 +18,8 @@ Delete attachment file
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -38,11 +39,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -71,7 +78,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -100,7 +107,8 @@ Download attachment file
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -121,11 +129,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -172,7 +186,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -201,7 +215,8 @@ Get attachment metadata
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -222,11 +237,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -256,7 +277,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -285,7 +306,8 @@ Get size of attachments storage in bytes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -305,11 +327,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -335,7 +363,7 @@ This endpoint does not need any parameter.
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -366,7 +394,8 @@ File size is restricted to 50 MB (52 428 800 bytes)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -387,11 +416,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -422,7 +457,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/AutoTest.md b/docs/AutoTest.md
index c84b6cb8..92ca1ceb 100644
--- a/docs/AutoTest.md
+++ b/docs/AutoTest.md
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
**id** | **str** | Unique ID of the autotest |
**created_date** | **datetime** | Creation date of the autotest |
**created_by_id** | **str** | Unique ID of the project creator |
-**links** | [**[Link], none_type**](Link.md) | Collection of the autotest links | [optional]
+**links** | [**[LinkApiResult], none_type**](LinkApiResult.md) | Collection of the autotest links | [optional]
**namespace** | **str, none_type** | Name of the autotest namespace | [optional]
**classname** | **str, none_type** | Name of the autotest class | [optional]
**steps** | [**[AutoTestStep], none_type**](AutoTestStep.md) | Collection of the autotest steps | [optional]
diff --git a/docs/AutoTestsApi.md b/docs/AutoTestsApi.md
index 5942e70a..6dc01bb8 100644
--- a/docs/AutoTestsApi.md
+++ b/docs/AutoTestsApi.md
@@ -33,7 +33,8 @@ Delete autotests
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -55,11 +56,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -90,7 +97,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -121,7 +128,8 @@ User permissions for project: - Read only - Execute - Write - Full control
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -142,11 +150,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -186,7 +200,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -217,7 +231,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -238,11 +253,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -288,7 +309,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -319,7 +340,8 @@ Get test results history for autotest
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -341,11 +363,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -396,7 +424,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -427,7 +455,8 @@ User permissions for project: - Read only - Execute - Write - Full control
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -447,11 +476,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -481,7 +516,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -512,7 +547,8 @@ User permissions for project: - Read only - Execute - Write - Full control
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -532,11 +568,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -567,7 +609,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -596,7 +638,8 @@ Search for autotests
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -618,11 +661,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -663,7 +712,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -694,7 +743,8 @@ Create autotest
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -716,11 +766,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -751,7 +807,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -782,7 +838,8 @@ Create multiple autotests
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -804,11 +861,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -905,7 +968,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -936,7 +999,8 @@ Delete autotest
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -956,11 +1020,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -989,7 +1059,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1020,7 +1090,8 @@ Unlink autotest from work item
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1040,11 +1111,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1083,7 +1160,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1112,7 +1189,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1133,11 +1211,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1219,7 +1303,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1250,7 +1334,8 @@ Get average autotest duration
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1271,11 +1356,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1305,7 +1396,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1336,7 +1427,8 @@ Get autotest by internal or global ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1357,11 +1449,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1391,7 +1489,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1422,7 +1520,8 @@ Get autotest chronology
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1443,11 +1542,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1477,7 +1582,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1508,7 +1613,8 @@ Get completed tests runs for autotests
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1529,11 +1635,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1563,7 +1675,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1594,7 +1706,8 @@ Get work items linked to autotest
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1615,11 +1728,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1662,7 +1781,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1693,7 +1812,8 @@ Link autotest with work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1714,11 +1834,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1757,7 +1883,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1788,7 +1914,8 @@ Update autotest
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1809,11 +1936,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1843,7 +1976,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1875,7 +2008,8 @@ Update multiple autotests
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1896,11 +2030,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1994,7 +2134,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/BackgroundJobsApi.md b/docs/BackgroundJobsApi.md
index 3d71608e..c247870b 100644
--- a/docs/BackgroundJobsApi.md
+++ b/docs/BackgroundJobsApi.md
@@ -19,7 +19,8 @@ Delete all completed background jobs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -39,11 +40,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -68,7 +75,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -97,7 +104,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -118,11 +126,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -160,7 +174,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -189,7 +203,8 @@ Cancel current user background job
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -209,11 +224,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -242,7 +263,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -271,7 +292,8 @@ Get background job by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -292,11 +314,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -326,7 +354,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -355,7 +383,8 @@ Get background job status by job ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -376,11 +405,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -410,7 +445,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -439,7 +474,8 @@ Search for user background jobs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -461,11 +497,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -506,7 +548,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ConfigurationsApi.md b/docs/ConfigurationsApi.md
index 19f46e6c..73662f79 100644
--- a/docs/ConfigurationsApi.md
+++ b/docs/ConfigurationsApi.md
@@ -25,7 +25,8 @@ Create configurations by parameters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -46,11 +47,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -81,7 +88,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -110,7 +117,8 @@ Delete multiple configurations
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -131,11 +139,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -166,7 +180,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -195,7 +209,8 @@ Delete configuration
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -215,11 +230,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -248,7 +269,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -279,7 +300,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -300,11 +322,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -350,7 +378,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -379,7 +407,8 @@ Permanently delete configuration from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -399,11 +428,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -432,7 +467,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -461,7 +496,8 @@ Restore configuration from the archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -481,11 +517,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -514,7 +556,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -543,7 +585,8 @@ Permanently delete multiple archived configurations
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -564,11 +607,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -599,7 +648,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -628,7 +677,8 @@ Edit configuration
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -649,11 +699,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -683,7 +739,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -712,7 +768,8 @@ Restore multiple configurations from the archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -733,11 +790,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -768,7 +831,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -797,7 +860,8 @@ Search for configurations
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -819,11 +883,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -864,7 +934,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -895,7 +965,8 @@ Create Configuration
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -917,11 +988,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -952,7 +1029,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -983,7 +1060,8 @@ Get configuration by internal or global ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1004,11 +1082,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1038,7 +1122,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/CreateLinkApiModel.md b/docs/CreateLinkApiModel.md
index 9e60bc27..a14796a3 100644
--- a/docs/CreateLinkApiModel.md
+++ b/docs/CreateLinkApiModel.md
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
+**type** | [**LinkType**](LinkType.md) | |
**has_info** | **bool** | Flag defines if link relates to integrated jira service |
**title** | **str, none_type** | Link name. | [optional]
**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
diff --git a/docs/CustomAttributeTemplatesApi.md b/docs/CustomAttributeTemplatesApi.md
index 143c4f92..7a0d7077 100644
--- a/docs/CustomAttributeTemplatesApi.md
+++ b/docs/CustomAttributeTemplatesApi.md
@@ -22,7 +22,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -43,11 +44,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -77,7 +84,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -108,7 +115,8 @@ Exclude CustomAttributes from CustomAttributeTemplate
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -128,11 +136,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -173,7 +187,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -204,7 +218,8 @@ Include CustomAttributes to CustomAttributeTemplate
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -224,11 +239,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -269,7 +290,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -300,7 +321,8 @@ Delete CustomAttributeTemplate
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -320,11 +342,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -353,7 +381,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -384,7 +412,8 @@ Get CustomAttributeTemplate by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -405,11 +434,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -439,7 +474,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -470,7 +505,8 @@ Get CustomAttributeTemplate by name
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -491,11 +527,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -525,7 +567,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -556,7 +598,8 @@ Create CustomAttributeTemplate
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -578,11 +621,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -613,7 +662,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -642,7 +691,8 @@ Update custom attributes template
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -663,11 +713,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -697,7 +753,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -728,7 +784,8 @@ Search CustomAttributeTemplates
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -750,11 +807,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -795,7 +858,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/CustomAttributesApi.md b/docs/CustomAttributesApi.md
index bf30a94f..327f5003 100644
--- a/docs/CustomAttributesApi.md
+++ b/docs/CustomAttributesApi.md
@@ -19,7 +19,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -40,11 +41,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -76,7 +83,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -105,7 +112,8 @@ Delete global attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -125,11 +133,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -158,7 +172,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -187,7 +201,8 @@ Edit global attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -209,11 +224,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -254,7 +275,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -283,7 +304,8 @@ Create global attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -305,11 +327,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -340,7 +368,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -369,7 +397,8 @@ Get attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -390,11 +419,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -424,7 +459,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -453,7 +488,8 @@ Search for attributes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -475,11 +511,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -520,7 +562,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ExternalIssuesApi.md b/docs/ExternalIssuesApi.md
index cd9d968b..9a72c397 100644
--- a/docs/ExternalIssuesApi.md
+++ b/docs/ExternalIssuesApi.md
@@ -14,7 +14,8 @@ Returns list of suggestions from available external issues
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -36,11 +37,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -71,7 +78,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/GenerateWorkItemPreviewsApiModel.md b/docs/GenerateWorkItemPreviewsApiModel.md
index 2496e06e..1e0579d1 100644
--- a/docs/GenerateWorkItemPreviewsApiModel.md
+++ b/docs/GenerateWorkItemPreviewsApiModel.md
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
**external_service_id** | **str** | The ID of the external AI service to be used for generation. |
**temperature** | **float** | Controls randomness of the AI model output. |
**preview_limit** | **int** | Number of work item previews to generate. |
-**task_key** | **str, none_type** | The key of the issue in an issue tracker (e.g., JIRA-123). | [optional]
**issue_key** | **str, none_type** | The key of the issue in an issue tracker (e.g., JIRA-123). | [optional]
**user_context** | **str, none_type** | Additional user context or description of the issue if no issue key is provided. | [optional]
diff --git a/docs/Link.md b/docs/Link.md
deleted file mode 100644
index f38fd10a..00000000
--- a/docs/Link.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Link
-
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
-**has_info** | **bool** | Flag defines if link relates to integrated jira service |
-**id** | **str, none_type** | Link unique identifier | [optional]
-**title** | **str, none_type** | Link name. | [optional]
-**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
-
-
diff --git a/docs/LinkModel.md b/docs/LinkModel.md
index c10f384b..afadc48e 100644
--- a/docs/LinkModel.md
+++ b/docs/LinkModel.md
@@ -5,11 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
+**type** | [**LinkType**](LinkType.md) | |
**has_info** | **bool** | |
**id** | **str, none_type** | | [optional]
**title** | **str, none_type** | Link name. | [optional]
**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
diff --git a/docs/LinkPostModel.md b/docs/LinkPostModel.md
index 58457202..0ae827fa 100644
--- a/docs/LinkPostModel.md
+++ b/docs/LinkPostModel.md
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
+**type** | [**LinkType**](LinkType.md) | |
**has_info** | **bool** | |
**title** | **str, none_type** | Link name. | [optional]
**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
diff --git a/docs/LinkPutModel.md b/docs/LinkPutModel.md
index 35e88f98..b09b16da 100644
--- a/docs/LinkPutModel.md
+++ b/docs/LinkPutModel.md
@@ -5,11 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
+**type** | [**LinkType**](LinkType.md) | |
**has_info** | **bool** | |
**id** | **str, none_type** | | [optional]
**title** | **str, none_type** | Link name. | [optional]
**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
diff --git a/docs/LinkShortApiResult.md b/docs/LinkShortApiResult.md
index b2e91ce1..2ba4866c 100644
--- a/docs/LinkShortApiResult.md
+++ b/docs/LinkShortApiResult.md
@@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
-**title** | **str** | |
**url** | **str** | |
-**type** | **str** | |
+**title** | **str, none_type** | | [optional]
+**type** | **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)
diff --git a/docs/LinkShortModel.md b/docs/LinkShortModel.md
index b7e5fc5d..ed0bdc8c 100644
--- a/docs/LinkShortModel.md
+++ b/docs/LinkShortModel.md
@@ -5,8 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
-**title** | **str** | |
**url** | **str** | |
+**title** | **str, none_type** | | [optional]
**type** | **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)
diff --git a/docs/NotificationsApi.md b/docs/NotificationsApi.md
index 22edf92d..b59c6827 100644
--- a/docs/NotificationsApi.md
+++ b/docs/NotificationsApi.md
@@ -20,7 +20,8 @@ Get unread Notifications total in last 7 days
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -40,11 +41,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -75,7 +82,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -106,7 +113,8 @@ Get all Notifications for current User
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -128,11 +136,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -173,7 +187,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -204,7 +218,8 @@ Set Notification as read
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -224,11 +239,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -257,7 +278,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -289,7 +310,8 @@ Set all Notifications as read
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -309,11 +331,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -338,7 +366,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -370,7 +398,8 @@ Search Notifications for current User
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -392,11 +421,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -437,7 +472,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/OpenIdConnectionsApi.md b/docs/OpenIdConnectionsApi.md
index 3b89cdb9..f6b6cdf0 100644
--- a/docs/OpenIdConnectionsApi.md
+++ b/docs/OpenIdConnectionsApi.md
@@ -14,7 +14,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -35,11 +36,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -64,7 +71,7 @@ This endpoint does not need any parameter.
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ParameterIterationModel.md b/docs/ParameterIterationModel.md
index 4281e49d..53207a1e 100644
--- a/docs/ParameterIterationModel.md
+++ b/docs/ParameterIterationModel.md
@@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
+**shared_step_id** | **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)
diff --git a/docs/ParameterShortModel.md b/docs/ParameterShortModel.md
index a04856f2..da3b3d0e 100644
--- a/docs/ParameterShortModel.md
+++ b/docs/ParameterShortModel.md
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
**value** | **str** | Value of the parameter |
**name** | **str** | Key of the parameter |
**project_ids** | **[str]** | |
+**shared_step_id** | **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)
diff --git a/docs/ParametersApi.md b/docs/ParametersApi.md
index a267351d..1933ea18 100644
--- a/docs/ParametersApi.md
+++ b/docs/ParametersApi.md
@@ -30,7 +30,8 @@ Create multiple parameters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -52,11 +53,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -95,7 +102,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -126,7 +133,8 @@ Update multiple parameters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -147,11 +155,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -190,7 +204,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -221,7 +235,8 @@ Get parameters as group
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -242,11 +257,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -297,7 +318,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -328,7 +349,8 @@ Check existence parameter key in system
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -348,11 +370,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -382,7 +410,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -413,7 +441,8 @@ Get all parameter key values
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -433,11 +462,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -467,7 +502,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -498,7 +533,8 @@ Get all parameter keys
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -518,11 +554,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -565,7 +607,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -594,7 +636,8 @@ Search for parameters as group
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -616,11 +659,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -661,7 +710,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -690,7 +739,8 @@ Search for parameters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -712,11 +762,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -757,7 +813,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -788,7 +844,8 @@ Create parameter
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -810,11 +867,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -845,7 +908,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -876,7 +939,8 @@ Deletes parameter and all it's values
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -896,11 +960,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -929,7 +999,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -960,7 +1030,8 @@ Deletes parameter and all it's values by parameter key identifier
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -980,11 +1051,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1013,7 +1090,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1044,7 +1121,8 @@ Delete parameter
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1064,11 +1142,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1097,7 +1181,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1128,7 +1212,8 @@ Get all parameters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1149,11 +1234,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1194,7 +1285,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1225,7 +1316,8 @@ Get parameter by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1246,11 +1338,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1280,7 +1378,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1311,7 +1409,8 @@ Update parameter
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1332,11 +1431,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1366,7 +1471,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectApiResult.md b/docs/ProjectApiResult.md
index 73775307..205ee8a7 100644
--- a/docs/ProjectApiResult.md
+++ b/docs/ProjectApiResult.md
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**id** | **str** | Unique ID of the project |
**name** | **str** | Name of the project |
**is_favorite** | **bool** | Indicates if the project is marked as favorite |
+**work_items_count** | **int** | Number of work items in the project |
**is_deleted** | **bool** | Indicates if the project is deleted |
**created_date** | **datetime** | Creation date of the project |
**created_by_id** | **str** | Unique ID of the project creator |
diff --git a/docs/ProjectAttributeTemplatesApi.md b/docs/ProjectAttributeTemplatesApi.md
index ede89f00..d8df5f6c 100644
--- a/docs/ProjectAttributeTemplatesApi.md
+++ b/docs/ProjectAttributeTemplatesApi.md
@@ -16,7 +16,8 @@ Search for custom attributes templates
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -38,11 +39,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -93,7 +100,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -124,7 +131,8 @@ Delete CustomAttributeTemplate from Project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -144,11 +152,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -179,7 +193,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -210,7 +224,8 @@ Add CustomAttributeTemplate to Project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -230,11 +245,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -265,7 +286,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectAttributesApi.md b/docs/ProjectAttributesApi.md
index 4f5668c9..04f67ab0 100644
--- a/docs/ProjectAttributesApi.md
+++ b/docs/ProjectAttributesApi.md
@@ -21,7 +21,8 @@ Create project attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -43,11 +44,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -88,7 +95,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -119,7 +126,8 @@ Delete project attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -139,11 +147,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -174,7 +188,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -205,7 +219,8 @@ Get project attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -226,11 +241,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -262,7 +283,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -293,7 +314,8 @@ Get project attributes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -315,11 +337,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -360,7 +388,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -389,7 +417,8 @@ Search for attributes used in the project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -411,11 +440,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -466,7 +501,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -495,7 +530,8 @@ Edit attribute of the project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -516,11 +552,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -559,7 +601,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectConfigurationsApi.md b/docs/ProjectConfigurationsApi.md
index 0d295ad0..dc972624 100644
--- a/docs/ProjectConfigurationsApi.md
+++ b/docs/ProjectConfigurationsApi.md
@@ -16,7 +16,8 @@ Get project configurations
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -37,11 +38,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -71,7 +78,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectModel.md b/docs/ProjectModel.md
index 99e7f4a9..5cf8bb59 100644
--- a/docs/ProjectModel.md
+++ b/docs/ProjectModel.md
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**id** | **str** | Unique ID of the project |
**name** | **str** | Name of the project |
**is_favorite** | **bool** | Indicates if the project is marked as favorite |
+**work_items_count** | **int** | Number of work items in the project |
**is_deleted** | **bool** | Indicates if the project is deleted |
**created_date** | **datetime** | Creation date of the project |
**created_by_id** | **str** | Unique ID of the project creator |
diff --git a/docs/ProjectSectionsApi.md b/docs/ProjectSectionsApi.md
index f3e6ae07..2d6a4adf 100644
--- a/docs/ProjectSectionsApi.md
+++ b/docs/ProjectSectionsApi.md
@@ -16,7 +16,8 @@ Get project sections
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -37,11 +38,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -90,7 +97,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectSettingsApi.md b/docs/ProjectSettingsApi.md
index a1ad9e9c..077cb42f 100644
--- a/docs/ProjectSettingsApi.md
+++ b/docs/ProjectSettingsApi.md
@@ -15,7 +15,8 @@ Set autotest project settings.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -36,11 +37,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -79,7 +86,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -108,7 +115,8 @@ Get autotest project settings.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -129,11 +137,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -163,7 +177,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectShortModel.md b/docs/ProjectShortModel.md
index 9c4a5abf..3802bdf2 100644
--- a/docs/ProjectShortModel.md
+++ b/docs/ProjectShortModel.md
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**id** | **str** | Unique ID of the project |
**name** | **str** | Name of the project |
**is_favorite** | **bool** | Indicates if the project is marked as favorite |
+**work_items_count** | **int** | Number of test cases in the project |
**is_deleted** | **bool** | Indicates if the project is deleted |
**created_date** | **datetime** | Creation date of the project |
**created_by_id** | **str** | Unique ID of the project creator |
diff --git a/docs/ProjectTestPlanAttributesApi.md b/docs/ProjectTestPlanAttributesApi.md
index f631dab4..e564d443 100644
--- a/docs/ProjectTestPlanAttributesApi.md
+++ b/docs/ProjectTestPlanAttributesApi.md
@@ -20,7 +20,8 @@ Add attributes to project's test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -40,11 +41,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -85,7 +92,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -116,7 +123,8 @@ Delete attribute from project's test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -136,11 +144,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -171,7 +185,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -202,7 +216,8 @@ Get project's test plan attributes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -223,11 +238,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -257,7 +278,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -286,7 +307,8 @@ Search for attributes used in the project test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -308,11 +330,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -363,7 +391,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -394,7 +422,8 @@ Update attribute of project's test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -415,11 +444,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -458,7 +493,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectTestPlanTestPointsApi.md b/docs/ProjectTestPlanTestPointsApi.md
index 9d9e0c32..5e7d24b4 100644
--- a/docs/ProjectTestPlanTestPointsApi.md
+++ b/docs/ProjectTestPlanTestPointsApi.md
@@ -15,7 +15,8 @@ Rerun autotests.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -36,11 +37,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -81,7 +88,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -110,7 +117,8 @@ Run autotests.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -132,11 +140,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -179,7 +193,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectTestPlansApi.md b/docs/ProjectTestPlansApi.md
index 711a0a4b..4ec8652c 100644
--- a/docs/ProjectTestPlansApi.md
+++ b/docs/ProjectTestPlansApi.md
@@ -21,7 +21,8 @@ Get TestPlans analytics
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -42,11 +43,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -99,7 +106,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -128,7 +135,8 @@ Delete multiple test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -149,11 +157,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -194,7 +208,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -225,7 +239,8 @@ Checks if TestPlan exists with the specified name exists for the project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -245,11 +260,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -281,7 +302,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -310,7 +331,8 @@ Permanently delete multiple archived test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -331,11 +353,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -374,7 +402,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -403,7 +431,8 @@ Restore multiple test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -424,11 +453,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -469,7 +504,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -500,7 +535,8 @@ Get Project TestPlans with analytics
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -522,11 +558,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -579,7 +621,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectWorkItemsApi.md b/docs/ProjectWorkItemsApi.md
index 5c6279e7..f29a308f 100644
--- a/docs/ProjectWorkItemsApi.md
+++ b/docs/ProjectWorkItemsApi.md
@@ -19,7 +19,8 @@ Search for work items and group results by attribute
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -41,11 +42,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -96,7 +103,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -125,7 +132,8 @@ Search for work items and extract IDs only
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -146,11 +154,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -201,7 +215,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -230,7 +244,8 @@ Search for work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -252,11 +267,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -307,7 +328,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -336,7 +357,8 @@ Get work item index (position) in a collection by its id.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -358,11 +380,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -415,7 +443,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -446,7 +474,8 @@ Get WorkItems Tags
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -467,11 +496,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -512,7 +547,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -543,7 +578,8 @@ Get project work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -564,11 +600,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -625,7 +667,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/ProjectsApi.md b/docs/ProjectsApi.md
index bee4ff33..425c00e3 100644
--- a/docs/ProjectsApi.md
+++ b/docs/ProjectsApi.md
@@ -40,7 +40,8 @@ Add global attributes to project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -60,11 +61,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -105,7 +112,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -134,7 +141,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -155,11 +163,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -184,7 +198,7 @@ This endpoint does not need any parameter.
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -213,7 +227,8 @@ Archive project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -233,11 +248,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -266,7 +287,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -295,7 +316,8 @@ Get failure classes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -316,11 +338,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -361,7 +389,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -390,7 +418,8 @@ Mark Project as favorite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -410,11 +439,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -443,7 +478,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -474,7 +509,8 @@ Get Project filters
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -495,11 +531,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -529,7 +571,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -560,7 +602,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -581,11 +624,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -631,7 +680,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -660,7 +709,8 @@ Purge the project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -680,11 +730,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -713,7 +769,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -742,7 +798,8 @@ Restore archived project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -762,11 +819,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -795,7 +858,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -826,7 +889,8 @@ Delete attribute from project's test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -846,11 +910,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -881,7 +951,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -912,7 +982,8 @@ Update attribute of project's test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -933,11 +1004,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -976,7 +1053,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1007,7 +1084,8 @@ Get Project TestRuns full models
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1028,11 +1106,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1099,7 +1183,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1128,7 +1212,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1148,11 +1233,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1181,7 +1272,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1210,7 +1301,8 @@ Purge multiple projects
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1231,11 +1323,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1266,7 +1364,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1295,7 +1393,8 @@ Restore multiple projects
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1316,11 +1415,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1351,7 +1456,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1380,7 +1485,8 @@ Search for projects
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1402,11 +1508,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1447,7 +1559,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1478,7 +1590,8 @@ Get projects short models
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1500,11 +1613,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1535,7 +1654,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1566,7 +1685,8 @@ Create project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1588,11 +1708,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1623,7 +1749,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1652,7 +1778,8 @@ Delete all autotests from project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1672,11 +1799,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1705,7 +1838,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1736,7 +1869,8 @@ Get all projects
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1757,11 +1891,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1804,7 +1944,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1835,7 +1975,8 @@ Get namespaces of autotests in project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1856,11 +1997,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1890,7 +2037,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1921,7 +2068,8 @@ Get project by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1942,11 +2090,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1976,7 +2130,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2007,7 +2161,8 @@ Get project test plans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2028,11 +2183,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2073,7 +2234,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2104,7 +2265,8 @@ Get project test runs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2125,11 +2287,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2192,7 +2360,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2223,7 +2391,8 @@ Update project
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2244,11 +2413,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2278,7 +2453,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/SearchApi.md b/docs/SearchApi.md
index d836a9cf..c57a039e 100644
--- a/docs/SearchApi.md
+++ b/docs/SearchApi.md
@@ -14,7 +14,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -36,11 +37,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -70,7 +77,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/SearchWorkItemsRequest.md b/docs/SearchWorkItemsRequest.md
index 5569ab56..d871b88f 100644
--- a/docs/SearchWorkItemsRequest.md
+++ b/docs/SearchWorkItemsRequest.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tag_names** | **[str], none_type** | Collection of tags | [optional]
-**entity_types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
+**entity_types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
**name_or_id** | **str, none_type** | Name or identifier (UUID) of work item | [optional]
**include_ids** | **[str], none_type** | Collection of identifiers of work items which need to be included in result regardless of filtering | [optional]
**exclude_ids** | **[str], none_type** | Collection of identifiers of work items which need to be excluded from result regardless of filtering | [optional]
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/SectionsApi.md b/docs/SectionsApi.md
index fc8d382f..959e6083 100644
--- a/docs/SectionsApi.md
+++ b/docs/SectionsApi.md
@@ -23,7 +23,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -44,11 +45,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -94,7 +101,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -125,7 +132,8 @@ Create section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -147,11 +155,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -182,7 +196,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -213,7 +227,8 @@ Delete section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -233,11 +248,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -266,7 +287,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -297,7 +318,8 @@ Get section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -319,11 +341,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -364,7 +392,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -395,7 +423,8 @@ Get section work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -416,11 +445,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -477,7 +512,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -506,7 +541,8 @@ Move section with all work items into another section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -527,11 +563,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -561,7 +603,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -592,7 +634,8 @@ Rename section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -613,11 +656,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -647,7 +696,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -678,7 +727,8 @@ Update section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -699,11 +749,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -733,7 +789,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/SharedStepReferencesQueryFilterModel.md b/docs/SharedStepReferencesQueryFilterModel.md
index 239ac2cb..7a6388fe 100644
--- a/docs/SharedStepReferencesQueryFilterModel.md
+++ b/docs/SharedStepReferencesQueryFilterModel.md
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
**modified_by_ids** | **[str], none_type** | Collection of identifiers of users who applied last modification to work item | [optional]
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
-**entity_types** | **[str], none_type** | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
+**entity_types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
**created_date** | [**SharedStepReferenceSectionsQueryFilterModelCreatedDate**](SharedStepReferenceSectionsQueryFilterModelCreatedDate.md) | | [optional]
**modified_date** | [**SharedStepReferenceSectionsQueryFilterModelModifiedDate**](SharedStepReferenceSectionsQueryFilterModelModifiedDate.md) | | [optional]
**is_automated** | **bool, none_type** | Is result must consist of only manual/automated work items | [optional]
diff --git a/docs/TagsApi.md b/docs/TagsApi.md
index 764262f9..83d94dcd 100644
--- a/docs/TagsApi.md
+++ b/docs/TagsApi.md
@@ -21,7 +21,8 @@ Delete tags
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -42,11 +43,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -76,7 +83,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -107,7 +114,8 @@ Delete tag
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -127,11 +135,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -160,7 +174,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -191,7 +205,8 @@ Create tag
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -213,11 +228,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -248,7 +269,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -279,7 +300,8 @@ Update tag
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -301,11 +323,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -338,7 +366,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -369,7 +397,8 @@ Search tags
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -390,11 +419,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -433,7 +468,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -464,7 +499,8 @@ Get all Tags that are used in TestPlans
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -485,11 +521,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -528,7 +570,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestPlansApi.md b/docs/TestPlansApi.md
index f5591bf3..80fcf42d 100644
--- a/docs/TestPlansApi.md
+++ b/docs/TestPlansApi.md
@@ -44,7 +44,8 @@ Add test-points to TestPlan with sections
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -65,11 +66,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -108,7 +115,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -139,7 +146,8 @@ Add WorkItems to TestPlan with Sections as TestSuites
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -159,11 +167,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -204,7 +218,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -222,7 +236,7 @@ void (empty response body)
**403** | Update permission for TestPlan required | - |
**404** | Can't find a TestPlan with id Some of workItems do not exist | - |
**409** | Conflict | - |
-**422** | Can't put a SharedStep in the TestSuite | - |
+**422** | Can't put a SharedSteps in the TestSuite | - |
[[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)
@@ -235,7 +249,8 @@ Get analytics by TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -256,11 +271,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -290,7 +311,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -319,7 +340,8 @@ Distribute test points between the users
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -340,11 +362,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -387,7 +415,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -418,7 +446,8 @@ Get TestPlan configurations
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -439,11 +468,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -473,7 +508,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -504,7 +539,8 @@ Export TestPoints from TestPlan in xls format
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -525,11 +561,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -570,7 +612,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -601,7 +643,8 @@ Export TestResults history from TestPlan in xls format
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -621,11 +664,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -670,7 +719,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -701,7 +750,8 @@ Get TestPlan history
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -722,11 +772,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -775,7 +831,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -806,7 +862,8 @@ Get Links of TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -827,11 +884,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -876,7 +939,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -907,7 +970,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -928,11 +992,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -978,7 +1048,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1009,7 +1079,8 @@ Get summary by TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1030,11 +1101,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1064,7 +1141,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1095,7 +1172,8 @@ Get TestPoints with last result from TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1116,11 +1194,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1171,7 +1255,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1202,7 +1286,8 @@ Reset TestPoints status of TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1222,11 +1307,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1267,7 +1358,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1296,7 +1387,8 @@ Unassign users from multiple test points
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1317,11 +1409,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1362,7 +1460,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1391,7 +1489,8 @@ Assign user as a tester to multiple test points
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1412,11 +1511,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1459,7 +1564,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1490,7 +1595,8 @@ Get TestRuns of TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1511,11 +1617,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1572,7 +1684,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1603,7 +1715,8 @@ Search TestRuns of TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1625,11 +1738,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1680,7 +1799,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1709,7 +1828,8 @@ Get last modification date of test plan's test results
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1729,11 +1849,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1762,7 +1888,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1793,7 +1919,8 @@ Send unlock TestPlan notification
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1813,11 +1940,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1846,7 +1979,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1877,7 +2010,8 @@ Get TestPlans short models by Project identifiers
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1898,11 +2032,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1937,7 +2077,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1968,7 +2108,8 @@ Clone TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1989,11 +2130,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2023,7 +2170,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2054,7 +2201,8 @@ Complete TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2074,11 +2222,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2107,7 +2261,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2138,7 +2292,8 @@ Create TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2160,11 +2315,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2195,7 +2356,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2226,7 +2387,8 @@ Delete TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2246,11 +2408,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2279,7 +2447,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2310,7 +2478,8 @@ Get TestPlan by Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2331,11 +2500,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2365,7 +2540,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2396,7 +2571,8 @@ Get TestSuites Tree By Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2417,11 +2593,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2451,7 +2633,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2482,7 +2664,8 @@ Pause TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2502,11 +2685,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2535,7 +2724,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2564,7 +2753,8 @@ Permanently delete test plan from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2584,11 +2774,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2617,7 +2813,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2648,7 +2844,8 @@ Restore TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2668,11 +2865,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2701,7 +2904,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2732,7 +2935,8 @@ Start TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2752,11 +2956,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2785,7 +2995,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2816,7 +3026,8 @@ Update TestPlan
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2837,11 +3048,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2871,7 +3088,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestPointsApi.md b/docs/TestPointsApi.md
index 15e49dd8..97da3e95 100644
--- a/docs/TestPointsApi.md
+++ b/docs/TestPointsApi.md
@@ -17,7 +17,8 @@ Get all test runs which use test point
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -38,11 +39,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -72,7 +79,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -101,7 +108,8 @@ Get work item represented by test point
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -122,11 +130,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -156,7 +170,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -185,7 +199,8 @@ Search for test points and extract IDs only
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -206,11 +221,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -251,7 +272,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -280,7 +301,8 @@ Search for test points
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -302,11 +324,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -347,7 +375,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestResultResponse.md b/docs/TestResultResponse.md
index 95954b03..26fc9eec 100644
--- a/docs/TestResultResponse.md
+++ b/docs/TestResultResponse.md
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**outcome** | [**TestResultOutcome**](TestResultOutcome.md) | | [optional]
**status** | [**TestStatusApiResult**](TestStatusApiResult.md) | | [optional]
**comment** | **str, none_type** | | [optional]
-**links** | [**[Link], none_type**](Link.md) | | [optional]
+**links** | [**[LinkApiResult], none_type**](LinkApiResult.md) | | [optional]
**step_results** | [**[StepResultApiModel], none_type**](StepResultApiModel.md) | | [optional]
**attachments** | [**[AttachmentApiResult], none_type**](AttachmentApiResult.md) | | [optional]
**auto_test_id** | **str, none_type** | | [optional]
diff --git a/docs/TestResultUpdateV2Request.md b/docs/TestResultUpdateV2Request.md
index 85233c93..589c89a3 100644
--- a/docs/TestResultUpdateV2Request.md
+++ b/docs/TestResultUpdateV2Request.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**status_code** | **str, none_type** | | [optional]
**status_type** | [**TestStatusType**](TestStatusType.md) | | [optional]
**comment** | **str, none_type** | | [optional]
-**links** | [**[Link], none_type**](Link.md) | | [optional]
+**links** | [**[CreateLinkApiModel], none_type**](CreateLinkApiModel.md) | | [optional]
**step_results** | [**[StepResultApiModel], none_type**](StepResultApiModel.md) | | [optional]
**attachments** | [**[AttachmentUpdateRequest], none_type**](AttachmentUpdateRequest.md) | | [optional]
**duration_in_ms** | **int, none_type** | | [optional]
diff --git a/docs/TestResultsApi.md b/docs/TestResultsApi.md
index d089861a..53fcdfd3 100644
--- a/docs/TestResultsApi.md
+++ b/docs/TestResultsApi.md
@@ -28,7 +28,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -50,11 +51,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -93,7 +100,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -122,7 +129,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -144,11 +152,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -187,7 +201,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -216,7 +230,8 @@ Get test result by ID aggregated with previous results
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -237,11 +252,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -271,7 +292,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -300,7 +321,8 @@ Attach file to the test result
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -320,11 +342,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -355,7 +383,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -384,7 +412,8 @@ Get test result attachments meta-information
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -405,11 +434,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -439,7 +474,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -468,7 +503,8 @@ Get test result by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -489,11 +525,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -523,7 +565,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -552,7 +594,8 @@ Edit test result by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -573,11 +616,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -616,7 +665,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -645,7 +694,8 @@ Get reruns
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -666,11 +716,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -700,7 +756,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -729,7 +785,8 @@ Search for test results
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -751,11 +808,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -796,7 +859,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -825,7 +888,8 @@ Search for test results and extract statistics
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -847,11 +911,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -882,7 +952,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -913,7 +983,8 @@ Upload and link attachment to TestResult
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -933,11 +1004,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -976,7 +1053,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1008,7 +1085,8 @@ Remove attachment and unlink from TestResult
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1028,11 +1106,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1063,7 +1147,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1094,7 +1178,8 @@ Get attachment of TestResult
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1115,11 +1200,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1168,7 +1259,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1199,7 +1290,8 @@ Get Metadata of TestResult's attachment
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1220,11 +1312,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1256,7 +1354,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1287,7 +1385,8 @@ Get all attachments of TestResult
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1308,11 +1407,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1342,7 +1447,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestRunsApi.md b/docs/TestRunsApi.md
index 7947559c..ea5d31b9 100644
--- a/docs/TestRunsApi.md
+++ b/docs/TestRunsApi.md
@@ -39,7 +39,8 @@ Delete multiple test runs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -60,11 +61,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -95,7 +102,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -124,7 +131,8 @@ Get autotest classes and namespaces in test run
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -145,11 +153,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -179,7 +193,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -210,7 +224,8 @@ Delete test run
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -230,11 +245,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -263,7 +284,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -294,7 +315,8 @@ Permanently delete test run from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -314,11 +336,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -347,7 +375,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -376,7 +404,8 @@ Manual autotests rerun in test run
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -398,11 +427,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -443,7 +478,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -474,7 +509,8 @@ Restore test run from the archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -494,11 +530,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -527,7 +569,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -556,7 +598,8 @@ Search for the test run test results and build statistics
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -578,11 +621,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -623,7 +672,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -652,7 +701,8 @@ Get test results from the test run grouped by test points
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -673,11 +723,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -707,7 +763,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -736,7 +792,8 @@ Partial edit of multiple test results in the test run
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -757,11 +814,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -800,7 +863,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -829,7 +892,8 @@ Get modification date of last test result of the test run
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -849,11 +913,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -883,7 +953,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -914,7 +984,8 @@ Permanently delete multiple test runs from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -935,11 +1006,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -970,7 +1047,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1001,7 +1078,8 @@ Restore multiple test runs from the archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1022,11 +1100,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1057,7 +1141,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1086,7 +1170,8 @@ Search for test runs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1108,11 +1193,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1153,7 +1244,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1182,7 +1273,8 @@ Update multiple test runs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1203,11 +1295,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1237,7 +1335,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1268,7 +1366,8 @@ Complete TestRun
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1288,11 +1387,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1321,7 +1426,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1352,7 +1457,8 @@ This method creates a test run based on an autotest and a configuration. The dif
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1374,11 +1480,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1409,7 +1521,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1440,7 +1552,8 @@ This method creates a test run based on a combination of a configuration and a w
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1462,11 +1575,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1497,7 +1616,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1528,7 +1647,8 @@ This method creates a test run based on a combination of configuration and work
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1550,11 +1670,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1585,7 +1711,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1616,7 +1742,8 @@ Create empty TestRun
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1638,11 +1765,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1673,7 +1806,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1704,7 +1837,8 @@ Get TestRun by Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1725,11 +1859,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1759,7 +1899,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1790,7 +1930,8 @@ This method sends test results to the test management system.
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1811,11 +1952,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1958,7 +2105,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1989,7 +2136,8 @@ Start TestRun
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2009,11 +2157,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2042,7 +2196,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2073,7 +2227,8 @@ Stop TestRun
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2093,11 +2248,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2126,7 +2287,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2157,7 +2318,8 @@ Update empty TestRun
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2178,11 +2340,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2212,7 +2380,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestStatusesApi.md b/docs/TestStatusesApi.md
index 15127326..244ebd49 100644
--- a/docs/TestStatusesApi.md
+++ b/docs/TestStatusesApi.md
@@ -20,7 +20,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -40,11 +41,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -73,7 +80,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -102,7 +109,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -122,11 +130,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -154,7 +168,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -183,7 +197,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -204,11 +219,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -237,7 +258,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -266,7 +287,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -287,11 +309,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -328,7 +356,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -357,7 +385,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -377,11 +406,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -410,7 +445,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -439,7 +474,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -461,11 +497,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -495,7 +537,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -524,7 +566,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -546,11 +589,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -580,7 +629,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/TestSuiteWorkItemsSearchModel.md b/docs/TestSuiteWorkItemsSearchModel.md
index de00adf1..ee14152e 100644
--- a/docs/TestSuiteWorkItemsSearchModel.md
+++ b/docs/TestSuiteWorkItemsSearchModel.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tag_names** | **[str], none_type** | Collection of tags | [optional]
-**entity_types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
+**entity_types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` | [optional]
**name_or_id** | **str, none_type** | Name or identifier (UUID) of work item | [optional]
**include_ids** | **[str], none_type** | Collection of identifiers of work items which need to be included in result regardless of filtering | [optional]
**exclude_ids** | **[str], none_type** | Collection of identifiers of work items which need to be excluded from result regardless of filtering | [optional]
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/TestSuitesApi.md b/docs/TestSuitesApi.md
index 9e99d9da..7428626c 100644
--- a/docs/TestSuitesApi.md
+++ b/docs/TestSuitesApi.md
@@ -26,7 +26,8 @@ Add test-points to test suite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -47,11 +48,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -90,7 +97,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -121,7 +128,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -142,11 +150,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -192,7 +206,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -221,7 +235,8 @@ Refresh test suite. Only dynamic test suites are supported by this method
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -241,11 +256,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -274,7 +295,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -303,7 +324,8 @@ Set work items for test suite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -323,11 +345,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -368,7 +396,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -397,7 +425,8 @@ Create test suite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -419,11 +448,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -454,7 +489,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -483,7 +518,8 @@ Edit test suite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -504,11 +540,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -538,7 +580,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -569,7 +611,8 @@ Delete TestSuite
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -589,11 +632,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -622,7 +671,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -653,7 +702,8 @@ Get Configurations By Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -674,11 +724,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -708,7 +764,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -739,7 +795,8 @@ Get TestPoints By Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -760,11 +817,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -794,7 +857,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -825,7 +888,8 @@ Get TestResults By Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -846,11 +910,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -880,7 +950,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -911,7 +981,8 @@ Get TestSuite by Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -932,11 +1003,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -966,7 +1043,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -997,7 +1074,8 @@ Search WorkItems
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1019,11 +1097,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1074,7 +1158,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1105,7 +1189,8 @@ Set Configurations By TestSuite Id
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1125,11 +1210,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1170,7 +1261,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/UpdateLinkApiModel.md b/docs/UpdateLinkApiModel.md
index 39f5272e..90a3ef36 100644
--- a/docs/UpdateLinkApiModel.md
+++ b/docs/UpdateLinkApiModel.md
@@ -5,11 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **str** | Address can be specified without protocol, but necessarily with the domain. |
+**type** | [**LinkType**](LinkType.md) | |
**has_info** | **bool** | Flag defines if link relates to integrated jira service |
**id** | **str, none_type** | Link unique identifier | [optional]
**title** | **str, none_type** | Link name. | [optional]
**description** | **str, none_type** | Link description. | [optional]
-**type** | [**LinkType**](LinkType.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)
diff --git a/docs/UsersApi.md b/docs/UsersApi.md
index 07b8aa85..1f72f87d 100644
--- a/docs/UsersApi.md
+++ b/docs/UsersApi.md
@@ -14,7 +14,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -35,11 +36,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -69,7 +76,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/WebhooksApi.md b/docs/WebhooksApi.md
index 5f1d31ed..d8743055 100644
--- a/docs/WebhooksApi.md
+++ b/docs/WebhooksApi.md
@@ -23,7 +23,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -44,11 +45,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -77,7 +84,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -106,7 +113,8 @@ Get all webhooks
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -127,11 +135,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -162,7 +176,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -191,7 +205,8 @@ Delete webhook by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -211,11 +226,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -244,7 +265,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -273,7 +294,8 @@ Get webhook by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -294,11 +316,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -328,7 +356,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -357,7 +385,8 @@ Edit webhook by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -379,11 +408,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -424,7 +459,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -453,7 +488,8 @@ Create webhook
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -475,11 +511,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -510,7 +552,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -539,7 +581,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -561,11 +604,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -595,7 +644,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -624,7 +673,8 @@ Search for webhooks
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -646,11 +696,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -691,7 +747,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -720,7 +776,8 @@ Get special variables for webhook event type
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -742,11 +799,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -779,7 +842,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -808,7 +871,8 @@ Test webhook's url
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -830,11 +894,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -865,7 +935,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/WebhooksLogsApi.md b/docs/WebhooksLogsApi.md
index c139fd42..fdf2be0d 100644
--- a/docs/WebhooksLogsApi.md
+++ b/docs/WebhooksLogsApi.md
@@ -16,7 +16,8 @@ Get last webhook logs
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -37,11 +38,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -82,7 +89,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -111,7 +118,8 @@ Delete webhook log by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -131,11 +139,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -164,7 +178,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -193,7 +207,8 @@ Get webhook log by ID
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -214,11 +229,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -248,7 +269,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/WorkItemFilterApiModel.md b/docs/WorkItemFilterApiModel.md
index 0a8001e3..0875944e 100644
--- a/docs/WorkItemFilterApiModel.md
+++ b/docs/WorkItemFilterApiModel.md
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Source type of work item (manual creation or AI generated) | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**WorkItemFilterApiModelDuration**](WorkItemFilterApiModelDuration.md) | | [optional]
diff --git a/docs/WorkItemFilterModel.md b/docs/WorkItemFilterModel.md
index 37008b6e..34c47bc2 100644
--- a/docs/WorkItemFilterModel.md
+++ b/docs/WorkItemFilterModel.md
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/WorkItemLinkUrlApiModelFilter.md b/docs/WorkItemLinkUrlApiModelFilter.md
index 6bd38864..bc6c70cf 100644
--- a/docs/WorkItemLinkUrlApiModelFilter.md
+++ b/docs/WorkItemLinkUrlApiModelFilter.md
@@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | | [optional]
**search_url** | **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]
diff --git a/docs/WorkItemLinkUrlFilterApiModel.md b/docs/WorkItemLinkUrlFilterApiModel.md
index 41c08a5e..e39baab0 100644
--- a/docs/WorkItemLinkUrlFilterApiModel.md
+++ b/docs/WorkItemLinkUrlFilterApiModel.md
@@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | | [optional]
**search_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)
diff --git a/docs/WorkItemLocalFilterModel.md b/docs/WorkItemLocalFilterModel.md
index 4e33f41f..bd510aa1 100644
--- a/docs/WorkItemLocalFilterModel.md
+++ b/docs/WorkItemLocalFilterModel.md
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/WorkItemLocalSelectModelFilter.md b/docs/WorkItemLocalSelectModelFilter.md
index 097c2cdc..b17bc07a 100644
--- a/docs/WorkItemLocalSelectModelFilter.md
+++ b/docs/WorkItemLocalSelectModelFilter.md
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/WorkItemModel.md b/docs/WorkItemModel.md
index 086bd1ea..94fd2b9d 100644
--- a/docs/WorkItemModel.md
+++ b/docs/WorkItemModel.md
@@ -8,14 +8,14 @@ Name | Type | Description | Notes
**median_duration** | **int** | used for getting a median duration of all autotests related to this workitem |
**is_deleted** | **bool** | |
**project_id** | **str** | |
-**entity_type_name** | [**WorkItemEntityTypes**](WorkItemEntityTypes.md) | |
+**entity_type_name** | [**WorkItemTypeModel**](WorkItemTypeModel.md) | |
**is_automated** | **bool** | |
**version_number** | **int** | used for define chronology of workitem state in each version |
+**external_issues** | [**[ExternalIssueModel]**](ExternalIssueModel.md) | |
+**parameters** | [**[WorkItemParameterKeyModel]**](WorkItemParameterKeyModel.md) | |
**created_date** | **datetime** | |
**created_by_id** | **str** | |
**global_id** | **int** | |
-**external_issues** | [**[ExternalIssueModel]**](ExternalIssueModel.md) | |
-**parameters** | [**[WorkItemParameterKeyModel]**](WorkItemParameterKeyModel.md) | |
**id** | **str** | |
**section_id** | **str** | |
**state** | [**WorkItemStates**](WorkItemStates.md) | |
diff --git a/docs/WorkItemSearchQueryModel.md b/docs/WorkItemSearchQueryModel.md
index cf38fc2b..37d58f78 100644
--- a/docs/WorkItemSearchQueryModel.md
+++ b/docs/WorkItemSearchQueryModel.md
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/WorkItemSelectApiModelFilter.md b/docs/WorkItemSelectApiModelFilter.md
index a97a102c..b71c8aee 100644
--- a/docs/WorkItemSelectApiModelFilter.md
+++ b/docs/WorkItemSelectApiModelFilter.md
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Source type of work item (manual creation or AI generated) | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**WorkItemFilterApiModelDuration**](WorkItemFilterApiModelDuration.md) | | [optional]
diff --git a/docs/WorkItemSelectModelFilter.md b/docs/WorkItemSelectModelFilter.md
index d4c04601..b2621146 100644
--- a/docs/WorkItemSelectModelFilter.md
+++ b/docs/WorkItemSelectModelFilter.md
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
**states** | [**[WorkItemStates], none_type**](WorkItemStates.md) | Collection of states of work item | [optional]
**priorities** | [**[WorkItemPriorityModel], none_type**](WorkItemPriorityModel.md) | Collection of priorities of work item | [optional]
**source_types** | [**[WorkItemSourceTypeModel], none_type**](WorkItemSourceTypeModel.md) | Collection of priorities of work item | [optional]
-**types** | [**[WorkItemEntityTypes], none_type**](WorkItemEntityTypes.md) | Collection of types of work item | [optional]
+**types** | [**[WorkItemTypeModel], none_type**](WorkItemTypeModel.md) | Collection of types of work item | [optional]
**created_date** | [**TestPlanTestPointsSearchApiModelWorkItemCreatedDate**](TestPlanTestPointsSearchApiModelWorkItemCreatedDate.md) | | [optional]
**modified_date** | [**TestPlanTestPointsSearchApiModelWorkItemModifiedDate**](TestPlanTestPointsSearchApiModelWorkItemModifiedDate.md) | | [optional]
**duration** | [**TestSuiteWorkItemsSearchModelDuration**](TestSuiteWorkItemsSearchModelDuration.md) | | [optional]
diff --git a/docs/WorkItemShortModel.md b/docs/WorkItemShortModel.md
index b5a0ac78..6375dfcb 100644
--- a/docs/WorkItemShortModel.md
+++ b/docs/WorkItemShortModel.md
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**version_id** | **str** | Work Item version identifier |
**version_number** | **int** | Work Item version number |
**name** | **str** | Work Item name |
-**entity_type_name** | **str** | Work Item type. Possible values: CheckLists, SharedSteps, TestCases |
+**entity_type_name** | [**WorkItemTypeModel**](WorkItemTypeModel.md) | |
**project_id** | **str** | Project unique identifier |
**section_id** | **str** | Identifier of Section where Work Item is located |
**section_name** | **str** | Section name of Work Item |
diff --git a/docs/WorkItemEntityTypes.md b/docs/WorkItemTypeModel.md
similarity index 94%
rename from docs/WorkItemEntityTypes.md
rename to docs/WorkItemTypeModel.md
index c4799394..44bfe3a3 100644
--- a/docs/WorkItemEntityTypes.md
+++ b/docs/WorkItemTypeModel.md
@@ -1,4 +1,4 @@
-# WorkItemEntityTypes
+# WorkItemTypeModel
## Properties
diff --git a/docs/WorkItemsApi.md b/docs/WorkItemsApi.md
index 424a09fd..07b9e446 100644
--- a/docs/WorkItemsApi.md
+++ b/docs/WorkItemsApi.md
@@ -41,7 +41,8 @@ Upload and link attachment to WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -61,11 +62,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -104,7 +111,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -136,7 +143,8 @@ Transform CheckList to TestCase
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -157,11 +165,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -191,7 +205,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -222,7 +236,8 @@ Get change history of WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -243,11 +258,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -296,7 +317,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -327,7 +348,8 @@ Delete like from WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -347,11 +369,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -380,7 +408,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -411,7 +439,8 @@ Set like to WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -431,11 +460,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -464,7 +499,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -495,7 +530,8 @@ Get likes count of WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -515,11 +551,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -549,7 +591,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -580,7 +622,8 @@ Get likes of WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -601,11 +644,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -635,7 +684,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -666,7 +715,8 @@ Get test results history of WorkItem
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -687,11 +737,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -772,7 +828,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -803,7 +859,8 @@ Set WorkItem as actual
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -824,11 +881,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -860,7 +923,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -889,7 +952,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -911,11 +975,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -955,7 +1025,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -986,7 +1056,8 @@ Move WorkItem to another section
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1008,11 +1079,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1043,7 +1120,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1072,7 +1149,8 @@ Creates work item
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1094,11 +1172,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1129,7 +1213,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1158,7 +1242,8 @@ Search for work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1180,11 +1265,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1225,7 +1316,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1256,7 +1347,8 @@ Get SharedStep references in sections
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1278,11 +1370,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1333,7 +1431,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1364,7 +1462,8 @@ Get SharedStep references in work items
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1386,11 +1485,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1441,7 +1546,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1472,7 +1577,8 @@ Get SharedStep references
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1493,11 +1599,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1527,7 +1639,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1558,7 +1670,8 @@ Delete all links AutoTests from WorkItem by Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1578,11 +1691,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1611,7 +1730,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1643,7 +1762,8 @@ Delete Test Case, Checklist or Shared Step by Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1663,11 +1783,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1696,7 +1822,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1727,7 +1853,8 @@ Get all AutoTests linked to WorkItem by Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1748,11 +1875,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1782,7 +1915,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1811,7 +1944,8 @@ Get iterations by work item Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1832,11 +1966,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1879,7 +2019,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -1910,7 +2050,8 @@ Get Test Case, Checklist or Shared Step by Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -1931,11 +2072,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -1978,7 +2125,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2009,7 +2156,8 @@ Get WorkItem chronology by Id or GlobalId
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2030,11 +2178,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2064,7 +2218,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2095,7 +2249,8 @@ Get WorkItem versions
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2116,11 +2271,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2163,7 +2324,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2192,7 +2353,8 @@ Permanently delete test case, checklist or shared steps from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2212,11 +2374,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2245,7 +2413,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2274,7 +2442,8 @@ Restore test case, checklist or shared steps from archive
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2294,11 +2463,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2327,7 +2502,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -2358,7 +2533,8 @@ Update Test Case, Checklist or Shared Step
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -2379,11 +2555,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -2413,7 +2595,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/WorkItemsCommentsApi.md b/docs/WorkItemsCommentsApi.md
index acb781ec..353fca4e 100644
--- a/docs/WorkItemsCommentsApi.md
+++ b/docs/WorkItemsCommentsApi.md
@@ -20,7 +20,8 @@ Delete WorkItem comment
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -40,11 +41,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -73,7 +80,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -104,7 +111,8 @@ Create WorkItem comment
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -126,11 +134,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -161,7 +175,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -190,7 +204,8 @@ Update work item comment
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -211,11 +226,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -245,7 +266,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -274,7 +295,8 @@ Get work item comments count
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -294,11 +316,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -328,7 +356,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -357,7 +385,8 @@ Get work item comments
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -378,11 +407,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -412,7 +447,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/docs/WorkflowsApi.md b/docs/WorkflowsApi.md
index bdb45c6c..793844cb 100644
--- a/docs/WorkflowsApi.md
+++ b/docs/WorkflowsApi.md
@@ -21,7 +21,8 @@ Method | HTTP request | Description
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -41,11 +42,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -73,7 +80,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -102,7 +109,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -123,11 +131,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -156,7 +170,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -187,7 +201,8 @@ See RFC 690
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -208,11 +223,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -256,7 +277,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -285,7 +306,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -307,11 +329,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -350,7 +378,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -379,7 +407,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -400,11 +429,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -441,7 +476,7 @@ void (empty response body)
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -470,7 +505,8 @@ void (empty response body)
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -491,11 +527,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -524,7 +566,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -553,7 +595,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -575,11 +618,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['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'
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -609,7 +658,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
@@ -638,7 +687,8 @@ Name | Type | Description | Notes
### Example
-* Api Key Authentication (Bearer or PrivateToken):
+* Api Key Authentication (PrivateToken):
+* Api Key Authentication (Session Cookie):
```python
import time
@@ -660,11 +710,17 @@ configuration = testit_api_client.Configuration(
# 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'
+# Configure API key authorization: PrivateToken
+configuration.api_key['PrivateToken'] = 'YOUR_API_KEY'
+
+# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+# configuration.api_key_prefix['PrivateToken'] = 'Bearer'
+
+# Configure API key authorization: Session Cookie
+configuration.api_key['Session Cookie'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
-# configuration.api_key_prefix['Bearer or PrivateToken'] = 'Bearer'
+# configuration.api_key_prefix['Session Cookie'] = 'Bearer'
# Enter a context with an instance of the API client
with testit_api_client.ApiClient(configuration) as api_client:
@@ -694,7 +750,7 @@ Name | Type | Description | Notes
### Authorization
-[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
+[PrivateToken](../README.md#PrivateToken), [Session Cookie](../README.md#Session Cookie)
### HTTP request headers
diff --git a/genConfig.yml b/genConfig.yml
index f0c2ff36..3bb405ad 100644
--- a/genConfig.yml
+++ b/genConfig.yml
@@ -1,4 +1,4 @@
packageName: "testit_api_client"
packageUrl: "https://pypi.org/project/testit-api-client/"
-packageVersion: 7.5.5
+packageVersion: 7.5.6
projectName: "testit-api-client"
diff --git a/run.sh b/run.sh
index 10b0ed04..c73637a0 100644
--- a/run.sh
+++ b/run.sh
@@ -2,7 +2,7 @@
# Настройка переменных
FILE_NAME="cloud-swagger.json"
-NEW_VERSION="7.5.5"
+NEW_VERSION="7.5.6"
GENERATOR="openapi-generator-cli-6.6.0.jar"
if [ ! -f ".swagger/$FILE_NAME" ]; then
diff --git a/setup.py b/setup.py
index 21992cb5..03299481 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
NAME = "testit-api-client"
-VERSION = "7.5.5"
+VERSION = "7.5.6"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
diff --git a/src/testit_api_client/__init__.py b/src/testit_api_client/__init__.py
index dca0b0c3..9dd67ccb 100644
--- a/src/testit_api_client/__init__.py
+++ b/src/testit_api_client/__init__.py
@@ -10,7 +10,7 @@
"""
-__version__ = "7.5.5"
+__version__ = "7.5.6"
# import ApiClient
from testit_api_client.api_client import ApiClient
diff --git a/src/testit_api_client/api/attachments_api.py b/src/testit_api_client/api/attachments_api.py
index ca93ed34..c78c5006 100644
--- a/src/testit_api_client/api/attachments_api.py
+++ b/src/testit_api_client/api/attachments_api.py
@@ -42,7 +42,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/attachments/{id}',
'operation_id': 'api_v2_attachments_id_delete',
@@ -93,7 +94,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/attachments/{id}',
'operation_id': 'api_v2_attachments_id_get',
@@ -189,7 +191,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AttachmentModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/attachments/{id}/metadata',
'operation_id': 'api_v2_attachments_id_metadata_get',
@@ -240,7 +243,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/attachments/occupiedFileStorageSize',
'operation_id': 'api_v2_attachments_occupied_file_storage_size_get',
@@ -284,7 +288,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AttachmentModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/attachments',
'operation_id': 'api_v2_attachments_post',
diff --git a/src/testit_api_client/api/auto_tests_api.py b/src/testit_api_client/api/auto_tests_api.py
index 0ef1f5cb..259e9c63 100644
--- a/src/testit_api_client/api/auto_tests_api.py
+++ b/src/testit_api_client/api/auto_tests_api.py
@@ -58,7 +58,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestBulkDeleteApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests',
'operation_id': 'api_v2_auto_tests_delete',
@@ -108,7 +109,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/flaky/bulk',
'operation_id': 'api_v2_auto_tests_flaky_bulk_post',
@@ -183,7 +185,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}',
'operation_id': 'api_v2_auto_tests_id_patch',
@@ -240,7 +243,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestResultHistoryApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/testResults/search',
'operation_id': 'api_v2_auto_tests_id_test_results_search_post',
@@ -322,7 +326,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/workItems/changed/id',
'operation_id': 'api_v2_auto_tests_id_work_items_changed_id_get',
@@ -373,7 +378,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/workItems/changed/{workItemId}/approve',
'operation_id': 'api_v2_auto_tests_id_work_items_changed_work_item_id_approve_post',
@@ -430,7 +436,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/search',
'operation_id': 'api_v2_auto_tests_search_post',
@@ -505,7 +512,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests',
'operation_id': 'create_auto_test',
@@ -555,7 +563,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/bulk',
'operation_id': 'create_multiple',
@@ -610,7 +619,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}',
'operation_id': 'delete_auto_test',
@@ -661,7 +671,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
'operation_id': 'delete_auto_test_link_from_work_item',
@@ -717,7 +728,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests',
'operation_id': 'get_all_auto_tests',
@@ -892,7 +904,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestAverageDurationApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/averageDuration',
'operation_id': 'get_auto_test_average_duration',
@@ -943,7 +956,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}',
'operation_id': 'get_auto_test_by_id',
@@ -994,7 +1008,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestResultChronologyModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/chronology',
'operation_id': 'get_auto_test_chronology',
@@ -1045,7 +1060,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunByAutoTestApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/testRuns',
'operation_id': 'get_test_runs',
@@ -1096,7 +1112,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestWorkItemIdentifierApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
'operation_id': 'get_work_items_linked_to_auto_test',
@@ -1157,7 +1174,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
'operation_id': 'link_auto_test_to_work_item',
@@ -1214,7 +1232,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests',
'operation_id': 'update_auto_test',
@@ -1264,7 +1283,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/autoTests/bulk',
'operation_id': 'update_multiple',
diff --git a/src/testit_api_client/api/background_jobs_api.py b/src/testit_api_client/api/background_jobs_api.py
index f5494fc3..9502453a 100644
--- a/src/testit_api_client/api/background_jobs_api.py
+++ b/src/testit_api_client/api/background_jobs_api.py
@@ -43,7 +43,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs/completed',
'operation_id': 'api_v2_background_jobs_completed_delete',
@@ -87,7 +88,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([BackgroundJobGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs',
'operation_id': 'api_v2_background_jobs_get',
@@ -156,7 +158,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs/{id}/cancel',
'operation_id': 'api_v2_background_jobs_id_cancel_post',
@@ -207,7 +210,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (BackgroundJobGetModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs/{id}',
'operation_id': 'api_v2_background_jobs_id_get',
@@ -258,7 +262,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (BackgroundJobState,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs/{id}/status',
'operation_id': 'api_v2_background_jobs_id_status_get',
@@ -309,7 +314,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([BackgroundJobGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/backgroundJobs/search',
'operation_id': 'api_v2_background_jobs_search_post',
diff --git a/src/testit_api_client/api/configurations_api.py b/src/testit_api_client/api/configurations_api.py
index e9a96dcb..1b09b36e 100644
--- a/src/testit_api_client/api/configurations_api.py
+++ b/src/testit_api_client/api/configurations_api.py
@@ -48,7 +48,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/createByParameters',
'operation_id': 'api_v2_configurations_create_by_parameters_post',
@@ -98,7 +99,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/delete/bulk',
'operation_id': 'api_v2_configurations_delete_bulk_post',
@@ -148,7 +150,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/{id}',
'operation_id': 'api_v2_configurations_id_delete',
@@ -199,7 +202,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/{id}',
'operation_id': 'api_v2_configurations_id_patch',
@@ -256,7 +260,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/{id}/purge',
'operation_id': 'api_v2_configurations_id_purge_post',
@@ -307,7 +312,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/{id}/restore',
'operation_id': 'api_v2_configurations_id_restore_post',
@@ -358,7 +364,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/purge/bulk',
'operation_id': 'api_v2_configurations_purge_bulk_post',
@@ -408,7 +415,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations',
'operation_id': 'api_v2_configurations_put',
@@ -458,7 +466,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/restore/bulk',
'operation_id': 'api_v2_configurations_restore_bulk_post',
@@ -508,7 +517,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ConfigurationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/search',
'operation_id': 'api_v2_configurations_search_post',
@@ -583,7 +593,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ConfigurationModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations',
'operation_id': 'create_configuration',
@@ -633,7 +644,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ConfigurationModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/configurations/{id}',
'operation_id': 'get_configuration_by_id',
diff --git a/src/testit_api_client/api/custom_attribute_templates_api.py b/src/testit_api_client/api/custom_attribute_templates_api.py
index f6de8be2..b9695bb6 100644
--- a/src/testit_api_client/api/custom_attribute_templates_api.py
+++ b/src/testit_api_client/api/custom_attribute_templates_api.py
@@ -46,7 +46,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeTemplateValidationResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/exists',
'operation_id': 'api_v2_custom_attributes_templates_exists_get',
@@ -95,7 +96,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/{id}/customAttributes/exclude',
'operation_id': 'api_v2_custom_attributes_templates_id_custom_attributes_exclude_post',
@@ -156,7 +158,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/{id}/customAttributes/include',
'operation_id': 'api_v2_custom_attributes_templates_id_custom_attributes_include_post',
@@ -217,7 +220,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/{id}',
'operation_id': 'api_v2_custom_attributes_templates_id_delete',
@@ -268,7 +272,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeTemplateModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/{id}',
'operation_id': 'api_v2_custom_attributes_templates_id_get',
@@ -319,7 +324,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeTemplateModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/{name}',
'operation_id': 'api_v2_custom_attributes_templates_name_get',
@@ -370,7 +376,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeTemplateModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates',
'operation_id': 'api_v2_custom_attributes_templates_post',
@@ -420,7 +427,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates',
'operation_id': 'api_v2_custom_attributes_templates_put',
@@ -470,7 +478,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([SearchCustomAttributeTemplateGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/templates/search',
'operation_id': 'api_v2_custom_attributes_templates_search_post',
diff --git a/src/testit_api_client/api/custom_attributes_api.py b/src/testit_api_client/api/custom_attributes_api.py
index 1ccb979d..30513af2 100644
--- a/src/testit_api_client/api/custom_attributes_api.py
+++ b/src/testit_api_client/api/custom_attributes_api.py
@@ -46,7 +46,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeValidationResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/exists',
'operation_id': 'api_v2_custom_attributes_exists_get',
@@ -100,7 +101,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/global/{id}',
'operation_id': 'api_v2_custom_attributes_global_id_delete',
@@ -151,7 +153,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/global/{id}',
'operation_id': 'api_v2_custom_attributes_global_id_put',
@@ -208,7 +211,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/global',
'operation_id': 'api_v2_custom_attributes_global_post',
@@ -258,7 +262,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/{id}',
'operation_id': 'api_v2_custom_attributes_id_get',
@@ -309,7 +314,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([CustomAttributeSearchResponseModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/customAttributes/search',
'operation_id': 'api_v2_custom_attributes_search_post',
diff --git a/src/testit_api_client/api/external_issues_api.py b/src/testit_api_client/api/external_issues_api.py
index a5751117..abb5eaba 100644
--- a/src/testit_api_client/api/external_issues_api.py
+++ b/src/testit_api_client/api/external_issues_api.py
@@ -42,7 +42,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ExternalIssueApiFieldSuggestionReply,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/external-issues/suggestions',
'operation_id': 'api_v2_external_issues_suggestions_post',
diff --git a/src/testit_api_client/api/notifications_api.py b/src/testit_api_client/api/notifications_api.py
index dd76b51c..7de5e141 100644
--- a/src/testit_api_client/api/notifications_api.py
+++ b/src/testit_api_client/api/notifications_api.py
@@ -43,7 +43,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/notifications/count',
'operation_id': 'api_v2_notifications_count_get',
@@ -92,7 +93,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([NotificationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/notifications',
'operation_id': 'api_v2_notifications_get',
@@ -166,7 +168,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/notifications/{id}/read',
'operation_id': 'api_v2_notifications_id_read_post',
@@ -217,7 +220,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/notifications/read',
'operation_id': 'api_v2_notifications_read_post',
@@ -261,7 +265,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([NotificationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/notifications/search',
'operation_id': 'api_v2_notifications_search_post',
diff --git a/src/testit_api_client/api/open_id_connections_api.py b/src/testit_api_client/api/open_id_connections_api.py
index 14ee1b79..1c451bed 100644
--- a/src/testit_api_client/api/open_id_connections_api.py
+++ b/src/testit_api_client/api/open_id_connections_api.py
@@ -41,7 +41,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([OpenIdConnectionClientShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/openid-connections',
'operation_id': 'api_v2_openid_connections_get',
diff --git a/src/testit_api_client/api/parameters_api.py b/src/testit_api_client/api/parameters_api.py
index 69222dae..b15271d4 100644
--- a/src/testit_api_client/api/parameters_api.py
+++ b/src/testit_api_client/api/parameters_api.py
@@ -48,7 +48,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ParameterApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/bulk',
'operation_id': 'api_v2_parameters_bulk_post',
@@ -98,7 +99,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/bulk',
'operation_id': 'api_v2_parameters_bulk_put',
@@ -148,7 +150,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ParameterGroupApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/groups',
'operation_id': 'api_v2_parameters_groups_get',
@@ -243,7 +246,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (bool,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/key/name/{name}/exists',
'operation_id': 'api_v2_parameters_key_name_name_exists_get',
@@ -294,7 +298,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/{key}/values',
'operation_id': 'api_v2_parameters_key_values_get',
@@ -345,7 +350,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/keys',
'operation_id': 'api_v2_parameters_keys_get',
@@ -420,7 +426,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ParameterGroupApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/search/groups',
'operation_id': 'api_v2_parameters_search_groups_post',
@@ -495,7 +502,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ParameterApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/search',
'operation_id': 'api_v2_parameters_search_post',
@@ -570,7 +578,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ParameterApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters',
'operation_id': 'create_parameter',
@@ -620,7 +629,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/name/{name}',
'operation_id': 'delete_by_name',
@@ -676,7 +686,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/keyId/{keyId}',
'operation_id': 'delete_by_parameter_key_id',
@@ -727,7 +738,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/{id}',
'operation_id': 'delete_parameter',
@@ -778,7 +790,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ParameterApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters',
'operation_id': 'get_all_parameters',
@@ -852,7 +865,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ParameterApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters/{id}',
'operation_id': 'get_parameter_by_id',
@@ -903,7 +917,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/parameters',
'operation_id': 'update_parameter',
diff --git a/src/testit_api_client/api/project_attribute_templates_api.py b/src/testit_api_client/api/project_attribute_templates_api.py
index e6a9d83d..61b3c2ee 100644
--- a/src/testit_api_client/api/project_attribute_templates_api.py
+++ b/src/testit_api_client/api/project_attribute_templates_api.py
@@ -42,7 +42,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ProjectCustomAttributeTemplateGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/templates/search',
'operation_id': 'api_v2_projects_project_id_attributes_templates_search_post',
@@ -124,7 +125,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/templates/{templateId}',
'operation_id': 'api_v2_projects_project_id_attributes_templates_template_id_delete',
@@ -181,7 +183,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/templates/{templateId}',
'operation_id': 'api_v2_projects_project_id_attributes_templates_template_id_post',
diff --git a/src/testit_api_client/api/project_attributes_api.py b/src/testit_api_client/api/project_attributes_api.py
index 20a84b7f..ecc62ed7 100644
--- a/src/testit_api_client/api/project_attributes_api.py
+++ b/src/testit_api_client/api/project_attributes_api.py
@@ -46,7 +46,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes',
'operation_id': 'create_projects_attribute',
@@ -103,7 +104,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/{attributeId}',
'operation_id': 'delete_projects_attribute',
@@ -160,7 +162,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (CustomAttributeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/{attributeId}',
'operation_id': 'get_attribute_by_project_id',
@@ -217,7 +220,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([CustomAttributeModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes',
'operation_id': 'get_attributes_by_project_id',
@@ -273,7 +277,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([CustomAttributeGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes/search',
'operation_id': 'search_attributes_in_project',
@@ -355,7 +360,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/attributes',
'operation_id': 'update_projects_attribute',
diff --git a/src/testit_api_client/api/project_configurations_api.py b/src/testit_api_client/api/project_configurations_api.py
index 21ae590b..547b209b 100644
--- a/src/testit_api_client/api/project_configurations_api.py
+++ b/src/testit_api_client/api/project_configurations_api.py
@@ -41,7 +41,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ConfigurationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/configurations',
'operation_id': 'get_configurations_by_project_id',
diff --git a/src/testit_api_client/api/project_sections_api.py b/src/testit_api_client/api/project_sections_api.py
index a5d19d02..4f2a3f57 100644
--- a/src/testit_api_client/api/project_sections_api.py
+++ b/src/testit_api_client/api/project_sections_api.py
@@ -41,7 +41,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([SectionModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/sections',
'operation_id': 'get_sections_by_project_id',
diff --git a/src/testit_api_client/api/project_settings_api.py b/src/testit_api_client/api/project_settings_api.py
index 289a365d..989d3d2d 100644
--- a/src/testit_api_client/api/project_settings_api.py
+++ b/src/testit_api_client/api/project_settings_api.py
@@ -42,7 +42,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/settings/autotests',
'operation_id': 'api_v2_projects_project_id_settings_autotests_post',
@@ -99,7 +100,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestProjectSettingsApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/settings/autotests',
'operation_id': 'get_autotest_project_settings',
diff --git a/src/testit_api_client/api/project_test_plan_attributes_api.py b/src/testit_api_client/api/project_test_plan_attributes_api.py
index e20d93ef..2aa6f152 100644
--- a/src/testit_api_client/api/project_test_plan_attributes_api.py
+++ b/src/testit_api_client/api/project_test_plan_attributes_api.py
@@ -44,7 +44,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/attributes',
'operation_id': 'create_custom_attribute_test_plan_project_relations',
@@ -105,7 +106,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/attributes/{attributeId}',
'operation_id': 'delete_custom_attribute_test_plan_project_relations',
@@ -162,7 +164,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([CustomAttributeModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/attributes',
'operation_id': 'get_custom_attribute_test_plan_project_relations',
@@ -213,7 +216,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([CustomAttributeGetModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/attributes/search',
'operation_id': 'search_test_plan_attributes_in_project',
@@ -295,7 +299,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/attributes',
'operation_id': 'update_custom_attribute_test_plan_project_relations',
diff --git a/src/testit_api_client/api/project_test_plan_test_points_api.py b/src/testit_api_client/api/project_test_plan_test_points_api.py
index bf797d44..3ad6f2f9 100644
--- a/src/testit_api_client/api/project_test_plan_test_points_api.py
+++ b/src/testit_api_client/api/project_test_plan_test_points_api.py
@@ -43,7 +43,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/rerun',
'operation_id': 'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post',
@@ -106,7 +107,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunNameApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/run',
'operation_id': 'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post',
diff --git a/src/testit_api_client/api/project_test_plans_api.py b/src/testit_api_client/api/project_test_plans_api.py
index ccd9da04..af4c708f 100644
--- a/src/testit_api_client/api/project_test_plans_api.py
+++ b/src/testit_api_client/api/project_test_plans_api.py
@@ -43,7 +43,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanWithAnalyticModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/analytics',
'operation_id': 'api_v2_projects_project_id_test_plans_analytics_get',
@@ -129,7 +130,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/delete/bulk',
'operation_id': 'api_v2_projects_project_id_test_plans_delete_bulk_post',
@@ -186,7 +188,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (bool,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/{name}/exists',
'operation_id': 'api_v2_projects_project_id_test_plans_name_exists_get',
@@ -243,7 +246,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/purge/bulk',
'operation_id': 'api_v2_projects_project_id_test_plans_purge_bulk_post',
@@ -300,7 +304,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/restore/bulk',
'operation_id': 'api_v2_projects_project_id_test_plans_restore_bulk_post',
@@ -357,7 +362,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanWithAnalyticModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/testPlans/search',
'operation_id': 'api_v2_projects_project_id_test_plans_search_post',
diff --git a/src/testit_api_client/api/project_work_items_api.py b/src/testit_api_client/api/project_work_items_api.py
index b21c2fcd..54d16fd3 100644
--- a/src/testit_api_client/api/project_work_items_api.py
+++ b/src/testit_api_client/api/project_work_items_api.py
@@ -48,7 +48,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemGroupModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems/search/grouped',
'operation_id': 'api_v2_projects_project_id_work_items_search_grouped_post',
@@ -130,7 +131,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems/search/id',
'operation_id': 'api_v2_projects_project_id_work_items_search_id_post',
@@ -212,7 +214,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemShortApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems/search',
'operation_id': 'api_v2_projects_project_id_work_items_search_post',
@@ -294,7 +297,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemIndexApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems/search/{workItemId}/index',
'operation_id': 'api_v2_projects_project_id_work_items_search_work_item_id_index_post',
@@ -382,7 +386,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TagShortApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems/tags',
'operation_id': 'api_v2_projects_project_id_work_items_tags_get',
@@ -438,7 +443,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{projectId}/workItems',
'operation_id': 'get_work_items_by_project_id',
diff --git a/src/testit_api_client/api/projects_api.py b/src/testit_api_client/api/projects_api.py
index 7d8253ae..d9682550 100644
--- a/src/testit_api_client/api/projects_api.py
+++ b/src/testit_api_client/api/projects_api.py
@@ -58,7 +58,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/globalAttributes',
'operation_id': 'add_global_attributes_to_project',
@@ -119,7 +120,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (DemoProjectApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/demo',
'operation_id': 'api_v2_projects_demo_post',
@@ -163,7 +165,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}',
'operation_id': 'api_v2_projects_id_delete',
@@ -214,7 +217,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([FailureCategoryApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/failureClasses',
'operation_id': 'api_v2_projects_id_failure_classes_get',
@@ -270,7 +274,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/favorite',
'operation_id': 'api_v2_projects_id_favorite_put',
@@ -321,7 +326,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([FilterModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/filters',
'operation_id': 'api_v2_projects_id_filters_get',
@@ -372,7 +378,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}',
'operation_id': 'api_v2_projects_id_patch',
@@ -429,7 +436,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/purge',
'operation_id': 'api_v2_projects_id_purge_post',
@@ -480,7 +488,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/restore',
'operation_id': 'api_v2_projects_id_restore_post',
@@ -531,7 +540,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/testPlans/attribute/{attributeId}',
'operation_id': 'api_v2_projects_id_test_plans_attribute_attribute_id_delete',
@@ -588,7 +598,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/testPlans/attribute',
'operation_id': 'api_v2_projects_id_test_plans_attribute_put',
@@ -645,7 +656,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/testRuns/full',
'operation_id': 'api_v2_projects_id_test_runs_full_get',
@@ -766,7 +778,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (bool,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/name/{name}/exists',
'operation_id': 'api_v2_projects_name_name_exists_get',
@@ -817,7 +830,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/purge/bulk',
'operation_id': 'api_v2_projects_purge_bulk_post',
@@ -867,7 +881,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/restore/bulk',
'operation_id': 'api_v2_projects_restore_bulk_post',
@@ -917,7 +932,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ProjectShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/search',
'operation_id': 'api_v2_projects_search_post',
@@ -992,7 +1008,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ProjectShortApiResultReply,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/shorts',
'operation_id': 'api_v2_projects_shorts_post',
@@ -1042,7 +1059,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ProjectApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects',
'operation_id': 'create_project',
@@ -1092,7 +1110,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/autoTests',
'operation_id': 'delete_project_auto_tests',
@@ -1143,7 +1162,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ProjectShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects',
'operation_id': 'get_all_projects',
@@ -1222,7 +1242,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestNamespaceApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/autoTestsNamespaces',
'operation_id': 'get_auto_tests_namespaces',
@@ -1273,7 +1294,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ProjectModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}',
'operation_id': 'get_project_by_id',
@@ -1324,7 +1346,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/testPlans',
'operation_id': 'get_test_plans_by_project_id',
@@ -1380,7 +1403,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunV2ApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects/{id}/testRuns',
'operation_id': 'get_test_runs_by_project_id',
@@ -1495,7 +1519,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/projects',
'operation_id': 'update_project',
diff --git a/src/testit_api_client/api/search_api.py b/src/testit_api_client/api/search_api.py
index 488a8e91..42771477 100644
--- a/src/testit_api_client/api/search_api.py
+++ b/src/testit_api_client/api/search_api.py
@@ -42,7 +42,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (GlobalSearchResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/search/globalSearch',
'operation_id': 'api_v2_search_global_search_post',
diff --git a/src/testit_api_client/api/sections_api.py b/src/testit_api_client/api/sections_api.py
index b4e07a8d..c9b5be17 100644
--- a/src/testit_api_client/api/sections_api.py
+++ b/src/testit_api_client/api/sections_api.py
@@ -48,7 +48,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/{id}',
'operation_id': 'api_v2_sections_id_patch',
@@ -105,7 +106,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (SectionWithStepsModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections',
'operation_id': 'create_section',
@@ -155,7 +157,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/{id}',
'operation_id': 'delete_section',
@@ -206,7 +209,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (SectionWithStepsModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/{id}',
'operation_id': 'get_section_by_id',
@@ -262,7 +266,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/{id}/workItems',
'operation_id': 'get_work_items_by_section_id',
@@ -354,7 +359,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/move',
'operation_id': 'move',
@@ -404,7 +410,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections/rename',
'operation_id': 'rename',
@@ -454,7 +461,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/sections',
'operation_id': 'update_section',
diff --git a/src/testit_api_client/api/tags_api.py b/src/testit_api_client/api/tags_api.py
index 2e7caa11..926d71e8 100644
--- a/src/testit_api_client/api/tags_api.py
+++ b/src/testit_api_client/api/tags_api.py
@@ -44,7 +44,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags',
'operation_id': 'api_v2_tags_delete',
@@ -97,7 +98,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags/{id}',
'operation_id': 'api_v2_tags_id_delete',
@@ -148,7 +150,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TagApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags',
'operation_id': 'api_v2_tags_post',
@@ -201,7 +204,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TagApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags',
'operation_id': 'api_v2_tags_put',
@@ -259,7 +263,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TagApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags/search',
'operation_id': 'api_v2_tags_search_get',
@@ -328,7 +333,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TagApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/tags/testPlansTags',
'operation_id': 'api_v2_tags_test_plans_tags_get',
diff --git a/src/testit_api_client/api/test_plans_api.py b/src/testit_api_client/api/test_plans_api.py
index c4743fb9..c79b3482 100644
--- a/src/testit_api_client/api/test_plans_api.py
+++ b/src/testit_api_client/api/test_plans_api.py
@@ -58,7 +58,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/test-points/withSections',
'operation_id': 'add_test_points_with_sections',
@@ -115,7 +116,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/workItems/withSections',
'operation_id': 'add_work_items_with_sections',
@@ -176,7 +178,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPointAnalyticResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/analytics',
'operation_id': 'api_v2_test_plans_id_analytics_get',
@@ -227,7 +230,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPlanWithTestSuiteTreeModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/autobalance',
'operation_id': 'api_v2_test_plans_id_autobalance_post',
@@ -288,7 +292,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ConfigurationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/configurations',
'operation_id': 'api_v2_test_plans_id_configurations_get',
@@ -339,7 +344,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/export/testPoints/xlsx',
'operation_id': 'api_v2_test_plans_id_export_test_points_xlsx_post',
@@ -401,7 +407,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/export/testResultHistory/xlsx',
'operation_id': 'api_v2_test_plans_id_export_test_result_history_xlsx_post',
@@ -472,7 +479,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanChangeModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/history',
'operation_id': 'api_v2_test_plans_id_history_get',
@@ -548,7 +556,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanLink],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/links',
'operation_id': 'api_v2_test_plans_id_links_get',
@@ -614,7 +623,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}',
'operation_id': 'api_v2_test_plans_id_patch',
@@ -671,7 +681,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPlanSummaryModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/summaries',
'operation_id': 'api_v2_test_plans_id_summaries_get',
@@ -722,7 +733,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPointWithLastResultResponseModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testPoints/lastResults',
'operation_id': 'api_v2_test_plans_id_test_points_last_results_get',
@@ -803,7 +815,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testPoints/reset',
'operation_id': 'api_v2_test_plans_id_test_points_reset_post',
@@ -864,7 +877,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testPoints/tester',
'operation_id': 'api_v2_test_plans_id_test_points_tester_delete',
@@ -921,7 +935,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testPoints/tester/{userId}',
'operation_id': 'api_v2_test_plans_id_test_points_tester_user_id_post',
@@ -984,7 +999,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testRuns',
'operation_id': 'api_v2_test_plans_id_test_runs_get',
@@ -1080,7 +1096,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testRuns/search',
'operation_id': 'api_v2_test_plans_id_test_runs_search_post',
@@ -1162,7 +1179,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testRuns/testResults/lastModified/modifiedDate',
'operation_id': 'api_v2_test_plans_id_test_runs_test_results_last_modified_modified_date_get',
@@ -1213,7 +1231,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/unlock/request',
'operation_id': 'api_v2_test_plans_id_unlock_request_post',
@@ -1264,7 +1283,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPlanShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/shorts',
'operation_id': 'api_v2_test_plans_shorts_post',
@@ -1323,7 +1343,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPlanModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/clone',
'operation_id': 'clone',
@@ -1374,7 +1395,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/complete',
'operation_id': 'complete',
@@ -1425,7 +1447,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPlanModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans',
'operation_id': 'create_test_plan',
@@ -1475,7 +1498,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}',
'operation_id': 'delete_test_plan',
@@ -1526,7 +1550,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestPlanModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}',
'operation_id': 'get_test_plan_by_id',
@@ -1577,7 +1602,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestSuiteHierarchyApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/testSuites',
'operation_id': 'get_test_suites_by_id',
@@ -1628,7 +1654,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/pause',
'operation_id': 'pause',
@@ -1679,7 +1706,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/purge',
'operation_id': 'purge_test_plan',
@@ -1730,7 +1758,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/restore',
'operation_id': 'restore_test_plan',
@@ -1781,7 +1810,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans/{id}/start',
'operation_id': 'start',
@@ -1832,7 +1862,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPlans',
'operation_id': 'update_test_plan',
diff --git a/src/testit_api_client/api/test_points_api.py b/src/testit_api_client/api/test_points_api.py
index cad48ad9..feafc519 100644
--- a/src/testit_api_client/api/test_points_api.py
+++ b/src/testit_api_client/api/test_points_api.py
@@ -44,7 +44,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPoints/{id}/testRuns',
'operation_id': 'api_v2_test_points_id_test_runs_get',
@@ -95,7 +96,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPoints/{id}/workItem',
'operation_id': 'api_v2_test_points_id_work_item_get',
@@ -146,7 +148,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPoints/search/id',
'operation_id': 'api_v2_test_points_search_id_post',
@@ -221,7 +224,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPointShortResponseModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testPoints/search',
'operation_id': 'api_v2_test_points_search_post',
diff --git a/src/testit_api_client/api/test_results_api.py b/src/testit_api_client/api/test_results_api.py
index 64b4b847..c70e6386 100644
--- a/src/testit_api_client/api/test_results_api.py
+++ b/src/testit_api_client/api/test_results_api.py
@@ -52,7 +52,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (GetExternalFormApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/external-projects/{externalProjectId}/defects/external-forms',
'operation_id': 'api_v2_test_results_external_projects_external_project_id_defects_external_forms_post',
@@ -109,7 +110,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (DefectApiModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/external-projects/{externalProjectId}/defects',
'operation_id': 'api_v2_test_results_external_projects_external_project_id_defects_post',
@@ -166,7 +168,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestResultResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/aggregated',
'operation_id': 'api_v2_test_results_id_aggregated_get',
@@ -217,7 +220,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments/{attachmentId}',
'operation_id': 'api_v2_test_results_id_attachments_attachment_id_put',
@@ -274,7 +278,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AttachmentApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments/info',
'operation_id': 'api_v2_test_results_id_attachments_info_get',
@@ -325,7 +330,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestResultResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}',
'operation_id': 'api_v2_test_results_id_get',
@@ -376,7 +382,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}',
'operation_id': 'api_v2_test_results_id_put',
@@ -433,7 +440,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (RerunsApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/reruns',
'operation_id': 'api_v2_test_results_id_reruns_get',
@@ -484,7 +492,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestResultShortResponse],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/search',
'operation_id': 'api_v2_test_results_search_post',
@@ -559,7 +568,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestResultsStatisticsApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/statistics/filter',
'operation_id': 'api_v2_test_results_statistics_filter_post',
@@ -609,7 +619,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments',
'operation_id': 'create_attachment',
@@ -667,7 +678,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments/{attachmentId}',
'operation_id': 'delete_attachment',
@@ -724,7 +736,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments/{attachmentId}',
'operation_id': 'download_attachment',
@@ -826,7 +839,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AttachmentApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments/{attachmentId}/info',
'operation_id': 'get_attachment',
@@ -883,7 +897,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AttachmentApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testResults/{id}/attachments',
'operation_id': 'get_attachments',
diff --git a/src/testit_api_client/api/test_runs_api.py b/src/testit_api_client/api/test_runs_api.py
index 2ad54dd6..0092a443 100644
--- a/src/testit_api_client/api/test_runs_api.py
+++ b/src/testit_api_client/api/test_runs_api.py
@@ -58,7 +58,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns',
'operation_id': 'api_v2_test_runs_delete',
@@ -108,7 +109,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (AutoTestNamespacesCountResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/autoTestsNamespaces',
'operation_id': 'api_v2_test_runs_id_auto_tests_namespaces_get',
@@ -159,7 +161,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}',
'operation_id': 'api_v2_test_runs_id_delete',
@@ -210,7 +213,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/purge',
'operation_id': 'api_v2_test_runs_id_purge_post',
@@ -261,7 +265,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (ManualRerunApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/reruns',
'operation_id': 'api_v2_test_runs_id_reruns_post',
@@ -318,7 +323,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/restore',
'operation_id': 'api_v2_test_runs_id_restore_post',
@@ -369,7 +375,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestResultsStatisticsApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/statistics/filter',
'operation_id': 'api_v2_test_runs_id_statistics_filter_post',
@@ -426,7 +433,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPointResultApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/testPoints/results',
'operation_id': 'api_v2_test_runs_id_test_points_results_get',
@@ -477,7 +485,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/testResults/bulk',
'operation_id': 'api_v2_test_runs_id_test_results_bulk_put',
@@ -534,7 +543,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (datetime, none_type,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/testResults/lastModified/modificationDate',
'operation_id': 'api_v2_test_runs_id_test_results_last_modified_modification_date_get',
@@ -585,7 +595,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/purge/bulk',
'operation_id': 'api_v2_test_runs_purge_bulk_post',
@@ -635,7 +646,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/restore/bulk',
'operation_id': 'api_v2_test_runs_restore_bulk_post',
@@ -685,7 +697,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestRunShortApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/search',
'operation_id': 'api_v2_test_runs_search_post',
@@ -760,7 +773,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/updateMultiple',
'operation_id': 'api_v2_test_runs_update_multiple_post',
@@ -810,7 +824,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/complete',
'operation_id': 'complete_test_run',
@@ -861,7 +876,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunV2ApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/byAutoTests',
'operation_id': 'create_and_fill_by_auto_tests',
@@ -911,7 +927,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunV2ApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/byConfigurations',
'operation_id': 'create_and_fill_by_configurations',
@@ -961,7 +978,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunV2ApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/byWorkItems',
'operation_id': 'create_and_fill_by_work_items',
@@ -1011,7 +1029,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunV2ApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns',
'operation_id': 'create_empty',
@@ -1061,7 +1080,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestRunV2ApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}',
'operation_id': 'get_test_run_by_id',
@@ -1112,7 +1132,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/testResults',
'operation_id': 'set_auto_test_results_for_test_run',
@@ -1169,7 +1190,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/start',
'operation_id': 'start_test_run',
@@ -1220,7 +1242,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns/{id}/stop',
'operation_id': 'stop_test_run',
@@ -1271,7 +1294,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testRuns',
'operation_id': 'update_empty',
diff --git a/src/testit_api_client/api/test_statuses_api.py b/src/testit_api_client/api/test_statuses_api.py
index 026695da..f0fde0ee 100644
--- a/src/testit_api_client/api/test_statuses_api.py
+++ b/src/testit_api_client/api/test_statuses_api.py
@@ -45,7 +45,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (bool,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/code/{code}/exists',
'operation_id': 'api_v2_test_statuses_code_code_exists_get',
@@ -98,7 +99,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/{id}',
'operation_id': 'api_v2_test_statuses_id_delete',
@@ -149,7 +151,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestStatusApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/{id}',
'operation_id': 'api_v2_test_statuses_id_get',
@@ -202,7 +205,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/{id}',
'operation_id': 'api_v2_test_statuses_id_put',
@@ -262,7 +266,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (bool,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/name/{name}/exists',
'operation_id': 'api_v2_test_statuses_name_name_exists_get',
@@ -315,7 +320,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestStatusApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses',
'operation_id': 'api_v2_test_statuses_post',
@@ -370,7 +376,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestStatusApiResultReply,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testStatuses/search',
'operation_id': 'api_v2_test_statuses_search_post',
diff --git a/src/testit_api_client/api/test_suites_api.py b/src/testit_api_client/api/test_suites_api.py
index cf904895..12c98737 100644
--- a/src/testit_api_client/api/test_suites_api.py
+++ b/src/testit_api_client/api/test_suites_api.py
@@ -51,7 +51,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/test-points',
'operation_id': 'add_test_points_to_test_suite',
@@ -108,7 +109,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}',
'operation_id': 'api_v2_test_suites_id_patch',
@@ -165,7 +167,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/refresh',
'operation_id': 'api_v2_test_suites_id_refresh_post',
@@ -216,7 +219,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/workItems',
'operation_id': 'api_v2_test_suites_id_work_items_post',
@@ -277,7 +281,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestSuiteV2GetModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites',
'operation_id': 'api_v2_test_suites_post',
@@ -327,7 +332,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites',
'operation_id': 'api_v2_test_suites_put',
@@ -377,7 +383,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}',
'operation_id': 'delete_test_suite',
@@ -428,7 +435,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([ConfigurationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/configurations',
'operation_id': 'get_configurations_by_test_suite_id',
@@ -479,7 +487,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestPointByTestSuiteModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/testPoints',
'operation_id': 'get_test_points_by_id',
@@ -530,7 +539,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestResultV2ShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/testResults',
'operation_id': 'get_test_results_by_id',
@@ -581,7 +591,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (TestSuiteApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}',
'operation_id': 'get_test_suite_by_id',
@@ -632,7 +643,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemShortModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/workItems/search',
'operation_id': 'search_work_items',
@@ -714,7 +726,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/testSuites/{id}/configurations',
'operation_id': 'set_configurations_by_test_suite_id',
diff --git a/src/testit_api_client/api/users_api.py b/src/testit_api_client/api/users_api.py
index ddf5aba9..a85689a5 100644
--- a/src/testit_api_client/api/users_api.py
+++ b/src/testit_api_client/api/users_api.py
@@ -41,7 +41,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (UserCustomNameValidationResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/users/exists',
'operation_id': 'api_v2_users_exists_get',
diff --git a/src/testit_api_client/api/webhooks_api.py b/src/testit_api_client/api/webhooks_api.py
index b3613569..2c5c1ab4 100644
--- a/src/testit_api_client/api/webhooks_api.py
+++ b/src/testit_api_client/api/webhooks_api.py
@@ -50,7 +50,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks',
'operation_id': 'api_v2_webhooks_delete',
@@ -100,7 +101,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WebHookModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks',
'operation_id': 'api_v2_webhooks_get',
@@ -149,7 +151,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/{id}',
'operation_id': 'api_v2_webhooks_id_delete',
@@ -200,7 +203,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebHookModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/{id}',
'operation_id': 'api_v2_webhooks_id_get',
@@ -251,7 +255,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebHookModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/{id}',
'operation_id': 'api_v2_webhooks_id_put',
@@ -308,7 +313,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebHookModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks',
'operation_id': 'api_v2_webhooks_post',
@@ -358,7 +364,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebhooksUpdateApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks',
'operation_id': 'api_v2_webhooks_put',
@@ -408,7 +415,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WebHookModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/search',
'operation_id': 'api_v2_webhooks_search_post',
@@ -483,7 +491,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([str],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/specialVariables',
'operation_id': 'api_v2_webhooks_special_variables_get',
@@ -537,7 +546,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebhookResponse,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/test',
'operation_id': 'api_v2_webhooks_test_post',
diff --git a/src/testit_api_client/api/webhooks_logs_api.py b/src/testit_api_client/api/webhooks_logs_api.py
index c15a4fa9..3e712457 100644
--- a/src/testit_api_client/api/webhooks_logs_api.py
+++ b/src/testit_api_client/api/webhooks_logs_api.py
@@ -41,7 +41,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WebhookLogApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/logs',
'operation_id': 'api_v2_webhooks_logs_get',
@@ -115,7 +116,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/logs/{id}',
'operation_id': 'api_v2_webhooks_logs_id_delete',
@@ -166,7 +168,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WebhookLogApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/webhooks/logs/{id}',
'operation_id': 'api_v2_webhooks_logs_id_get',
diff --git a/src/testit_api_client/api/work_items_api.py b/src/testit_api_client/api/work_items_api.py
index 8cba06d9..57639c73 100644
--- a/src/testit_api_client/api/work_items_api.py
+++ b/src/testit_api_client/api/work_items_api.py
@@ -61,7 +61,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/attachments',
'operation_id': 'api_v2_work_items_id_attachments_post',
@@ -119,7 +120,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/checkList/transformTo/testCase',
'operation_id': 'api_v2_work_items_id_check_list_transform_to_test_case_post',
@@ -170,7 +172,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemChangeModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/history',
'operation_id': 'api_v2_work_items_id_history_get',
@@ -246,7 +249,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/like',
'operation_id': 'api_v2_work_items_id_like_delete',
@@ -297,7 +301,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/like',
'operation_id': 'api_v2_work_items_id_like_post',
@@ -348,7 +353,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/likes/count',
'operation_id': 'api_v2_work_items_id_likes_count_get',
@@ -399,7 +405,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemLikeModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/likes',
'operation_id': 'api_v2_work_items_id_likes_get',
@@ -450,7 +457,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestResultHistoryReportApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/testResults/history',
'operation_id': 'api_v2_work_items_id_test_results_history_get',
@@ -582,7 +590,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/version/{versionId}/actual',
'operation_id': 'api_v2_work_items_id_version_version_id_actual_post',
@@ -639,7 +648,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (SearchWorkItemLinkUrlsApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/links/urls/search',
'operation_id': 'api_v2_work_items_links_urls_search_post',
@@ -714,7 +724,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemShortModel,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/move',
'operation_id': 'api_v2_work_items_move_post',
@@ -764,7 +775,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems',
'operation_id': 'api_v2_work_items_post',
@@ -814,7 +826,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemShortApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/search',
'operation_id': 'api_v2_work_items_search_post',
@@ -889,7 +902,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([SharedStepReferenceSectionModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{sharedStepId}/references/sections',
'operation_id': 'api_v2_work_items_shared_step_id_references_sections_post',
@@ -971,7 +985,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([SharedStepReferenceModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{sharedStepId}/references/workItems',
'operation_id': 'api_v2_work_items_shared_step_id_references_work_items_post',
@@ -1053,7 +1068,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([SharedStepReferenceModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/sharedSteps/{sharedStepId}/references',
'operation_id': 'api_v2_work_items_shared_steps_shared_step_id_references_get',
@@ -1104,7 +1120,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/autoTests',
'operation_id': 'delete_all_work_items_from_auto_test',
@@ -1155,7 +1172,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}',
'operation_id': 'delete_work_item',
@@ -1206,7 +1224,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([AutoTestModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/autoTests',
'operation_id': 'get_auto_tests_for_work_item',
@@ -1257,7 +1276,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([IterationModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/iterations',
'operation_id': 'get_iterations',
@@ -1318,7 +1338,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}',
'operation_id': 'get_work_item_by_id',
@@ -1379,7 +1400,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([TestResultChronologyModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/chronology',
'operation_id': 'get_work_item_chronology',
@@ -1430,7 +1452,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemVersionModel],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/versions',
'operation_id': 'get_work_item_versions',
@@ -1491,7 +1514,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/purge',
'operation_id': 'purge_work_item',
@@ -1542,7 +1566,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/restore',
'operation_id': 'restore_work_item',
@@ -1593,7 +1618,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems',
'operation_id': 'update_work_item',
diff --git a/src/testit_api_client/api/work_items_comments_api.py b/src/testit_api_client/api/work_items_comments_api.py
index c010d01b..6a1c2adb 100644
--- a/src/testit_api_client/api/work_items_comments_api.py
+++ b/src/testit_api_client/api/work_items_comments_api.py
@@ -43,7 +43,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/comments/{commentId}',
'operation_id': 'api_v2_work_items_comments_comment_id_delete',
@@ -94,7 +95,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkItemCommentApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/comments',
'operation_id': 'api_v2_work_items_comments_post',
@@ -144,7 +146,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/comments',
'operation_id': 'api_v2_work_items_comments_put',
@@ -194,7 +197,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (int,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/comments/count',
'operation_id': 'api_v2_work_items_id_comments_count_get',
@@ -245,7 +249,8 @@ def __init__(self, api_client=None):
settings={
'response_type': ([WorkItemCommentApiResult],),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workItems/{id}/comments',
'operation_id': 'api_v2_work_items_id_comments_get',
diff --git a/src/testit_api_client/api/workflows_api.py b/src/testit_api_client/api/workflows_api.py
index 54f53bbd..533d207a 100644
--- a/src/testit_api_client/api/workflows_api.py
+++ b/src/testit_api_client/api/workflows_api.py
@@ -49,7 +49,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/{id}',
'operation_id': 'api_v2_workflows_id_delete',
@@ -100,7 +101,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkflowApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/{id}',
'operation_id': 'api_v2_workflows_id_get',
@@ -151,7 +153,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/{id}',
'operation_id': 'api_v2_workflows_id_patch',
@@ -208,7 +211,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkflowProjectApiResultReply,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/{id}/projects/search',
'operation_id': 'api_v2_workflows_id_projects_search_post',
@@ -265,7 +269,8 @@ def __init__(self, api_client=None):
settings={
'response_type': None,
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/{id}',
'operation_id': 'api_v2_workflows_id_put',
@@ -322,7 +327,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkflowExistsByNameApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/name/{name}/exists',
'operation_id': 'api_v2_workflows_name_name_exists_get',
@@ -373,7 +379,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkflowApiResult,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows',
'operation_id': 'api_v2_workflows_post',
@@ -423,7 +430,8 @@ def __init__(self, api_client=None):
settings={
'response_type': (WorkflowShortApiResultReply,),
'auth': [
- 'Bearer or PrivateToken'
+ 'PrivateToken',
+ 'Session Cookie'
],
'endpoint_path': '/api/v2/workflows/search',
'operation_id': 'api_v2_workflows_search_post',
diff --git a/src/testit_api_client/api_client.py b/src/testit_api_client/api_client.py
index bb35f682..1ead9a3b 100644
--- a/src/testit_api_client/api_client.py
+++ b/src/testit_api_client/api_client.py
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = 'OpenAPI-Generator/7.5.5/python'
+ self.user_agent = 'OpenAPI-Generator/7.5.6/python'
def __enter__(self):
return self
diff --git a/src/testit_api_client/configuration.py b/src/testit_api_client/configuration.py
index 22616e49..3613739f 100644
--- a/src/testit_api_client/configuration.py
+++ b/src/testit_api_client/configuration.py
@@ -393,13 +393,22 @@ def auth_settings(self):
:return: The Auth Settings information dict.
"""
auth = {}
- if 'Bearer or PrivateToken' in self.api_key:
- auth['Bearer or PrivateToken'] = {
+ if 'PrivateToken' in self.api_key:
+ auth['PrivateToken'] = {
'type': 'api_key',
'in': 'header',
'key': 'Authorization',
'value': self.get_api_key_with_prefix(
- 'Bearer or PrivateToken',
+ 'PrivateToken',
+ ),
+ }
+ if 'Session Cookie' in self.api_key:
+ auth['Session Cookie'] = {
+ 'type': 'api_key',
+ 'in': 'cookie',
+ 'key': 'backoffice',
+ 'value': self.get_api_key_with_prefix(
+ 'Session Cookie',
),
}
return auth
@@ -413,7 +422,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2.0\n"\
- "SDK Package Version: 7.5.5".\
+ "SDK Package Version: 7.5.6".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):
diff --git a/src/testit_api_client/model/api_v2_test_results_id_put_request.py b/src/testit_api_client/model/api_v2_test_results_id_put_request.py
index df8e5a1c..73f74dcb 100644
--- a/src/testit_api_client/model/api_v2_test_results_id_put_request.py
+++ b/src/testit_api_client/model/api_v2_test_results_id_put_request.py
@@ -32,7 +32,7 @@
def lazy_import():
from testit_api_client.model.attachment_update_request import AttachmentUpdateRequest
from testit_api_client.model.auto_test_step_result_update_request import AutoTestStepResultUpdateRequest
- from testit_api_client.model.link import Link
+ from testit_api_client.model.create_link_api_model import CreateLinkApiModel
from testit_api_client.model.step_result_api_model import StepResultApiModel
from testit_api_client.model.test_result_outcome import TestResultOutcome
from testit_api_client.model.test_result_step_comment_update_request import TestResultStepCommentUpdateRequest
@@ -40,7 +40,7 @@ def lazy_import():
from testit_api_client.model.test_status_type import TestStatusType
globals()['AttachmentUpdateRequest'] = AttachmentUpdateRequest
globals()['AutoTestStepResultUpdateRequest'] = AutoTestStepResultUpdateRequest
- globals()['Link'] = Link
+ globals()['CreateLinkApiModel'] = CreateLinkApiModel
globals()['StepResultApiModel'] = StepResultApiModel
globals()['TestResultOutcome'] = TestResultOutcome
globals()['TestResultStepCommentUpdateRequest'] = TestResultStepCommentUpdateRequest
@@ -114,7 +114,7 @@ def openapi_types():
'status_code': (str, none_type,), # noqa: E501
'status_type': (TestStatusType,), # noqa: E501
'comment': (str, none_type,), # noqa: E501
- 'links': ([Link], none_type,), # noqa: E501
+ 'links': ([CreateLinkApiModel], none_type,), # noqa: E501
'step_results': ([StepResultApiModel], none_type,), # noqa: E501
'attachments': ([AttachmentUpdateRequest], none_type,), # noqa: E501
'duration_in_ms': (int, none_type,), # noqa: E501
@@ -193,7 +193,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
status_code (str, none_type): [optional] # noqa: E501
status_type (TestStatusType): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([CreateLinkApiModel], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentUpdateRequest], none_type): [optional] # noqa: E501
duration_in_ms (int, none_type): [optional] # noqa: E501
@@ -311,7 +311,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
status_code (str, none_type): [optional] # noqa: E501
status_type (TestStatusType): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([CreateLinkApiModel], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentUpdateRequest], none_type): [optional] # noqa: E501
duration_in_ms (int, none_type): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py b/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py
index 5793de98..e62e69c0 100644
--- a/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py
+++ b/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py
@@ -35,11 +35,13 @@ def lazy_import():
from testit_api_client.model.shared_step_references_query_filter_model import SharedStepReferencesQueryFilterModel
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['SharedStepReferenceSectionsQueryFilterModelCreatedDate'] = SharedStepReferenceSectionsQueryFilterModelCreatedDate
globals()['SharedStepReferenceSectionsQueryFilterModelModifiedDate'] = SharedStepReferenceSectionsQueryFilterModelModifiedDate
globals()['SharedStepReferencesQueryFilterModel'] = SharedStepReferencesQueryFilterModel
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest(ModelComposed):
@@ -118,7 +120,7 @@ def openapi_types():
'modified_by_ids': ([str], none_type,), # noqa: E501
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
- 'entity_types': ([str], none_type,), # noqa: E501
+ 'entity_types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (SharedStepReferenceSectionsQueryFilterModelCreatedDate,), # noqa: E501
'modified_date': (SharedStepReferenceSectionsQueryFilterModelModifiedDate,), # noqa: E501
'is_automated': (bool, none_type,), # noqa: E501
@@ -191,7 +193,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
modified_by_ids ([str], none_type): Collection of identifiers of users who applied last modification to work item. [optional] # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- entity_types ([str], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
created_date (SharedStepReferenceSectionsQueryFilterModelCreatedDate): [optional] # noqa: E501
modified_date (SharedStepReferenceSectionsQueryFilterModelModifiedDate): [optional] # noqa: E501
is_automated (bool, none_type): Is result must consist of only manual/automated work items. [optional] # noqa: E501
@@ -306,7 +308,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
modified_by_ids ([str], none_type): Collection of identifiers of users who applied last modification to work item. [optional] # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- entity_types ([str], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
created_date (SharedStepReferenceSectionsQueryFilterModelCreatedDate): [optional] # noqa: E501
modified_date (SharedStepReferenceSectionsQueryFilterModelModifiedDate): [optional] # noqa: E501
is_automated (bool, none_type): Is result must consist of only manual/automated work items. [optional] # noqa: E501
diff --git a/src/testit_api_client/model/auto_test.py b/src/testit_api_client/model/auto_test.py
index 8fec8d91..2609121b 100644
--- a/src/testit_api_client/model/auto_test.py
+++ b/src/testit_api_client/model/auto_test.py
@@ -33,11 +33,11 @@ def lazy_import():
from testit_api_client.model.auto_test_last_test_result_configuration import AutoTestLastTestResultConfiguration
from testit_api_client.model.auto_test_step import AutoTestStep
from testit_api_client.model.label import Label
- from testit_api_client.model.link import Link
+ from testit_api_client.model.link_api_result import LinkApiResult
globals()['AutoTestLastTestResultConfiguration'] = AutoTestLastTestResultConfiguration
globals()['AutoTestStep'] = AutoTestStep
globals()['Label'] = Label
- globals()['Link'] = Link
+ globals()['LinkApiResult'] = LinkApiResult
class AutoTest(ModelNormal):
@@ -101,7 +101,7 @@ def openapi_types():
'id': (str,), # noqa: E501
'created_date': (datetime,), # noqa: E501
'created_by_id': (str,), # noqa: E501
- 'links': ([Link], none_type,), # noqa: E501
+ 'links': ([LinkApiResult], none_type,), # noqa: E501
'namespace': (str, none_type,), # noqa: E501
'classname': (str, none_type,), # noqa: E501
'steps': ([AutoTestStep], none_type,), # noqa: E501
@@ -210,7 +210,7 @@ def _from_openapi_data(cls, external_id, project_id, name, global_id, is_deleted
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- links ([Link], none_type): Collection of the autotest links. [optional] # noqa: E501
+ links ([LinkApiResult], none_type): Collection of the autotest links. [optional] # noqa: E501
namespace (str, none_type): Name of the autotest namespace. [optional] # noqa: E501
classname (str, none_type): Name of the autotest class. [optional] # noqa: E501
steps ([AutoTestStep], none_type): Collection of the autotest steps. [optional] # noqa: E501
@@ -334,7 +334,7 @@ def __init__(self, external_id, project_id, name, global_id, is_deleted, must_be
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- links ([Link], none_type): Collection of the autotest links. [optional] # noqa: E501
+ links ([LinkApiResult], none_type): Collection of the autotest links. [optional] # noqa: E501
namespace (str, none_type): Name of the autotest namespace. [optional] # noqa: E501
classname (str, none_type): Name of the autotest class. [optional] # noqa: E501
steps ([AutoTestStep], none_type): Collection of the autotest steps. [optional] # noqa: E501
diff --git a/src/testit_api_client/model/create_link_api_model.py b/src/testit_api_client/model/create_link_api_model.py
index f55100da..7b6f2f1f 100644
--- a/src/testit_api_client/model/create_link_api_model.py
+++ b/src/testit_api_client/model/create_link_api_model.py
@@ -84,10 +84,10 @@ def openapi_types():
lazy_import()
return {
'url': (str,), # noqa: E501
+ 'type': (LinkType,), # noqa: E501
'has_info': (bool,), # noqa: E501
'title': (str, none_type,), # noqa: E501
'description': (str, none_type,), # noqa: E501
- 'type': (LinkType,), # noqa: E501
}
@cached_property
@@ -97,10 +97,10 @@ def discriminator():
attribute_map = {
'url': 'url', # noqa: E501
+ 'type': 'type', # noqa: E501
'has_info': 'hasInfo', # noqa: E501
'title': 'title', # noqa: E501
'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
}
read_only_vars = {
@@ -110,11 +110,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, url, type, has_info, *args, **kwargs): # noqa: E501
"""CreateLinkApiModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool): Flag defines if link relates to integrated jira service
Keyword Args:
@@ -150,7 +151,6 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
_visited_composed_classes = (Animal,)
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -183,6 +183,7 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -204,11 +205,12 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
+ def __init__(self, url, type, has_info, *args, **kwargs): # noqa: E501
"""CreateLinkApiModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool): Flag defines if link relates to integrated jira service
Keyword Args:
@@ -244,7 +246,6 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
_visited_composed_classes = (Animal,)
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -275,6 +276,7 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/generate_work_item_previews_api_model.py b/src/testit_api_client/model/generate_work_item_previews_api_model.py
index ea31b8ef..4ce56b42 100644
--- a/src/testit_api_client/model/generate_work_item_previews_api_model.py
+++ b/src/testit_api_client/model/generate_work_item_previews_api_model.py
@@ -66,10 +66,6 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
'inclusive_maximum': 30,
'inclusive_minimum': 1,
},
- ('task_key',): {
- 'max_length': 255,
- 'min_length': 0,
- },
('issue_key',): {
'max_length': 255,
'min_length': 0,
@@ -98,7 +94,6 @@ def openapi_types():
'external_service_id': (str,), # noqa: E501
'temperature': (float,), # noqa: E501
'preview_limit': (int,), # noqa: E501
- 'task_key': (str, none_type,), # noqa: E501
'issue_key': (str, none_type,), # noqa: E501
'user_context': (str, none_type,), # noqa: E501
}
@@ -112,7 +107,6 @@ def discriminator():
'external_service_id': 'externalServiceId', # noqa: E501
'temperature': 'temperature', # noqa: E501
'preview_limit': 'previewLimit', # noqa: E501
- 'task_key': 'taskKey', # noqa: E501
'issue_key': 'issueKey', # noqa: E501
'user_context': 'userContext', # noqa: E501
}
@@ -163,7 +157,6 @@ def _from_openapi_data(cls, external_service_id, temperature, preview_limit, *ar
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- task_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
issue_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
user_context (str, none_type): Additional user context or description of the issue if no issue key is provided.. [optional] # noqa: E501
"""
@@ -259,7 +252,6 @@ def __init__(self, external_service_id, temperature, preview_limit, *args, **kwa
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- task_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
issue_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
user_context (str, none_type): Additional user context or description of the issue if no issue key is provided.. [optional] # noqa: E501
"""
diff --git a/src/testit_api_client/model/link.py b/src/testit_api_client/model/link.py
deleted file mode 100644
index b6fb33d1..00000000
--- a/src/testit_api_client/model/link.py
+++ /dev/null
@@ -1,293 +0,0 @@
-"""
- API
-
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
-
- The version of the OpenAPI document: v2.0
- Generated by: https://openapi-generator.tech
-"""
-
-
-import re # noqa: F401
-import sys # noqa: F401
-
-from testit_api_client.model_utils import ( # noqa: F401
- ApiTypeError,
- ModelComposed,
- ModelNormal,
- ModelSimple,
- cached_property,
- change_keys_js_to_python,
- convert_js_args_to_python_args,
- date,
- datetime,
- file_type,
- none_type,
- validate_get_composed_info,
- OpenApiModel
-)
-from testit_api_client.exceptions import ApiAttributeError
-
-
-def lazy_import():
- from testit_api_client.model.link_type import LinkType
- globals()['LinkType'] = LinkType
-
-
-class Link(ModelNormal):
- """NOTE: This class is auto generated by OpenAPI Generator.
- Ref: https://openapi-generator.tech
-
- Do not edit the class manually.
-
- Attributes:
- allowed_values (dict): The key is the tuple path to the attribute
- and the for var_name this is (var_name,). The value is a dict
- with a capitalized key describing the allowed value and an allowed
- value. These dicts store the allowed enum values.
- attribute_map (dict): The key is attribute name
- and the value is json key in definition.
- discriminator_value_class_map (dict): A dict to go from the discriminator
- variable value to the discriminator class name.
- validations (dict): The key is the tuple path to the attribute
- and the for var_name this is (var_name,). The value is a dict
- that stores validations for max_length, min_length, max_items,
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
- inclusive_minimum, and regex.
- additional_properties_type (tuple): A tuple of classes accepted
- as additional properties values.
- """
-
- allowed_values = {
- }
-
- validations = {
- ('url',): {
- 'min_length': 1,
- },
- }
-
- additional_properties_type = None
-
- _nullable = False
-
- @cached_property
- def openapi_types():
- """
- This must be a method because a model may have properties that are
- of type self, this must run after the class is loaded
-
- Returns
- openapi_types (dict): The key is attribute name
- and the value is attribute type.
- """
- lazy_import()
- return {
- 'url': (str,), # noqa: E501
- 'has_info': (bool,), # noqa: E501
- 'id': (str, none_type,), # noqa: E501
- 'title': (str, none_type,), # noqa: E501
- 'description': (str, none_type,), # noqa: E501
- 'type': (LinkType,), # noqa: E501
- }
-
- @cached_property
- def discriminator():
- return None
-
-
- attribute_map = {
- 'url': 'url', # noqa: E501
- 'has_info': 'hasInfo', # noqa: E501
- 'id': 'id', # noqa: E501
- 'title': 'title', # noqa: E501
- 'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
- }
-
- read_only_vars = {
- }
-
- _composed_schemas = {}
-
- @classmethod
- @convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
- """Link - a model defined in OpenAPI
-
- Args:
- url (str): Address can be specified without protocol, but necessarily with the domain.
- has_info (bool): Flag defines if link relates to integrated jira service
-
- Keyword Args:
- _check_type (bool): if True, values for parameters in openapi_types
- will be type checked and a TypeError will be
- raised if the wrong type is input.
- Defaults to True
- _path_to_item (tuple/list): This is a list of keys or values to
- drill down to the model in received_data
- when deserializing a response
- _spec_property_naming (bool): True if the variable names in the input data
- are serialized names, as specified in the OpenAPI document.
- False if the variable names in the input data
- are pythonic names, e.g. snake case (default)
- _configuration (Configuration): the instance to use when
- deserializing a file_type parameter.
- If passed, type conversion is attempted
- If omitted no type conversion is done.
- _visited_composed_classes (tuple): This stores a tuple of
- classes that we have traveled through so that
- if we see that class again we will not use its
- discriminator again.
- When traveling through a discriminator, the
- composed schema that is
- is traveled through is added to this set.
- For example if Animal has a discriminator
- petType and we pass in "Dog", and the class Dog
- allOf includes Animal, we move through Animal
- once using the discriminator, and pick Dog.
- Then in Dog, we will make an instance of the
- Animal class but this time we won't travel
- through its discriminator because we passed in
- _visited_composed_classes = (Animal,)
- id (str, none_type): Link unique identifier. [optional] # noqa: E501
- title (str, none_type): Link name.. [optional] # noqa: E501
- description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
- """
-
- _check_type = kwargs.pop('_check_type', True)
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
- _path_to_item = kwargs.pop('_path_to_item', ())
- _configuration = kwargs.pop('_configuration', None)
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
-
- self = super(OpenApiModel, cls).__new__(cls)
-
- if args:
- for arg in args:
- if isinstance(arg, dict):
- kwargs.update(arg)
- else:
- raise ApiTypeError(
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
- args,
- self.__class__.__name__,
- ),
- path_to_item=_path_to_item,
- valid_classes=(self.__class__,),
- )
-
- self._data_store = {}
- self._check_type = _check_type
- self._spec_property_naming = _spec_property_naming
- self._path_to_item = _path_to_item
- self._configuration = _configuration
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
-
- self.url = url
- self.has_info = has_info
- for var_name, var_value in kwargs.items():
- if var_name not in self.attribute_map and \
- self._configuration is not None and \
- self._configuration.discard_unknown_keys and \
- self.additional_properties_type is None:
- # discard variable.
- continue
- setattr(self, var_name, var_value)
- return self
-
- required_properties = set([
- '_data_store',
- '_check_type',
- '_spec_property_naming',
- '_path_to_item',
- '_configuration',
- '_visited_composed_classes',
- ])
-
- @convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
- """Link - a model defined in OpenAPI
-
- Args:
- url (str): Address can be specified without protocol, but necessarily with the domain.
- has_info (bool): Flag defines if link relates to integrated jira service
-
- Keyword Args:
- _check_type (bool): if True, values for parameters in openapi_types
- will be type checked and a TypeError will be
- raised if the wrong type is input.
- Defaults to True
- _path_to_item (tuple/list): This is a list of keys or values to
- drill down to the model in received_data
- when deserializing a response
- _spec_property_naming (bool): True if the variable names in the input data
- are serialized names, as specified in the OpenAPI document.
- False if the variable names in the input data
- are pythonic names, e.g. snake case (default)
- _configuration (Configuration): the instance to use when
- deserializing a file_type parameter.
- If passed, type conversion is attempted
- If omitted no type conversion is done.
- _visited_composed_classes (tuple): This stores a tuple of
- classes that we have traveled through so that
- if we see that class again we will not use its
- discriminator again.
- When traveling through a discriminator, the
- composed schema that is
- is traveled through is added to this set.
- For example if Animal has a discriminator
- petType and we pass in "Dog", and the class Dog
- allOf includes Animal, we move through Animal
- once using the discriminator, and pick Dog.
- Then in Dog, we will make an instance of the
- Animal class but this time we won't travel
- through its discriminator because we passed in
- _visited_composed_classes = (Animal,)
- id (str, none_type): Link unique identifier. [optional] # noqa: E501
- title (str, none_type): Link name.. [optional] # noqa: E501
- description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
- """
-
- _check_type = kwargs.pop('_check_type', True)
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
- _path_to_item = kwargs.pop('_path_to_item', ())
- _configuration = kwargs.pop('_configuration', None)
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
-
- if args:
- for arg in args:
- if isinstance(arg, dict):
- kwargs.update(arg)
- else:
- raise ApiTypeError(
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
- args,
- self.__class__.__name__,
- ),
- path_to_item=_path_to_item,
- valid_classes=(self.__class__,),
- )
-
- self._data_store = {}
- self._check_type = _check_type
- self._spec_property_naming = _spec_property_naming
- self._path_to_item = _path_to_item
- self._configuration = _configuration
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
-
- self.url = url
- self.has_info = has_info
- for var_name, var_value in kwargs.items():
- if var_name not in self.attribute_map and \
- self._configuration is not None and \
- self._configuration.discard_unknown_keys and \
- self.additional_properties_type is None:
- # discard variable.
- continue
- setattr(self, var_name, var_value)
- if var_name in self.read_only_vars:
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
- f"class with read only attributes.")
diff --git a/src/testit_api_client/model/link_model.py b/src/testit_api_client/model/link_model.py
index c2c22241..4c85c82f 100644
--- a/src/testit_api_client/model/link_model.py
+++ b/src/testit_api_client/model/link_model.py
@@ -84,11 +84,11 @@ def openapi_types():
lazy_import()
return {
'url': (str,), # noqa: E501
+ 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
'has_info': (bool,), # noqa: E501
'id': (str, none_type,), # noqa: E501
'title': (str, none_type,), # noqa: E501
'description': (str, none_type,), # noqa: E501
- 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
}
@cached_property
@@ -98,11 +98,11 @@ def discriminator():
attribute_map = {
'url': 'url', # noqa: E501
+ 'type': 'type', # noqa: E501
'has_info': 'hasInfo', # noqa: E501
'id': 'id', # noqa: E501
'title': 'title', # noqa: E501
'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
}
read_only_vars = {
@@ -112,11 +112,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -153,7 +154,6 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -186,6 +186,7 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -207,11 +208,12 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
+ def __init__(self, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -248,7 +250,6 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -279,6 +280,7 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/link_post_model.py b/src/testit_api_client/model/link_post_model.py
index 627aede2..e4f58b54 100644
--- a/src/testit_api_client/model/link_post_model.py
+++ b/src/testit_api_client/model/link_post_model.py
@@ -84,10 +84,10 @@ def openapi_types():
lazy_import()
return {
'url': (str,), # noqa: E501
+ 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
'has_info': (bool,), # noqa: E501
'title': (str, none_type,), # noqa: E501
'description': (str, none_type,), # noqa: E501
- 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
}
@cached_property
@@ -97,10 +97,10 @@ def discriminator():
attribute_map = {
'url': 'url', # noqa: E501
+ 'type': 'type', # noqa: E501
'has_info': 'hasInfo', # noqa: E501
'title': 'title', # noqa: E501
'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
}
read_only_vars = {
@@ -110,11 +110,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkPostModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -150,7 +151,6 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
_visited_composed_classes = (Animal,)
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -183,6 +183,7 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -204,11 +205,12 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
+ def __init__(self, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkPostModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -244,7 +246,6 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
_visited_composed_classes = (Animal,)
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -275,6 +276,7 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/link_put_model.py b/src/testit_api_client/model/link_put_model.py
index cef0c340..284cfafc 100644
--- a/src/testit_api_client/model/link_put_model.py
+++ b/src/testit_api_client/model/link_put_model.py
@@ -84,11 +84,11 @@ def openapi_types():
lazy_import()
return {
'url': (str,), # noqa: E501
+ 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
'has_info': (bool,), # noqa: E501
'id': (str, none_type,), # noqa: E501
'title': (str, none_type,), # noqa: E501
'description': (str, none_type,), # noqa: E501
- 'type': (LinkType, none_type,), # noqa: E501 run.sh autofix
}
@cached_property
@@ -98,11 +98,11 @@ def discriminator():
attribute_map = {
'url': 'url', # noqa: E501
+ 'type': 'type', # noqa: E501
'has_info': 'hasInfo', # noqa: E501
'id': 'id', # noqa: E501
'title': 'title', # noqa: E501
'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
}
read_only_vars = {
@@ -112,11 +112,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkPutModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -153,7 +154,6 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -186,6 +186,7 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -207,11 +208,12 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
+ def __init__(self, url, type, has_info, *args, **kwargs): # noqa: E501
"""LinkPutModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool):
Keyword Args:
@@ -248,7 +250,6 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -279,6 +280,7 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/link_short_api_result.py b/src/testit_api_client/model/link_short_api_result.py
index b1451da4..d64295d3 100644
--- a/src/testit_api_client/model/link_short_api_result.py
+++ b/src/testit_api_client/model/link_short_api_result.py
@@ -76,9 +76,9 @@ def openapi_types():
"""
return {
'id': (str,), # noqa: E501
- 'title': (str,), # noqa: E501
'url': (str,), # noqa: E501
- 'type': (str,), # noqa: E501
+ 'title': (str, none_type,), # noqa: E501
+ 'type': (str, none_type,), # noqa: E501
}
@cached_property
@@ -88,8 +88,8 @@ def discriminator():
attribute_map = {
'id': 'id', # noqa: E501
- 'title': 'title', # noqa: E501
'url': 'url', # noqa: E501
+ 'title': 'title', # noqa: E501
'type': 'type', # noqa: E501
}
@@ -100,14 +100,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, id, title, url, type, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, id, url, *args, **kwargs): # noqa: E501
"""LinkShortApiResult - a model defined in OpenAPI
Args:
id (str):
- title (str):
url (str):
- type (str):
Keyword Args:
_check_type (bool): if True, values for parameters in openapi_types
@@ -140,6 +138,8 @@ def _from_openapi_data(cls, id, title, url, type, *args, **kwargs): # noqa: E50
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ title (str, none_type): [optional] # noqa: E501
+ type (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -172,9 +172,7 @@ def _from_openapi_data(cls, id, title, url, type, *args, **kwargs): # noqa: E50
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.id = id
- self.title = title
self.url = url
- self.type = type
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
self._configuration is not None and \
@@ -195,14 +193,12 @@ def _from_openapi_data(cls, id, title, url, type, *args, **kwargs): # noqa: E50
])
@convert_js_args_to_python_args
- def __init__(self, id, title, url, type, *args, **kwargs): # noqa: E501
+ def __init__(self, id, url, *args, **kwargs): # noqa: E501
"""LinkShortApiResult - a model defined in OpenAPI
Args:
id (str):
- title (str):
url (str):
- type (str):
Keyword Args:
_check_type (bool): if True, values for parameters in openapi_types
@@ -235,6 +231,8 @@ def __init__(self, id, title, url, type, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ title (str, none_type): [optional] # noqa: E501
+ type (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -265,9 +263,7 @@ def __init__(self, id, title, url, type, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.id = id
- self.title = title
self.url = url
- self.type = type
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
self._configuration is not None and \
diff --git a/src/testit_api_client/model/link_short_model.py b/src/testit_api_client/model/link_short_model.py
index 85f63e51..cffb086f 100644
--- a/src/testit_api_client/model/link_short_model.py
+++ b/src/testit_api_client/model/link_short_model.py
@@ -76,8 +76,8 @@ def openapi_types():
"""
return {
'id': (str,), # noqa: E501
- 'title': (str,), # noqa: E501
'url': (str,), # noqa: E501
+ 'title': (str, none_type,), # noqa: E501
'type': (str, none_type,), # noqa: E501
}
@@ -88,8 +88,8 @@ def discriminator():
attribute_map = {
'id': 'id', # noqa: E501
- 'title': 'title', # noqa: E501
'url': 'url', # noqa: E501
+ 'title': 'title', # noqa: E501
'type': 'type', # noqa: E501
}
@@ -100,12 +100,11 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, id, title, url, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, id, url, *args, **kwargs): # noqa: E501
"""LinkShortModel - a model defined in OpenAPI
Args:
id (str):
- title (str):
url (str):
Keyword Args:
@@ -139,6 +138,7 @@ def _from_openapi_data(cls, id, title, url, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ title (str, none_type): [optional] # noqa: E501
type (str, none_type): [optional] # noqa: E501
"""
@@ -172,7 +172,6 @@ def _from_openapi_data(cls, id, title, url, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.id = id
- self.title = title
self.url = url
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -194,12 +193,11 @@ def _from_openapi_data(cls, id, title, url, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, id, title, url, *args, **kwargs): # noqa: E501
+ def __init__(self, id, url, *args, **kwargs): # noqa: E501
"""LinkShortModel - a model defined in OpenAPI
Args:
id (str):
- title (str):
url (str):
Keyword Args:
@@ -233,6 +231,7 @@ def __init__(self, id, title, url, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ title (str, none_type): [optional] # noqa: E501
type (str, none_type): [optional] # noqa: E501
"""
@@ -264,7 +263,6 @@ def __init__(self, id, title, url, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.id = id
- self.title = title
self.url = url
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/parameter_iteration_model.py b/src/testit_api_client/model/parameter_iteration_model.py
index f81b37c4..3da64494 100644
--- a/src/testit_api_client/model/parameter_iteration_model.py
+++ b/src/testit_api_client/model/parameter_iteration_model.py
@@ -76,6 +76,7 @@ def openapi_types():
"""
return {
'id': (str,), # noqa: E501
+ 'shared_step_id': (str, none_type,), # noqa: E501
}
@cached_property
@@ -85,6 +86,7 @@ def discriminator():
attribute_map = {
'id': 'id', # noqa: E501
+ 'shared_step_id': 'sharedStepId', # noqa: E501
}
read_only_vars = {
@@ -131,6 +133,7 @@ def _from_openapi_data(cls, id, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ shared_step_id (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -220,6 +223,7 @@ def __init__(self, id, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ shared_step_id (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
diff --git a/src/testit_api_client/model/parameter_short_model.py b/src/testit_api_client/model/parameter_short_model.py
index ea9135f5..b73f29ec 100644
--- a/src/testit_api_client/model/parameter_short_model.py
+++ b/src/testit_api_client/model/parameter_short_model.py
@@ -88,6 +88,7 @@ def openapi_types():
'value': (str,), # noqa: E501
'name': (str,), # noqa: E501
'project_ids': ([str],), # noqa: E501
+ 'shared_step_id': (str, none_type,), # noqa: E501
}
@cached_property
@@ -101,6 +102,7 @@ def discriminator():
'value': 'value', # noqa: E501
'name': 'name', # noqa: E501
'project_ids': 'projectIds', # noqa: E501
+ 'shared_step_id': 'sharedStepId', # noqa: E501
}
read_only_vars = {
@@ -151,6 +153,7 @@ def _from_openapi_data(cls, id, parameter_key_id, value, name, project_ids, *arg
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ shared_step_id (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -248,6 +251,7 @@ def __init__(self, id, parameter_key_id, value, name, project_ids, *args, **kwar
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
+ shared_step_id (str, none_type): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
diff --git a/src/testit_api_client/model/project_api_result.py b/src/testit_api_client/model/project_api_result.py
index bb53814b..d1d4ca84 100644
--- a/src/testit_api_client/model/project_api_result.py
+++ b/src/testit_api_client/model/project_api_result.py
@@ -85,6 +85,7 @@ def openapi_types():
'id': (str,), # noqa: E501
'name': (str,), # noqa: E501
'is_favorite': (bool,), # noqa: E501
+ 'work_items_count': (int,), # noqa: E501
'is_deleted': (bool,), # noqa: E501
'created_date': (datetime,), # noqa: E501
'created_by_id': (str,), # noqa: E501
@@ -112,6 +113,7 @@ def discriminator():
'id': 'id', # noqa: E501
'name': 'name', # noqa: E501
'is_favorite': 'isFavorite', # noqa: E501
+ 'work_items_count': 'workItemsCount', # noqa: E501
'is_deleted': 'isDeleted', # noqa: E501
'created_date': 'createdDate', # noqa: E501
'created_by_id': 'createdById', # noqa: E501
@@ -137,13 +139,14 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectApiResult - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of work items in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -226,6 +229,7 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
@@ -252,13 +256,14 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
])
@convert_js_args_to_python_args
- def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def __init__(self, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectApiResult - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of work items in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -339,6 +344,7 @@ def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_i
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
diff --git a/src/testit_api_client/model/project_model.py b/src/testit_api_client/model/project_model.py
index bb42963c..81d788f9 100644
--- a/src/testit_api_client/model/project_model.py
+++ b/src/testit_api_client/model/project_model.py
@@ -85,6 +85,7 @@ def openapi_types():
'id': (str,), # noqa: E501
'name': (str,), # noqa: E501
'is_favorite': (bool,), # noqa: E501
+ 'work_items_count': (int,), # noqa: E501
'is_deleted': (bool,), # noqa: E501
'created_date': (datetime,), # noqa: E501
'created_by_id': (str,), # noqa: E501
@@ -111,6 +112,7 @@ def discriminator():
'id': 'id', # noqa: E501
'name': 'name', # noqa: E501
'is_favorite': 'isFavorite', # noqa: E501
+ 'work_items_count': 'workItemsCount', # noqa: E501
'is_deleted': 'isDeleted', # noqa: E501
'created_date': 'createdDate', # noqa: E501
'created_by_id': 'createdById', # noqa: E501
@@ -135,13 +137,14 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectModel - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of work items in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -223,6 +226,7 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
@@ -249,13 +253,14 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
])
@convert_js_args_to_python_args
- def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def __init__(self, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectModel - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of work items in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -335,6 +340,7 @@ def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_i
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
diff --git a/src/testit_api_client/model/project_short_model.py b/src/testit_api_client/model/project_short_model.py
index 12895239..b5c065fb 100644
--- a/src/testit_api_client/model/project_short_model.py
+++ b/src/testit_api_client/model/project_short_model.py
@@ -83,6 +83,7 @@ def openapi_types():
'id': (str,), # noqa: E501
'name': (str,), # noqa: E501
'is_favorite': (bool,), # noqa: E501
+ 'work_items_count': (int,), # noqa: E501
'is_deleted': (bool,), # noqa: E501
'created_date': (datetime,), # noqa: E501
'created_by_id': (str,), # noqa: E501
@@ -107,6 +108,7 @@ def discriminator():
'id': 'id', # noqa: E501
'name': 'name', # noqa: E501
'is_favorite': 'isFavorite', # noqa: E501
+ 'work_items_count': 'workItemsCount', # noqa: E501
'is_deleted': 'isDeleted', # noqa: E501
'created_date': 'createdDate', # noqa: E501
'created_by_id': 'createdById', # noqa: E501
@@ -129,13 +131,14 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectShortModel - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of test cases in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -215,6 +218,7 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
@@ -241,13 +245,14 @@ def _from_openapi_data(cls, id, name, is_favorite, is_deleted, created_date, cre
])
@convert_js_args_to_python_args
- def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
+ def __init__(self, id, name, is_favorite, work_items_count, is_deleted, created_date, created_by_id, global_id, type, workflow_id, *args, **kwargs): # noqa: E501
"""ProjectShortModel - a model defined in OpenAPI
Args:
id (str): Unique ID of the project
name (str): Name of the project
is_favorite (bool): Indicates if the project is marked as favorite
+ work_items_count (int): Number of test cases in the project
is_deleted (bool): Indicates if the project is deleted
created_date (datetime): Creation date of the project
created_by_id (str): Unique ID of the project creator
@@ -325,6 +330,7 @@ def __init__(self, id, name, is_favorite, is_deleted, created_date, created_by_i
self.id = id
self.name = name
self.is_favorite = is_favorite
+ self.work_items_count = work_items_count
self.is_deleted = is_deleted
self.created_date = created_date
self.created_by_id = created_by_id
diff --git a/src/testit_api_client/model/search_work_items_request.py b/src/testit_api_client/model/search_work_items_request.py
index 41bee978..3cdb1206 100644
--- a/src/testit_api_client/model/search_work_items_request.py
+++ b/src/testit_api_client/model/search_work_items_request.py
@@ -37,10 +37,10 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModel'] = TestSuiteWorkItemsSearchModel
@@ -48,10 +48,10 @@ def lazy_import():
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class SearchWorkItemsRequest(ModelComposed):
@@ -146,7 +146,7 @@ def openapi_types():
lazy_import()
return {
'tag_names': ([str], none_type,), # noqa: E501
- 'entity_types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'entity_types': ([WorkItemTypeModel], none_type,), # noqa: E501
'name_or_id': (str, none_type,), # noqa: E501
'include_ids': ([str], none_type,), # noqa: E501
'exclude_ids': ([str], none_type,), # noqa: E501
@@ -162,7 +162,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -253,7 +253,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
tag_names ([str], none_type): Collection of tags. [optional] # noqa: E501
- entity_types ([WorkItemEntityTypes], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
name_or_id (str, none_type): Name or identifier (UUID) of work item. [optional] # noqa: E501
include_ids ([str], none_type): Collection of identifiers of work items which need to be included in result regardless of filtering. [optional] # noqa: E501
exclude_ids ([str], none_type): Collection of identifiers of work items which need to be excluded from result regardless of filtering. [optional] # noqa: E501
@@ -269,7 +269,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -385,7 +385,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
tag_names ([str], none_type): Collection of tags. [optional] # noqa: E501
- entity_types ([WorkItemEntityTypes], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
name_or_id (str, none_type): Name or identifier (UUID) of work item. [optional] # noqa: E501
include_ids ([str], none_type): Collection of identifiers of work items which need to be included in result regardless of filtering. [optional] # noqa: E501
exclude_ids ([str], none_type): Collection of identifiers of work items which need to be excluded from result regardless of filtering. [optional] # noqa: E501
@@ -401,7 +401,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/shared_step_references_query_filter_model.py b/src/testit_api_client/model/shared_step_references_query_filter_model.py
index e2d3f81c..bcaa4985 100644
--- a/src/testit_api_client/model/shared_step_references_query_filter_model.py
+++ b/src/testit_api_client/model/shared_step_references_query_filter_model.py
@@ -34,10 +34,12 @@ def lazy_import():
from testit_api_client.model.shared_step_reference_sections_query_filter_model_modified_date import SharedStepReferenceSectionsQueryFilterModelModifiedDate
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['SharedStepReferenceSectionsQueryFilterModelCreatedDate'] = SharedStepReferenceSectionsQueryFilterModelCreatedDate
globals()['SharedStepReferenceSectionsQueryFilterModelModifiedDate'] = SharedStepReferenceSectionsQueryFilterModelModifiedDate
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class SharedStepReferencesQueryFilterModel(ModelNormal):
@@ -109,7 +111,7 @@ def openapi_types():
'modified_by_ids': ([str], none_type,), # noqa: E501
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
- 'entity_types': ([str], none_type,), # noqa: E501
+ 'entity_types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (SharedStepReferenceSectionsQueryFilterModelCreatedDate,), # noqa: E501
'modified_date': (SharedStepReferenceSectionsQueryFilterModelModifiedDate,), # noqa: E501
'is_automated': (bool, none_type,), # noqa: E501
@@ -184,7 +186,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
modified_by_ids ([str], none_type): Collection of identifiers of users who applied last modification to work item. [optional] # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- entity_types ([str], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
created_date (SharedStepReferenceSectionsQueryFilterModelCreatedDate): [optional] # noqa: E501
modified_date (SharedStepReferenceSectionsQueryFilterModelModifiedDate): [optional] # noqa: E501
is_automated (bool, none_type): Is result must consist of only manual/automated work items. [optional] # noqa: E501
@@ -281,7 +283,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
modified_by_ids ([str], none_type): Collection of identifiers of users who applied last modification to work item. [optional] # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- entity_types ([str], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
created_date (SharedStepReferenceSectionsQueryFilterModelCreatedDate): [optional] # noqa: E501
modified_date (SharedStepReferenceSectionsQueryFilterModelModifiedDate): [optional] # noqa: E501
is_automated (bool, none_type): Is result must consist of only manual/automated work items. [optional] # noqa: E501
diff --git a/src/testit_api_client/model/test_result_response.py b/src/testit_api_client/model/test_result_response.py
index c0633d74..2af84bb0 100644
--- a/src/testit_api_client/model/test_result_response.py
+++ b/src/testit_api_client/model/test_result_response.py
@@ -33,7 +33,7 @@ def lazy_import():
from testit_api_client.model.attachment_api_result import AttachmentApiResult
from testit_api_client.model.auto_test import AutoTest
from testit_api_client.model.auto_test_step_result import AutoTestStepResult
- from testit_api_client.model.link import Link
+ from testit_api_client.model.link_api_result import LinkApiResult
from testit_api_client.model.step_comment_api_model import StepCommentApiModel
from testit_api_client.model.step_result_api_model import StepResultApiModel
from testit_api_client.model.test_point import TestPoint
@@ -42,7 +42,7 @@ def lazy_import():
globals()['AttachmentApiResult'] = AttachmentApiResult
globals()['AutoTest'] = AutoTest
globals()['AutoTestStepResult'] = AutoTestStepResult
- globals()['Link'] = Link
+ globals()['LinkApiResult'] = LinkApiResult
globals()['StepCommentApiModel'] = StepCommentApiModel
globals()['StepResultApiModel'] = StepResultApiModel
globals()['TestPoint'] = TestPoint
@@ -110,7 +110,7 @@ def openapi_types():
'outcome': (TestResultOutcome,), # noqa: E501
'status': (TestStatusApiResult,), # noqa: E501
'comment': (str, none_type,), # noqa: E501
- 'links': ([Link], none_type,), # noqa: E501
+ 'links': ([LinkApiResult], none_type,), # noqa: E501
'step_results': ([StepResultApiModel], none_type,), # noqa: E501
'attachments': ([AttachmentApiResult], none_type,), # noqa: E501
'auto_test_id': (str, none_type,), # noqa: E501
@@ -231,7 +231,7 @@ def _from_openapi_data(cls, id, created_date, created_by_id, failure_class_ids,
outcome (TestResultOutcome): [optional] # noqa: E501
status (TestStatusApiResult): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([LinkApiResult], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentApiResult], none_type): [optional] # noqa: E501
auto_test_id (str, none_type): [optional] # noqa: E501
@@ -360,7 +360,7 @@ def __init__(self, id, created_date, created_by_id, failure_class_ids, configura
outcome (TestResultOutcome): [optional] # noqa: E501
status (TestStatusApiResult): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([LinkApiResult], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentApiResult], none_type): [optional] # noqa: E501
auto_test_id (str, none_type): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/test_result_update_v2_request.py b/src/testit_api_client/model/test_result_update_v2_request.py
index 7fdccef0..b92a93e4 100644
--- a/src/testit_api_client/model/test_result_update_v2_request.py
+++ b/src/testit_api_client/model/test_result_update_v2_request.py
@@ -32,14 +32,14 @@
def lazy_import():
from testit_api_client.model.attachment_update_request import AttachmentUpdateRequest
from testit_api_client.model.auto_test_step_result_update_request import AutoTestStepResultUpdateRequest
- from testit_api_client.model.link import Link
+ from testit_api_client.model.create_link_api_model import CreateLinkApiModel
from testit_api_client.model.step_result_api_model import StepResultApiModel
from testit_api_client.model.test_result_outcome import TestResultOutcome
from testit_api_client.model.test_result_step_comment_update_request import TestResultStepCommentUpdateRequest
from testit_api_client.model.test_status_type import TestStatusType
globals()['AttachmentUpdateRequest'] = AttachmentUpdateRequest
globals()['AutoTestStepResultUpdateRequest'] = AutoTestStepResultUpdateRequest
- globals()['Link'] = Link
+ globals()['CreateLinkApiModel'] = CreateLinkApiModel
globals()['StepResultApiModel'] = StepResultApiModel
globals()['TestResultOutcome'] = TestResultOutcome
globals()['TestResultStepCommentUpdateRequest'] = TestResultStepCommentUpdateRequest
@@ -105,7 +105,7 @@ def openapi_types():
'status_code': (str, none_type,), # noqa: E501
'status_type': (TestStatusType,), # noqa: E501
'comment': (str, none_type,), # noqa: E501
- 'links': ([Link], none_type,), # noqa: E501
+ 'links': ([CreateLinkApiModel], none_type,), # noqa: E501
'step_results': ([StepResultApiModel], none_type,), # noqa: E501
'attachments': ([AttachmentUpdateRequest], none_type,), # noqa: E501
'duration_in_ms': (int, none_type,), # noqa: E501
@@ -186,7 +186,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
status_code (str, none_type): [optional] # noqa: E501
status_type (TestStatusType): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([CreateLinkApiModel], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentUpdateRequest], none_type): [optional] # noqa: E501
duration_in_ms (int, none_type): [optional] # noqa: E501
@@ -286,7 +286,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
status_code (str, none_type): [optional] # noqa: E501
status_type (TestStatusType): [optional] # noqa: E501
comment (str, none_type): [optional] # noqa: E501
- links ([Link], none_type): [optional] # noqa: E501
+ links ([CreateLinkApiModel], none_type): [optional] # noqa: E501
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
attachments ([AttachmentUpdateRequest], none_type): [optional] # noqa: E501
duration_in_ms (int, none_type): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/test_suite_work_items_search_model.py b/src/testit_api_client/model/test_suite_work_items_search_model.py
index 3e6420cd..e71a4ab3 100644
--- a/src/testit_api_client/model/test_suite_work_items_search_model.py
+++ b/src/testit_api_client/model/test_suite_work_items_search_model.py
@@ -36,20 +36,20 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class TestSuiteWorkItemsSearchModel(ModelNormal):
@@ -137,7 +137,7 @@ def openapi_types():
lazy_import()
return {
'tag_names': ([str], none_type,), # noqa: E501
- 'entity_types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'entity_types': ([WorkItemTypeModel], none_type,), # noqa: E501
'name_or_id': (str, none_type,), # noqa: E501
'include_ids': ([str], none_type,), # noqa: E501
'exclude_ids': ([str], none_type,), # noqa: E501
@@ -153,7 +153,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -246,7 +246,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
tag_names ([str], none_type): Collection of tags. [optional] # noqa: E501
- entity_types ([WorkItemEntityTypes], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
name_or_id (str, none_type): Name or identifier (UUID) of work item. [optional] # noqa: E501
include_ids ([str], none_type): Collection of identifiers of work items which need to be included in result regardless of filtering. [optional] # noqa: E501
exclude_ids ([str], none_type): Collection of identifiers of work items which need to be excluded from result regardless of filtering. [optional] # noqa: E501
@@ -262,7 +262,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -360,7 +360,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
tag_names ([str], none_type): Collection of tags. [optional] # noqa: E501
- entity_types ([WorkItemEntityTypes], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
+ entity_types ([WorkItemTypeModel], none_type): Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps`. [optional] # noqa: E501
name_or_id (str, none_type): Name or identifier (UUID) of work item. [optional] # noqa: E501
include_ids ([str], none_type): Collection of identifiers of work items which need to be included in result regardless of filtering. [optional] # noqa: E501
exclude_ids ([str], none_type): Collection of identifiers of work items which need to be excluded from result regardless of filtering. [optional] # noqa: E501
@@ -376,7 +376,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/update_link_api_model.py b/src/testit_api_client/model/update_link_api_model.py
index 19305d78..8009b74b 100644
--- a/src/testit_api_client/model/update_link_api_model.py
+++ b/src/testit_api_client/model/update_link_api_model.py
@@ -84,11 +84,11 @@ def openapi_types():
lazy_import()
return {
'url': (str,), # noqa: E501
+ 'type': (LinkType,), # noqa: E501
'has_info': (bool,), # noqa: E501
'id': (str, none_type,), # noqa: E501
'title': (str, none_type,), # noqa: E501
'description': (str, none_type,), # noqa: E501
- 'type': (LinkType,), # noqa: E501
}
@cached_property
@@ -98,11 +98,11 @@ def discriminator():
attribute_map = {
'url': 'url', # noqa: E501
+ 'type': 'type', # noqa: E501
'has_info': 'hasInfo', # noqa: E501
'id': 'id', # noqa: E501
'title': 'title', # noqa: E501
'description': 'description', # noqa: E501
- 'type': 'type', # noqa: E501
}
read_only_vars = {
@@ -112,11 +112,12 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, url, type, has_info, *args, **kwargs): # noqa: E501
"""UpdateLinkApiModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool): Flag defines if link relates to integrated jira service
Keyword Args:
@@ -153,7 +154,6 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): Link unique identifier. [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -186,6 +186,7 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
@@ -207,11 +208,12 @@ def _from_openapi_data(cls, url, has_info, *args, **kwargs): # noqa: E501
])
@convert_js_args_to_python_args
- def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
+ def __init__(self, url, type, has_info, *args, **kwargs): # noqa: E501
"""UpdateLinkApiModel - a model defined in OpenAPI
Args:
url (str): Address can be specified without protocol, but necessarily with the domain.
+ type (LinkType):
has_info (bool): Flag defines if link relates to integrated jira service
Keyword Args:
@@ -248,7 +250,6 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
id (str, none_type): Link unique identifier. [optional] # noqa: E501
title (str, none_type): Link name.. [optional] # noqa: E501
description (str, none_type): Link description.. [optional] # noqa: E501
- type (LinkType): [optional] # noqa: E501
"""
_check_type = kwargs.pop('_check_type', True)
@@ -279,6 +280,7 @@ def __init__(self, url, has_info, *args, **kwargs): # noqa: E501
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
self.url = url
+ self.type = type
self.has_info = has_info
for var_name, var_value in kwargs.items():
if var_name not in self.attribute_map and \
diff --git a/src/testit_api_client/model/work_item_filter_api_model.py b/src/testit_api_client/model/work_item_filter_api_model.py
index baa62843..4c8d995c 100644
--- a/src/testit_api_client/model/work_item_filter_api_model.py
+++ b/src/testit_api_client/model/work_item_filter_api_model.py
@@ -33,23 +33,23 @@ def lazy_import():
from testit_api_client.model.test_plan_test_points_search_api_model_work_item_created_date import TestPlanTestPointsSearchApiModelWorkItemCreatedDate
from testit_api_client.model.test_plan_test_points_search_api_model_work_item_modified_date import TestPlanTestPointsSearchApiModelWorkItemModifiedDate
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_filter_api_model_duration import WorkItemFilterApiModelDuration
from testit_api_client.model.work_item_filter_api_model_external_metadata import WorkItemFilterApiModelExternalMetadata
from testit_api_client.model.work_item_filter_api_model_links import WorkItemFilterApiModelLinks
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemFilterApiModelDuration'] = WorkItemFilterApiModelDuration
globals()['WorkItemFilterApiModelExternalMetadata'] = WorkItemFilterApiModelExternalMetadata
globals()['WorkItemFilterApiModelLinks'] = WorkItemFilterApiModelLinks
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemFilterApiModel(ModelNormal):
@@ -147,7 +147,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (WorkItemFilterApiModelDuration,), # noqa: E501
@@ -252,7 +252,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Source type of work item (manual creation or AI generated). [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (WorkItemFilterApiModelDuration): [optional] # noqa: E501
@@ -364,7 +364,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Source type of work item (manual creation or AI generated). [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (WorkItemFilterApiModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_filter_model.py b/src/testit_api_client/model/work_item_filter_model.py
index 2cb355c3..7511b8c6 100644
--- a/src/testit_api_client/model/work_item_filter_model.py
+++ b/src/testit_api_client/model/work_item_filter_model.py
@@ -36,20 +36,20 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemFilterModel(ModelNormal):
@@ -147,7 +147,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -252,7 +252,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -364,7 +364,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_link_url_api_model_filter.py b/src/testit_api_client/model/work_item_link_url_api_model_filter.py
index 5b670832..b86df688 100644
--- a/src/testit_api_client/model/work_item_link_url_api_model_filter.py
+++ b/src/testit_api_client/model/work_item_link_url_api_model_filter.py
@@ -30,10 +30,10 @@
def lazy_import():
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_link_url_filter_api_model import WorkItemLinkUrlFilterApiModel
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['WorkItemLinkUrlFilterApiModel'] = WorkItemLinkUrlFilterApiModel
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemLinkUrlApiModelFilter(ModelComposed):
@@ -91,7 +91,7 @@ def openapi_types():
"""
lazy_import()
return {
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'search_url': (str, none_type,), # noqa: E501
}
@@ -144,7 +144,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- types ([WorkItemEntityTypes], none_type): [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): [optional] # noqa: E501
search_url (str, none_type): [optional] # noqa: E501
"""
@@ -249,7 +249,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- types ([WorkItemEntityTypes], none_type): [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): [optional] # noqa: E501
search_url (str, none_type): [optional] # noqa: E501
"""
diff --git a/src/testit_api_client/model/work_item_link_url_filter_api_model.py b/src/testit_api_client/model/work_item_link_url_filter_api_model.py
index c181ac3f..c58a3fb9 100644
--- a/src/testit_api_client/model/work_item_link_url_filter_api_model.py
+++ b/src/testit_api_client/model/work_item_link_url_filter_api_model.py
@@ -30,8 +30,8 @@
def lazy_import():
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemLinkUrlFilterApiModel(ModelNormal):
@@ -82,7 +82,7 @@ def openapi_types():
"""
lazy_import()
return {
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'search_url': (str, none_type,), # noqa: E501
}
@@ -137,7 +137,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- types ([WorkItemEntityTypes], none_type): [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): [optional] # noqa: E501
search_url (str, none_type): [optional] # noqa: E501
"""
@@ -224,7 +224,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
- types ([WorkItemEntityTypes], none_type): [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): [optional] # noqa: E501
search_url (str, none_type): [optional] # noqa: E501
"""
diff --git a/src/testit_api_client/model/work_item_local_filter_model.py b/src/testit_api_client/model/work_item_local_filter_model.py
index c3a409b2..4f8046a4 100644
--- a/src/testit_api_client/model/work_item_local_filter_model.py
+++ b/src/testit_api_client/model/work_item_local_filter_model.py
@@ -36,20 +36,20 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemLocalFilterModel(ModelNormal):
@@ -137,7 +137,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -234,7 +234,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -342,7 +342,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_local_select_model_filter.py b/src/testit_api_client/model/work_item_local_select_model_filter.py
index f3a0c431..9ffaf073 100644
--- a/src/testit_api_client/model/work_item_local_select_model_filter.py
+++ b/src/testit_api_client/model/work_item_local_select_model_filter.py
@@ -36,22 +36,22 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_local_filter_model import WorkItemLocalFilterModel
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemLocalFilterModel'] = WorkItemLocalFilterModel
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemLocalSelectModelFilter(ModelComposed):
@@ -146,7 +146,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -241,7 +241,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -367,7 +367,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_model.py b/src/testit_api_client/model/work_item_model.py
index ab80dd87..31475f1a 100644
--- a/src/testit_api_client/model/work_item_model.py
+++ b/src/testit_api_client/model/work_item_model.py
@@ -37,11 +37,11 @@ def lazy_import():
from testit_api_client.model.link_model import LinkModel
from testit_api_client.model.step_model import StepModel
from testit_api_client.model.tag_model import TagModel
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_parameter_key_model import WorkItemParameterKeyModel
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['AttachmentModel'] = AttachmentModel
globals()['AutoTestModel'] = AutoTestModel
globals()['ExternalIssueModel'] = ExternalIssueModel
@@ -49,11 +49,11 @@ def lazy_import():
globals()['LinkModel'] = LinkModel
globals()['StepModel'] = StepModel
globals()['TagModel'] = TagModel
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemParameterKeyModel'] = WorkItemParameterKeyModel
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemModel(ModelNormal):
@@ -113,14 +113,14 @@ def openapi_types():
'median_duration': (int,), # noqa: E501
'is_deleted': (bool,), # noqa: E501
'project_id': (str,), # noqa: E501
- 'entity_type_name': (WorkItemEntityTypes,), # noqa: E501
+ 'entity_type_name': (WorkItemTypeModel,), # noqa: E501
'is_automated': (bool,), # noqa: E501
'version_number': (int,), # noqa: E501
+ 'external_issues': ([ExternalIssueModel],), # noqa: E501
+ 'parameters': ([WorkItemParameterKeyModel],), # noqa: E501
'created_date': (datetime,), # noqa: E501
'created_by_id': (str,), # noqa: E501
'global_id': (int,), # noqa: E501
- 'external_issues': ([ExternalIssueModel],), # noqa: E501
- 'parameters': ([WorkItemParameterKeyModel],), # noqa: E501
'id': (str,), # noqa: E501
'section_id': (str,), # noqa: E501
'state': (WorkItemStates,), # noqa: E501
@@ -157,11 +157,11 @@ def discriminator():
'entity_type_name': 'entityTypeName', # noqa: E501
'is_automated': 'isAutomated', # noqa: E501
'version_number': 'versionNumber', # noqa: E501
+ 'external_issues': 'externalIssues', # noqa: E501
+ 'parameters': 'parameters', # noqa: E501
'created_date': 'createdDate', # noqa: E501
'created_by_id': 'createdById', # noqa: E501
'global_id': 'globalId', # noqa: E501
- 'external_issues': 'externalIssues', # noqa: E501
- 'parameters': 'parameters', # noqa: E501
'id': 'id', # noqa: E501
'section_id': 'sectionId', # noqa: E501
'state': 'state', # noqa: E501
@@ -192,7 +192,7 @@ def discriminator():
@classmethod
@convert_js_args_to_python_args
- def _from_openapi_data(cls, version_id, median_duration, is_deleted, project_id, entity_type_name, is_automated, version_number, created_date, created_by_id, global_id, external_issues, parameters, id, section_id, state, priority, source_type, steps, precondition_steps, postcondition_steps, duration, attributes, tags, links, name, *args, **kwargs): # noqa: E501
+ def _from_openapi_data(cls, version_id, median_duration, is_deleted, project_id, entity_type_name, is_automated, version_number, external_issues, parameters, created_date, created_by_id, global_id, id, section_id, state, priority, source_type, steps, precondition_steps, postcondition_steps, duration, attributes, tags, links, name, *args, **kwargs): # noqa: E501
"""WorkItemModel - a model defined in OpenAPI
Args:
@@ -200,14 +200,14 @@ def _from_openapi_data(cls, version_id, median_duration, is_deleted, project_id,
median_duration (int): used for getting a median duration of all autotests related to this workitem
is_deleted (bool):
project_id (str):
- entity_type_name (WorkItemEntityTypes):
+ entity_type_name (WorkItemTypeModel):
is_automated (bool):
version_number (int): used for define chronology of workitem state in each version
+ external_issues ([ExternalIssueModel]):
+ parameters ([WorkItemParameterKeyModel]):
created_date (datetime):
created_by_id (str):
global_id (int):
- external_issues ([ExternalIssueModel]):
- parameters ([WorkItemParameterKeyModel]):
id (str):
section_id (str):
state (WorkItemStates):
@@ -299,11 +299,11 @@ def _from_openapi_data(cls, version_id, median_duration, is_deleted, project_id,
self.entity_type_name = entity_type_name
self.is_automated = is_automated
self.version_number = version_number
+ self.external_issues = external_issues
+ self.parameters = parameters
self.created_date = created_date
self.created_by_id = created_by_id
self.global_id = global_id
- self.external_issues = external_issues
- self.parameters = parameters
self.id = id
self.section_id = section_id
self.state = state
@@ -337,7 +337,7 @@ def _from_openapi_data(cls, version_id, median_duration, is_deleted, project_id,
])
@convert_js_args_to_python_args
- def __init__(self, version_id, median_duration, is_deleted, project_id, entity_type_name, is_automated, version_number, created_date, created_by_id, global_id, external_issues, parameters, id, section_id, state, priority, source_type, steps, precondition_steps, postcondition_steps, duration, attributes, tags, links, name, *args, **kwargs): # noqa: E501
+ def __init__(self, version_id, median_duration, is_deleted, project_id, entity_type_name, is_automated, version_number, external_issues, parameters, created_date, created_by_id, global_id, id, section_id, state, priority, source_type, steps, precondition_steps, postcondition_steps, duration, attributes, tags, links, name, *args, **kwargs): # noqa: E501
"""WorkItemModel - a model defined in OpenAPI
Args:
@@ -345,14 +345,14 @@ def __init__(self, version_id, median_duration, is_deleted, project_id, entity_t
median_duration (int): used for getting a median duration of all autotests related to this workitem
is_deleted (bool):
project_id (str):
- entity_type_name (WorkItemEntityTypes):
+ entity_type_name (WorkItemTypeModel):
is_automated (bool):
version_number (int): used for define chronology of workitem state in each version
+ external_issues ([ExternalIssueModel]):
+ parameters ([WorkItemParameterKeyModel]):
created_date (datetime):
created_by_id (str):
global_id (int):
- external_issues ([ExternalIssueModel]):
- parameters ([WorkItemParameterKeyModel]):
id (str):
section_id (str):
state (WorkItemStates):
@@ -442,11 +442,11 @@ def __init__(self, version_id, median_duration, is_deleted, project_id, entity_t
self.entity_type_name = entity_type_name
self.is_automated = is_automated
self.version_number = version_number
+ self.external_issues = external_issues
+ self.parameters = parameters
self.created_date = created_date
self.created_by_id = created_by_id
self.global_id = global_id
- self.external_issues = external_issues
- self.parameters = parameters
self.id = id
self.section_id = section_id
self.state = state
diff --git a/src/testit_api_client/model/work_item_search_query_model.py b/src/testit_api_client/model/work_item_search_query_model.py
index 8345433e..5430c63e 100644
--- a/src/testit_api_client/model/work_item_search_query_model.py
+++ b/src/testit_api_client/model/work_item_search_query_model.py
@@ -36,20 +36,20 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemSearchQueryModel(ModelNormal):
@@ -140,7 +140,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -239,7 +239,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -348,7 +348,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_select_api_model_filter.py b/src/testit_api_client/model/work_item_select_api_model_filter.py
index 21e8b45f..c2e1831f 100644
--- a/src/testit_api_client/model/work_item_select_api_model_filter.py
+++ b/src/testit_api_client/model/work_item_select_api_model_filter.py
@@ -33,7 +33,6 @@ def lazy_import():
from testit_api_client.model.test_plan_test_points_search_api_model_work_item_created_date import TestPlanTestPointsSearchApiModelWorkItemCreatedDate
from testit_api_client.model.test_plan_test_points_search_api_model_work_item_modified_date import TestPlanTestPointsSearchApiModelWorkItemModifiedDate
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_filter_api_model import WorkItemFilterApiModel
from testit_api_client.model.work_item_filter_api_model_duration import WorkItemFilterApiModelDuration
from testit_api_client.model.work_item_filter_api_model_external_metadata import WorkItemFilterApiModelExternalMetadata
@@ -41,10 +40,10 @@ def lazy_import():
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemFilterApiModel'] = WorkItemFilterApiModel
globals()['WorkItemFilterApiModelDuration'] = WorkItemFilterApiModelDuration
globals()['WorkItemFilterApiModelExternalMetadata'] = WorkItemFilterApiModelExternalMetadata
@@ -52,6 +51,7 @@ def lazy_import():
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemSelectApiModelFilter(ModelComposed):
@@ -156,7 +156,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (WorkItemFilterApiModelDuration,), # noqa: E501
@@ -259,7 +259,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Source type of work item (manual creation or AI generated). [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (WorkItemFilterApiModelDuration): [optional] # noqa: E501
@@ -389,7 +389,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Source type of work item (manual creation or AI generated). [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (WorkItemFilterApiModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_select_model_filter.py b/src/testit_api_client/model/work_item_select_model_filter.py
index 50e204c4..33a1ee1d 100644
--- a/src/testit_api_client/model/work_item_select_model_filter.py
+++ b/src/testit_api_client/model/work_item_select_model_filter.py
@@ -36,22 +36,22 @@ def lazy_import():
from testit_api_client.model.test_suite_work_items_search_model_external_metadata import TestSuiteWorkItemsSearchModelExternalMetadata
from testit_api_client.model.test_suite_work_items_search_model_links import TestSuiteWorkItemsSearchModelLinks
from testit_api_client.model.test_suite_work_items_search_model_median_duration import TestSuiteWorkItemsSearchModelMedianDuration
- from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_filter_model import WorkItemFilterModel
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['TestPlanTestPointsSearchApiModelWorkItemCreatedDate'] = TestPlanTestPointsSearchApiModelWorkItemCreatedDate
globals()['TestPlanTestPointsSearchApiModelWorkItemModifiedDate'] = TestPlanTestPointsSearchApiModelWorkItemModifiedDate
globals()['TestSuiteWorkItemsSearchModelDuration'] = TestSuiteWorkItemsSearchModelDuration
globals()['TestSuiteWorkItemsSearchModelExternalMetadata'] = TestSuiteWorkItemsSearchModelExternalMetadata
globals()['TestSuiteWorkItemsSearchModelLinks'] = TestSuiteWorkItemsSearchModelLinks
globals()['TestSuiteWorkItemsSearchModelMedianDuration'] = TestSuiteWorkItemsSearchModelMedianDuration
- globals()['WorkItemEntityTypes'] = WorkItemEntityTypes
globals()['WorkItemFilterModel'] = WorkItemFilterModel
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemSelectModelFilter(ModelComposed):
@@ -156,7 +156,7 @@ def openapi_types():
'states': ([WorkItemStates], none_type,), # noqa: E501
'priorities': ([WorkItemPriorityModel], none_type,), # noqa: E501
'source_types': ([WorkItemSourceTypeModel], none_type,), # noqa: E501
- 'types': ([WorkItemEntityTypes], none_type,), # noqa: E501
+ 'types': ([WorkItemTypeModel], none_type,), # noqa: E501
'created_date': (TestPlanTestPointsSearchApiModelWorkItemCreatedDate,), # noqa: E501
'modified_date': (TestPlanTestPointsSearchApiModelWorkItemModifiedDate,), # noqa: E501
'duration': (TestSuiteWorkItemsSearchModelDuration,), # noqa: E501
@@ -259,7 +259,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
@@ -389,7 +389,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
states ([WorkItemStates], none_type): Collection of states of work item. [optional] # noqa: E501
priorities ([WorkItemPriorityModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
source_types ([WorkItemSourceTypeModel], none_type): Collection of priorities of work item. [optional] # noqa: E501
- types ([WorkItemEntityTypes], none_type): Collection of types of work item. [optional] # noqa: E501
+ types ([WorkItemTypeModel], none_type): Collection of types of work item. [optional] # noqa: E501
created_date (TestPlanTestPointsSearchApiModelWorkItemCreatedDate): [optional] # noqa: E501
modified_date (TestPlanTestPointsSearchApiModelWorkItemModifiedDate): [optional] # noqa: E501
duration (TestSuiteWorkItemsSearchModelDuration): [optional] # noqa: E501
diff --git a/src/testit_api_client/model/work_item_short_model.py b/src/testit_api_client/model/work_item_short_model.py
index ffb3bad5..1439e794 100644
--- a/src/testit_api_client/model/work_item_short_model.py
+++ b/src/testit_api_client/model/work_item_short_model.py
@@ -35,11 +35,13 @@ def lazy_import():
from testit_api_client.model.work_item_priority_model import WorkItemPriorityModel
from testit_api_client.model.work_item_source_type_model import WorkItemSourceTypeModel
from testit_api_client.model.work_item_states import WorkItemStates
+ from testit_api_client.model.work_item_type_model import WorkItemTypeModel
globals()['IterationModel'] = IterationModel
globals()['LinkShortModel'] = LinkShortModel
globals()['WorkItemPriorityModel'] = WorkItemPriorityModel
globals()['WorkItemSourceTypeModel'] = WorkItemSourceTypeModel
globals()['WorkItemStates'] = WorkItemStates
+ globals()['WorkItemTypeModel'] = WorkItemTypeModel
class WorkItemShortModel(ModelNormal):
@@ -73,9 +75,6 @@ class WorkItemShortModel(ModelNormal):
('name',): {
'min_length': 1,
},
- ('entity_type_name',): {
- 'min_length': 1,
- },
('section_name',): {
'min_length': 1,
},
@@ -101,7 +100,7 @@ def openapi_types():
'version_id': (str,), # noqa: E501
'version_number': (int,), # noqa: E501
'name': (str,), # noqa: E501
- 'entity_type_name': (str,), # noqa: E501
+ 'entity_type_name': (WorkItemTypeModel,), # noqa: E501
'project_id': (str,), # noqa: E501
'section_id': (str,), # noqa: E501
'section_name': (str,), # noqa: E501
@@ -170,7 +169,7 @@ def _from_openapi_data(cls, id, version_id, version_number, name, entity_type_na
version_id (str): Work Item version identifier
version_number (int): Work Item version number
name (str): Work Item name
- entity_type_name (str): Work Item type. Possible values: CheckLists, SharedSteps, TestCases
+ entity_type_name (WorkItemTypeModel):
project_id (str): Project unique identifier
section_id (str): Identifier of Section where Work Item is located
section_name (str): Section name of Work Item
@@ -299,7 +298,7 @@ def __init__(self, id, version_id, version_number, name, entity_type_name, proje
version_id (str): Work Item version identifier
version_number (int): Work Item version number
name (str): Work Item name
- entity_type_name (str): Work Item type. Possible values: CheckLists, SharedSteps, TestCases
+ entity_type_name (WorkItemTypeModel):
project_id (str): Project unique identifier
section_id (str): Identifier of Section where Work Item is located
section_name (str): Section name of Work Item
diff --git a/src/testit_api_client/model/work_item_entity_types.py b/src/testit_api_client/model/work_item_type_model.py
similarity index 98%
rename from src/testit_api_client/model/work_item_entity_types.py
rename to src/testit_api_client/model/work_item_type_model.py
index b33a9589..9b748930 100644
--- a/src/testit_api_client/model/work_item_entity_types.py
+++ b/src/testit_api_client/model/work_item_type_model.py
@@ -30,7 +30,7 @@
-class WorkItemEntityTypes(ModelSimple):
+class WorkItemTypeModel(ModelSimple):
"""NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech
@@ -101,7 +101,7 @@ def discriminator():
@convert_js_args_to_python_args
def __init__(self, *args, **kwargs):
- """WorkItemEntityTypes - a model defined in OpenAPI
+ """WorkItemTypeModel - a model defined in OpenAPI
Note that value can be passed either in args or in kwargs, but not in both.
@@ -195,7 +195,7 @@ def __init__(self, *args, **kwargs):
@classmethod
@convert_js_args_to_python_args
def _from_openapi_data(cls, *args, **kwargs):
- """WorkItemEntityTypes - a model defined in OpenAPI
+ """WorkItemTypeModel - a model defined in OpenAPI
Note that value can be passed either in args or in kwargs, but not in both.
diff --git a/src/testit_api_client/models/__init__.py b/src/testit_api_client/models/__init__.py
index cd4aa782..fb1b31d1 100644
--- a/src/testit_api_client/models/__init__.py
+++ b/src/testit_api_client/models/__init__.py
@@ -314,7 +314,6 @@
from testit_api_client.model.label_short_model import LabelShortModel
from testit_api_client.model.last_test_result_api_result import LastTestResultApiResult
from testit_api_client.model.last_test_result_model import LastTestResultModel
-from testit_api_client.model.link import Link
from testit_api_client.model.link_api_result import LinkApiResult
from testit_api_client.model.link_auto_test_to_work_item_request import LinkAutoTestToWorkItemRequest
from testit_api_client.model.link_create_api_model import LinkCreateApiModel
@@ -676,7 +675,6 @@
from testit_api_client.model.work_item_changed_fields_view_model_tags import WorkItemChangedFieldsViewModelTags
from testit_api_client.model.work_item_comment_api_result import WorkItemCommentApiResult
from testit_api_client.model.work_item_entity_type_api_model import WorkItemEntityTypeApiModel
-from testit_api_client.model.work_item_entity_types import WorkItemEntityTypes
from testit_api_client.model.work_item_external_metadata_field_filter_api_model import WorkItemExternalMetadataFieldFilterApiModel
from testit_api_client.model.work_item_external_metadata_field_filter_model import WorkItemExternalMetadataFieldFilterModel
from testit_api_client.model.work_item_external_metadata_filter_api_model import WorkItemExternalMetadataFilterApiModel
@@ -736,6 +734,7 @@
from testit_api_client.model.work_item_step_change_view_model import WorkItemStepChangeViewModel
from testit_api_client.model.work_item_step_change_view_model_array_changed_field_with_diffs_view_model import WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel
from testit_api_client.model.work_item_step_change_view_model_work_item import WorkItemStepChangeViewModelWorkItem
+from testit_api_client.model.work_item_type_model import WorkItemTypeModel
from testit_api_client.model.work_item_updating_fields_api_model import WorkItemUpdatingFieldsApiModel
from testit_api_client.model.work_item_updating_fields_api_result import WorkItemUpdatingFieldsApiResult
from testit_api_client.model.work_item_version_model import WorkItemVersionModel