Files
api-specs/idn/beta/schemas/PasswordStatus.yaml
2022-09-02 10:59:29 -04:00

24 lines
539 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
errors:
type: array
items:
type: string
description: The errors during the password change request
sourceIds:
type: array
items:
type: string
description: List of source IDs in the password change request