mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
27 lines
670 B
YAML
27 lines
670 B
YAML
type: object
|
|
properties:
|
|
requestId:
|
|
type: string
|
|
nullable: true
|
|
description: The password change request ID
|
|
example: 089899f13a8f4da7824996191587bab9
|
|
state:
|
|
type: string
|
|
enum:
|
|
- IN_PROGRESS
|
|
- FINISHED
|
|
- FAILED
|
|
description: Password change state
|
|
example: IN_PROGRESS
|
|
errors:
|
|
type: array
|
|
items:
|
|
type: string
|
|
description: The errors during the password change request
|
|
example: ["The password change payload is invalid"]
|
|
sourceIds:
|
|
type: array
|
|
items:
|
|
type: string
|
|
description: List of source IDs in the password change request
|
|
example: ["2c918083746f642c01746f990884012a"] |