feature/IO-3255-simplified-parts-management - Checkpoint / Meeting changes

This commit is contained in:
Dave Richer
2025-07-03 14:05:35 -04:00
parent 5fa58e5013
commit 94b154a4ac
4 changed files with 70 additions and 105 deletions

View File

@@ -54,6 +54,10 @@ paths:
userEmail:
type: string
format: email
userPassword:
type: string
description: Optional password for the new user. If provided, the password is set directly, and no password reset link is sent. Must be at least 6 characters.
nullable: true
logoUrl:
type: string
format: uri
@@ -140,6 +144,8 @@ paths:
resetLink:
type: string
format: uri
nullable: true
description: Password reset link for the user. Only included if userPassword is not provided in the request.
'400':
description: Bad request (missing or invalid fields)
content: