Skip to content

Commit 4b61ec7

Browse files
author
CDO Jenkins
committed
Update OpenAPI.yaml from staging
1 parent f649b8f commit 4b61ec7

8 files changed

+13
-13
lines changed

cdo-sdk/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use the documentation to explore the endpoints Security Cloud Control has to off
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.5.0
7-
- Package version: 1.2.536
7+
- Package version: 1.2.537
88
- Generator version: 7.4.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

cdo-sdk/python/cdo_sdk_python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.2.536"
18+
__version__ = "1.2.537"
1919

2020
# import apis into sdk package
2121
from cdo_sdk_python.api.ai_assistant_api import AIAssistantApi

cdo-sdk/python/cdo_sdk_python/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'OpenAPI-Generator/1.2.536/python'
91+
self.user_agent = 'OpenAPI-Generator/1.2.537/python'
9292
self.client_side_validation = configuration.client_side_validation
9393

9494
def __enter__(self):

cdo-sdk/python/cdo_sdk_python/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def to_debug_report(self):
380380
"OS: {env}\n"\
381381
"Python Version: {pyversion}\n"\
382382
"Version of the API: 1.5.0\n"\
383-
"SDK Package Version: 1.2.536".\
383+
"SDK Package Version: 1.2.537".\
384384
format(env=sys.platform, pyversion=sys.version)
385385

386386
def get_host_settings(self):

cdo-sdk/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cdo_sdk_python"
3-
version = "1.2.536"
3+
version = "1.2.537"
44
description = "Cisco Security Cloud Control API"
55
authors = ["Cisco Security Cloud Control TAC <[email protected]>"]
66
license = "NoLicense"

cdo-sdk/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "cdo-sdk-python"
25-
VERSION = "1.2.536"
25+
VERSION = "1.2.537"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

object-service-openapi.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ paths:
8181
responses:
8282
"403":
8383
$ref: '#/components/responses/http403Forbidden'
84-
"401":
85-
$ref: '#/components/responses/http401Unauthorised'
8684
"200":
8785
description: A paginated view of the Security Cloud Control objects.
8886
content:
8987
application/json:
9088
schema:
9189
$ref: '#/components/schemas/ListObjectResponse'
90+
"401":
91+
$ref: '#/components/responses/http401Unauthorised'
9292
"400":
9393
$ref: '#/components/responses/http400BadRequest'
9494
"500":
@@ -346,15 +346,15 @@ paths:
346346
responses:
347347
"403":
348348
$ref: '#/components/responses/http403Forbidden'
349-
"401":
350-
$ref: '#/components/responses/http401Unauthorised'
351349
"200":
352350
description: A descriptive representation of the updated Security Cloud
353351
Control object.
354352
content:
355353
application/json:
356354
schema:
357355
$ref: '#/components/schemas/ObjectResponse'
356+
"401":
357+
$ref: '#/components/responses/http401Unauthorised'
358358
"400":
359359
$ref: '#/components/responses/http400BadRequest'
360360
"500":
@@ -521,14 +521,14 @@ paths:
521521
responses:
522522
"403":
523523
$ref: '#/components/responses/http403Forbidden'
524+
"401":
525+
$ref: '#/components/responses/http401Unauthorised'
524526
"200":
525527
description: OK
526528
content:
527529
application/json:
528530
schema:
529531
$ref: '#/components/schemas/IssuesCount'
530-
"401":
531-
$ref: '#/components/responses/http401Unauthorised'
532532
"400":
533533
$ref: '#/components/responses/http400BadRequest'
534534
"500":

postman-collection.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)