docs: Add missing details to Swagger
This commit is contained in:
@@ -162,7 +162,6 @@ const ActionsStep = React.memo(({ userId, onClose }) => {
|
|||||||
<ConfirmationStep
|
<ConfirmationStep
|
||||||
title="common.unlinkSso"
|
title="common.unlinkSso"
|
||||||
content="common.areYouSureYouWantToUnlinkSsoFromThisUser"
|
content="common.areYouSureYouWantToUnlinkSsoFromThisUser"
|
||||||
buttonType="negative"
|
|
||||||
buttonContent="action.unlinkSso"
|
buttonContent="action.unlinkSso"
|
||||||
onConfirm={handleUnlinkSsoConfirm}
|
onConfirm={handleUnlinkSsoConfirm}
|
||||||
onBack={handleBack}
|
onBack={handleBack}
|
||||||
|
|||||||
@@ -95,6 +95,10 @@
|
|||||||
* enum: [byDefault, alphabetically, byCreationTime]
|
* enum: [byDefault, alphabetically, byCreationTime]
|
||||||
* description: Default sort order for projects display
|
* description: Default sort order for projects display
|
||||||
* example: byDefault
|
* example: byDefault
|
||||||
|
* isSsoUser:
|
||||||
|
* type: boolean
|
||||||
|
* description: Whether the user is SSO user (only false value to unlink SSO, for admins)
|
||||||
|
* example: false
|
||||||
* isDeactivated:
|
* isDeactivated:
|
||||||
* type: boolean
|
* type: boolean
|
||||||
* description: Whether the user account is deactivated and cannot log in (for admins)
|
* description: Whether the user account is deactivated and cannot log in (for admins)
|
||||||
|
|||||||
Reference in New Issue
Block a user