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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qase-api-client/docs/ParameterShared.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Shared parameter

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | |
**shared_id** | **UUID** | |

## Example

Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/SharedParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | |
**id** | **UUID** | |
**title** | **str** | |
**type** | **str** | |
**project_codes** | **List[str]** | |
Expand Down
12 changes: 6 additions & 6 deletions qase-api-client/docs/SharedParametersApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ configuration.api_key['TokenAuth'] = os.environ["API_KEY"]
with qase.api_client_v1.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = qase.api_client_v1.SharedParametersApi(api_client)
id = 'id_example' # str | Identifier.
id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Identifier.

try:
# Delete shared parameter
Expand All @@ -151,7 +151,7 @@ with qase.api_client_v1.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **str**| Identifier. |
**id** | **UUID**| Identifier. |

### Return type

Expand Down Expand Up @@ -215,7 +215,7 @@ configuration.api_key['TokenAuth'] = os.environ["API_KEY"]
with qase.api_client_v1.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = qase.api_client_v1.SharedParametersApi(api_client)
id = 'id_example' # str | Identifier.
id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Identifier.

try:
# Get a specific shared parameter
Expand All @@ -233,7 +233,7 @@ with qase.api_client_v1.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **str**| Identifier. |
**id** | **UUID**| Identifier. |

### Return type

Expand Down Expand Up @@ -388,7 +388,7 @@ configuration.api_key['TokenAuth'] = os.environ["API_KEY"]
with qase.api_client_v1.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = qase.api_client_v1.SharedParametersApi(api_client)
id = 'id_example' # str | Identifier.
id = UUID('38400000-8cf0-11bd-b23e-10b96e4ef00d') # UUID | Identifier.
shared_parameter_update = qase.api_client_v1.SharedParameterUpdate() # SharedParameterUpdate |

try:
Expand All @@ -407,7 +407,7 @@ with qase.api_client_v1.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **str**| Identifier. |
**id** | **UUID**| Identifier. |
**shared_parameter_update** | [**SharedParameterUpdate**](SharedParameterUpdate.md)| |

### Return type
Expand Down
1 change: 1 addition & 0 deletions qase-api-client/docs/SharedStepContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**action** | **str** | | [optional]
**expected_result** | **str** | | [optional]
**attachments** | [**List[AttachmentHash]**](AttachmentHash.md) | | [optional]
**steps** | **List[object]** | Nested steps will be here. The same structure is used for them. | [optional]

## Example

Expand Down
1 change: 1 addition & 0 deletions qase-api-client/docs/SharedStepContentCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**expected_result** | **str** | | [optional]
**data** | **str** | | [optional]
**attachments** | **List[str]** | A list of Attachment hashes. | [optional]
**steps** | **List[object]** | Nested steps will be here. The same structure is used for them. | [optional]

## Example

Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/TestCaseParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | | [optional]
**shared_id** | **UUID** | | [optional]
**type** | **str** | |
**item** | [**ParameterSingle**](ParameterSingle.md) | |
**items** | [**List[ParameterSingle]**](ParameterSingle.md) | |
Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/TestCaseParameterBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | | [optional]
**shared_id** | **UUID** | | [optional]
**type** | **str** | |

## Example
Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/TestCaseParameterGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | | [optional]
**shared_id** | **UUID** | | [optional]
**type** | **str** | |
**items** | [**List[ParameterSingle]**](ParameterSingle.md) | |

Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/TestCaseParameterSingle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | | [optional]
**shared_id** | **UUID** | | [optional]
**type** | **str** | |
**item** | [**ParameterSingle**](ParameterSingle.md) | |

Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/TestCaseParametercreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **str** | |
**shared_id** | **UUID** | |
**title** | **str** | |
**values** | **List[str]** | |
**items** | [**List[ParameterSingle]**](ParameterSingle.md) | |
Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/docs/UuidResponseAllOfResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | | [optional]
**id** | **UUID** | | [optional]

## Example

Expand Down
2 changes: 1 addition & 1 deletion qase-api-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-api-client"
version = "2.0.3"
version = "2.0.4"
description = "Qase TestOps API V1 client for Python"
readme = "README.md"
authors = [{name = "Qase Team", email = "support@qase.io"}]
Expand Down
Loading