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