Files
api-specs/idn/beta/schemas/KbaAnswerRequestItem.yaml
GitHub Action Bot 2019acc760 Automated commit 'Merge pull request #1647 from sailpoint/saurabh/ISCARP-13782
ISCARP-13782 / Add documentation for CC challenge APIs replacements in MFA' by github action: 8742380269
2024-04-18 17:42:20 +00:00

15 lines
294 B
YAML

type: object
properties:
id:
type: string
nullable: false
description: Question Id
example: c54fee53-2d63-4fc5-9259-3e93b9994135
answer:
type: string
nullable: false
description: An answer for the KBA question
example: Your answer
required:
- id
- answer