Skip to content

Commit 7807efb

Browse files
Made askPassword a required attribute and improved color scheme of code samples
1 parent cbc99ae commit 7807efb

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

en/identity-server/7.0.0/docs/apis/restapis/scim2-users.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ components:
582582
properties: {}
583583
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:
584584
type: object
585+
required:
586+
- askPassword
585587
properties:
586588
askPassword:
587589
type: boolean

en/identity-server/7.1.0/docs/apis/restapis/scim2-users.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@ components:
592592
- Taylor
593593
urn:scim:wso2:schema:
594594
type: object
595+
required:
596+
- askPassword
595597
properties:
596598
askPassword:
597599
type: boolean

en/identity-server/7.2.0/docs/apis/restapis/scim2-users.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,8 @@ components:
622622
- Taylor
623623
urn:scim:wso2:schema:
624624
type: object
625+
required:
626+
- askPassword
625627
properties:
626628
askPassword:
627629
type: boolean

en/identity-server/next/docs/apis/restapis/scim2-users.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,8 @@ components:
622622
- Taylor
623623
urn:scim:wso2:schema:
624624
type: object
625+
required:
626+
- askPassword
625627
properties:
626628
askPassword:
627629
type: boolean

en/theme/material/assets/css/redoc.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,25 @@
144144
color: var(--md-default-fg-color--light) !important;
145145
}
146146

147+
.api-content > div ol li {
148+
color: var(--md-default-fg-color) !important;
149+
}
150+
151+
.api-content code .token.punctuation {
152+
color: #d9d9de !important;
153+
}
154+
155+
.api-content div > ul div {
156+
color: #d9d9de !important;
157+
}
158+
147159
[data-md-color-scheme=slate] .api-content code {
148160
color: var(--md-code-fg-color) !important;
149161
background-color: var(--md-code-bg-color) !important;
150162
}
151163

164+
165+
152166
/* Media query breakpoints
153167
154168
$base_px: 16px;

0 commit comments

Comments
 (0)