Skip to content

Commit c64ed50

Browse files
author
CDO Jenkins
committed
Update OpenAPI.yaml from staging
1 parent 5c1daa4 commit c64ed50

8 files changed

+17
-17
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.524
7+
- Package version: 1.2.525
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.524"
18+
__version__ = "1.2.525"
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.524/python'
91+
self.user_agent = 'OpenAPI-Generator/1.2.525/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.524".\
383+
"SDK Package Version: 1.2.525".\
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.524"
3+
version = "1.2.525"
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.524"
25+
VERSION = "1.2.525"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

object-service-openapi.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@ paths:
115115
responses:
116116
"403":
117117
$ref: '#/components/responses/http403Forbidden'
118-
"401":
119-
$ref: '#/components/responses/http401Unauthorised'
120-
"400":
121-
$ref: '#/components/responses/http400BadRequest'
122118
"201":
123119
description: A descriptive representation of the created Security Cloud
124120
Control object.
125121
content:
126122
application/json:
127123
schema:
128124
$ref: '#/components/schemas/ObjectResponse'
125+
"401":
126+
$ref: '#/components/responses/http401Unauthorised'
127+
"400":
128+
$ref: '#/components/responses/http400BadRequest'
129129
"500":
130130
description: Internal server error.
131131
content:
@@ -344,15 +344,15 @@ paths:
344344
$ref: '#/components/schemas/UpdateRequest'
345345
required: true
346346
responses:
347-
"403":
348-
$ref: '#/components/responses/http403Forbidden'
349347
"200":
350348
description: A descriptive representation of the updated Security Cloud
351349
Control object.
352350
content:
353351
application/json:
354352
schema:
355353
$ref: '#/components/schemas/ObjectResponse'
354+
"403":
355+
$ref: '#/components/responses/http403Forbidden'
356356
"401":
357357
$ref: '#/components/responses/http401Unauthorised'
358358
"400":
@@ -385,6 +385,8 @@ paths:
385385
responses:
386386
"403":
387387
$ref: '#/components/responses/http403Forbidden'
388+
"401":
389+
$ref: '#/components/responses/http401Unauthorised'
388390
"200":
389391
description: A descriptive representation of the created Security Cloud
390392
Control object.
@@ -394,8 +396,6 @@ paths:
394396
type: array
395397
items:
396398
$ref: '#/components/schemas/ReferenceInfo'
397-
"401":
398-
$ref: '#/components/responses/http401Unauthorised'
399399
"400":
400400
$ref: '#/components/responses/http400BadRequest'
401401
"500":
@@ -437,8 +437,6 @@ paths:
437437
$ref: '#/components/responses/http403Forbidden'
438438
"401":
439439
$ref: '#/components/responses/http401Unauthorised'
440-
"400":
441-
$ref: '#/components/responses/http400BadRequest'
442440
"200":
443441
description: Duplicates of the object.
444442
content:
@@ -447,6 +445,8 @@ paths:
447445
type: array
448446
items:
449447
$ref: '#/components/schemas/DuplicateGroupDto'
448+
"400":
449+
$ref: '#/components/responses/http400BadRequest'
450450
"500":
451451
description: Internal server error.
452452
content:

postman-collection.json

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

0 commit comments

Comments
 (0)