Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 8495a1a

Browse files
authored
Merge pull request #70 from JanssenProject/jca-yaml-fix
feat: jca yaml changes to sync with config-api swagger spec
2 parents 85be274 + 7d62b52 commit 8495a1a

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

cli/jca.yaml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,27 @@ paths:
18021802
in: query
18031803
name: pattern
18041804
description: Search pattern.
1805+
- schema:
1806+
type: integer
1807+
default: 1
1808+
in: query
1809+
name: startIndex
1810+
description: The 1-based index of the first query result.
1811+
- schema:
1812+
type: string
1813+
default: 1
1814+
in: query
1815+
name: sortBy
1816+
description: Attribute whose value will be used to order the returned response.
1817+
- schema:
1818+
type: string
1819+
default: 1
1820+
enum:
1821+
- ascending
1822+
- descending
1823+
in: query
1824+
name: sortOrder
1825+
description: Order in which the sortBy param is applied. Allowed values are "ascending" and "descending".
18051826
post:
18061827
tags:
18071828
- OAuth - OpenID Connect - Clients
@@ -2785,7 +2806,7 @@ paths:
27852806
get:
27862807
summary: Returns auth server health status.
27872808
description: Returns auth server health status.
2788-
operationId: get-config-health-ready
2809+
operationId: get-auth-server-health
27892810
tags:
27902811
- Auth Server Health - Check
27912812
responses:
@@ -4255,9 +4276,6 @@ components:
42554276
inum:
42564277
description: XRI i-number. Identifier to uniquely identify the attribute.
42574278
type: string
4258-
selected:
4259-
type: boolean
4260-
description: Boolean value to indicate if the atrribute is selected.
42614279
name:
42624280
type: string
42634281
description: Name of the attribute.
@@ -4339,12 +4357,6 @@ components:
43394357
oxMultiValuedAttribute:
43404358
type: boolean
43414359
description: Boolean value indicating if the attribute can hold multiple value.
4342-
custom:
4343-
type: boolean
4344-
description: Boolean value indicating if the attribute is a custom attribute
4345-
requred:
4346-
type: boolean
4347-
description: Boolean value indicating is a mandatory attribute
43484360
attributeValidation:
43494361
type: object
43504362
description: Details of validations to be applied on the attribute

0 commit comments

Comments
 (0)