Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1831 from sail…
Browse files Browse the repository at this point in the history
…point/pchinchkar/CONSEALINK-5916

CONSEALINK-5916: Corrected Invalid request body for PATCH request in documentation' by github action: 11053668122' go sdk: 11053675920
  • Loading branch information
developer-relations-sp committed Sep 26, 2024
1 parent 091062f commit 16d4e43
Show file tree
Hide file tree
Showing 26 changed files with 713 additions and 617 deletions.
8 changes: 4 additions & 4 deletions api_beta/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ docs/InvocationStatus.md
docs/InvocationStatusType.md
docs/JsonPatch.md
docs/JsonPatchOperation.md
docs/JsonPatchOperationValue.md
docs/JsonPatchOperations.md
docs/JsonPatchOperationsValue.md
docs/KbaAnswerRequestItem.md
Expand Down Expand Up @@ -957,7 +956,8 @@ docs/TriggerType.md
docs/TriggersAPI.md
docs/UIMetadataAPI.md
docs/UpdateAccessProfilesInBulk412Response.md
docs/UpdateMultiHostSourcesRequest.md
docs/UpdateMultiHostSourcesRequestInner.md
docs/UpdateMultiHostSourcesRequestInnerValue.md
docs/UsageType.md
docs/UserApp.md
docs/UserAppAccount.md
Expand Down Expand Up @@ -1418,7 +1418,6 @@ model_invocation_status.go
model_invocation_status_type.go
model_json_patch.go
model_json_patch_operation.go
model_json_patch_operation_value.go
model_json_patch_operations.go
model_json_patch_operations_value.go
model_kba_answer_request_item.go
Expand Down Expand Up @@ -1830,7 +1829,8 @@ model_trigger_example_input.go
model_trigger_example_output.go
model_trigger_type.go
model_update_access_profiles_in_bulk_412_response.go
model_update_multi_host_sources_request.go
model_update_multi_host_sources_request_inner.go
model_update_multi_host_sources_request_inner_value.go
model_usage_type.go
model_user_app.go
model_user_app_account.go
Expand Down
6 changes: 3 additions & 3 deletions api_beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ Class | Method | HTTP request | Description
*MultiHostIntegrationAPI* | [**GetEntitlementAggregationGroups**](docs/MultiHostIntegrationAPI.md#getentitlementaggregationgroups) | **Get** /multihosts/{multiHostId}/entitlementAggregationGroups | Get Entitlement Aggregation Groups Within Multi-Host Integration ID
*MultiHostIntegrationAPI* | [**GetMultiHostIntegrations**](docs/MultiHostIntegrationAPI.md#getmultihostintegrations) | **Get** /multihosts/{id} | Get Multi-Host Integration By ID
*MultiHostIntegrationAPI* | [**GetMultiHostIntegrationsList**](docs/MultiHostIntegrationAPI.md#getmultihostintegrationslist) | **Get** /multihosts | List All Existing Multi-Host Integrations
*MultiHostIntegrationAPI* | [**GetMultiHostSourceCreationErrors**](docs/MultiHostIntegrationAPI.md#getmultihostsourcecreationerrors) | **Get** /multihosts/{multiHostId}/sources/errors | List Multi-Host Source Creation Errors
*MultiHostIntegrationAPI* | [**GetMultihostIntegrationTypes**](docs/MultiHostIntegrationAPI.md#getmultihostintegrationtypes) | **Get** /multihosts/types | List Multi-Host Integration Types
*MultiHostIntegrationAPI* | [**GetSourcesWithinMultiHost**](docs/MultiHostIntegrationAPI.md#getsourceswithinmultihost) | **Get** /multihosts/{id}/sources | List Sources Within Multi-Host Integration
*MultiHostIntegrationAPI* | [**GetSourcesWithinMultiHost_0**](docs/MultiHostIntegrationAPI.md#getsourceswithinmultihost_0) | **Get** /multihosts/{multiHostId}/sources/errors | List Multi-Host Integration Sources Creation Errors
*MultiHostIntegrationAPI* | [**TestConnectionMultiHostSources**](docs/MultiHostIntegrationAPI.md#testconnectionmultihostsources) | **Post** /multihosts/{multihost_id}/sources/testConnection | Test Configuration For Multi-Host Integration
*MultiHostIntegrationAPI* | [**TestSourceConnectionMultihost**](docs/MultiHostIntegrationAPI.md#testsourceconnectionmultihost) | **Get** /multihosts/{multihost_id}/sources/{sourceId}/testConnection | Test Configuration For Multi-Host Integration's Single Source
*MultiHostIntegrationAPI* | [**UpdateMultiHostSources**](docs/MultiHostIntegrationAPI.md#updatemultihostsources) | **Patch** /multihosts/{id} | Update Multi-Host Integration
Expand Down Expand Up @@ -1029,7 +1029,6 @@ Class | Method | HTTP request | Description
- [InvocationStatusType](docs/InvocationStatusType.md)
- [JsonPatch](docs/JsonPatch.md)
- [JsonPatchOperation](docs/JsonPatchOperation.md)
- [JsonPatchOperationValue](docs/JsonPatchOperationValue.md)
- [JsonPatchOperations](docs/JsonPatchOperations.md)
- [JsonPatchOperationsValue](docs/JsonPatchOperationsValue.md)
- [KbaAnswerRequestItem](docs/KbaAnswerRequestItem.md)
Expand Down Expand Up @@ -1441,7 +1440,8 @@ Class | Method | HTTP request | Description
- [TriggerExampleOutput](docs/TriggerExampleOutput.md)
- [TriggerType](docs/TriggerType.md)
- [UpdateAccessProfilesInBulk412Response](docs/UpdateAccessProfilesInBulk412Response.md)
- [UpdateMultiHostSourcesRequest](docs/UpdateMultiHostSourcesRequest.md)
- [UpdateMultiHostSourcesRequestInner](docs/UpdateMultiHostSourcesRequestInner.md)
- [UpdateMultiHostSourcesRequestInnerValue](docs/UpdateMultiHostSourcesRequestInnerValue.md)
- [UsageType](docs/UsageType.md)
- [UserApp](docs/UserApp.md)
- [UserAppAccount](docs/UserAppAccount.md)
Expand Down
108 changes: 59 additions & 49 deletions api_beta/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19135,13 +19135,12 @@ paths:
path: /description
value: MDK Multi-Host Integration 222 description
schema:
$ref: '#/components/schemas/updateMultiHostSources_request'
description: "A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902)."
items:
$ref: '#/components/schemas/updateMultiHostSources_request_inner'
type: array
description: |
A list of Multi-Host Integration update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.

Only `replace` operations are accepted by this endpoint.

A 403 Forbidden Error indicates that you attempted to PATCH a operation that is not allowed.
This endpoint allows you to update a Multi-Host Integration.
required: true
responses:
"200":
Expand Down Expand Up @@ -19721,7 +19720,7 @@ paths:
description: "Get a list of sources creation errors within Multi-Host Integration\
\ ID. \n\nA token with Org Admin or Multi-Host Admin authority is required\
\ to access this endpoint."
operationId: getSourcesWithinMultiHost
operationId: getMultiHostSourceCreationErrors
parameters:
- description: ID of the Multi-Host Integration
explode: false
Expand Down Expand Up @@ -19820,7 +19819,7 @@ paths:
- UserContextAuth:
- idn:multihosts:read
- idn:sources:read
summary: List Multi-Host Integration Sources Creation Errors
summary: List Multi-Host Source Creation Errors
tags:
- Multi-Host Integration
/multihosts/{multihostId}/acctAggregationGroups:
Expand Down Expand Up @@ -62817,7 +62816,7 @@ components:
example: /description
type: string
value:
$ref: '#/components/schemas/JsonPatchOperation_value'
$ref: '#/components/schemas/updateMultiHostSources_request_inner_value'
required:
- op
- path
Expand Down Expand Up @@ -88163,15 +88162,58 @@ components:
anyOf:
- $ref: '#/components/schemas/RoleAssignmentRef'
- $ref: '#/components/schemas/RoleAssignmentDto'
updateMultiHostSources_request:
description: "A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902).\
\ Only `replace` operations are accepted by this endpoint."
array_inner:
anyOf:
- type: string
- type: integer
- type: object
example:
- "001"
- "002"
- "003"
updateMultiHostSources_request_inner_value:
description: "The value to be used for the operation, required for \"add\" and\
\ \"replace\" operations"
example: New description
oneOf:
- example: New description
title: string
type: string
- example: true
title: boolean
type: boolean
- example: 300
title: integer
type: integer
- example:
attributes:
name: philip
title: object
type: object
- items:
$ref: '#/components/schemas/array_inner'
title: array
type: array
updateMultiHostSources_request_inner:
description: "A JSONPatch Operation as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902)"
properties:
operations:
description: Operations to be applied.
items:
$ref: '#/components/schemas/JsonPatchOperation'
type: array
op:
description: The operation to be performed
enum:
- add
- replace
example: replace
type: string
path:
description: A string JSON Pointer representing the target path to an element
to be affected by the operation
example: /description
type: string
value:
$ref: '#/components/schemas/updateMultiHostSources_request_inner_value'
required:
- op
- path
type: object
testSourceConnectionMultihost_200_response:
example:
Expand Down Expand Up @@ -89194,38 +89236,6 @@ components:
Field_allOf_value:
description: Value of the field
type: object
array_inner:
anyOf:
- type: string
- type: integer
- type: object
example:
- "001"
- "002"
- "003"
JsonPatchOperation_value:
description: "The value to be used for the operation, required for \"add\" and\
\ \"replace\" operations"
example: New description
oneOf:
- example: New description
title: string
type: string
- example: true
title: boolean
type: boolean
- example: 300
title: integer
type: integer
- example:
attributes:
name: philip
title: object
type: object
- items:
$ref: '#/components/schemas/array_inner'
title: array
type: array
AccessProfileBulkUpdateRequest_inner:
description: Access Profile's basic details.
properties:
Expand Down
Loading

0 comments on commit 16d4e43

Please sign in to comment.