Skip to content

Commit 51b32b5

Browse files
authored
Merge pull request #5346 from osandamaleesha/master
Update claim field in rule metadata api
2 parents 2ef794c + 5847f99 commit 51b32b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/asgardeo/docs/apis/restapis/rule-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ paths:
159159
value:
160160
inputType: options
161161
valueType: reference
162-
valueReferenceAttribute: uri
163-
valueDisplayAttribute: name
162+
valueReferenceAttribute: claimURI
163+
valueDisplayAttribute: displayName
164164
links:
165165
- href: /claim-dialects/local/claims?exclude-hidden-claims=true
166166
method: GET

en/identity-server/next/docs/apis/restapis/rule-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ paths:
165165
value:
166166
inputType: options
167167
valueType: reference
168-
valueReferenceAttribute: uri
169-
valueDisplayAttribute: name
168+
valueReferenceAttribute: claimURI
169+
valueDisplayAttribute: displayName
170170
links:
171171
- href: /claim-dialects/local/claims?exclude-hidden-claims=true
172172
method: GET

0 commit comments

Comments
 (0)