13 lines
373 B
YAML
13 lines
373 B
YAML
description: Reset user password request
|
|
required: true
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
newPassword:
|
|
type: string
|
|
minLength: 5
|
|
description: The new temporary password for the user.
|
|
example: 'newSecurePassword123'
|