Skip to content

Commit

Permalink
Updating Definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Visier-Build-Team committed Oct 18, 2024
1 parent f4d903c commit 5af5ab0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion res/administration-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1531
version: 22222222.99201.1533
paths:
/v1/admin/capabilities:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/analytic-model-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1531
version: 22222222.99201.1533
paths:
/v1/admin/calculation-concepts:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/authentication-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1531
version: 22222222.99201.1533
paths:
/v1/auth/oauth2/userinfo:
get:
Expand Down
24 changes: 23 additions & 1 deletion res/data-in-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1531
version: 22222222.99201.1533
paths:
/v1/api/pgpkey:
get:
Expand Down Expand Up @@ -2511,10 +2511,32 @@ components:
properties:
customerId:
type: string
basicAuth:
$ref: '#/components/schemas/IcimsBasicAuthParamsDTO'
clientCredentials:
$ref: '#/components/schemas/IcimsClientCredentialsAuthParamsDTO'
IcimsBasicAuthParamsDTO:
type: object
properties:
username:
type: string
password:
type: string
IcimsClientCredentialsAuthParamsDTO:
type: object
properties:
clientId:
type: string
clientSecret:
type: string
region:
enum:
- ICIMS_AUTH_REGION_US
- ICIMS_AUTH_REGION_EU
- ICIMS_AUTH_REGION_CA
- ICIMS_AUTH_REGION_ISV
type: string
format: enum
ImportDefinitionAPIDTO:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion res/data-out-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1531
version: 22222222.99201.1533
paths:
/v1/data/query/aggregate:
post:
Expand Down

0 comments on commit 5af5ab0

Please sign in to comment.