docs: Add missing details to Swagger

This commit is contained in:
Maksim Eltyshev
2026-01-26 21:44:00 +01:00
parent 2b699f77f4
commit b2da1a5e18
2 changed files with 4 additions and 1 deletions

View File

@@ -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}

View File

@@ -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)