File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -26107,10 +26107,6 @@ components:
2610726107 readOnly: true
2610826108 description: The security question.
2610926109 example: "In what city were you born?"
26110- question_id:
26111- type: integer
26112- description: The ID representing the security question.
26113- example: 1
2611426110 response:
2611526111 type: string
2611626112 minLength: 3
@@ -26145,7 +26141,7 @@ components:
2614526141 description: Single security question and response object for POST operation.
2614626142 properties:
2614726143 question_id:
26148- $ref: '#/components/schemas/SecurityQuestion/properties/question_id '
26144+ $ref: '#/components/schemas/SecurityQuestion/properties/id '
2614926145 response:
2615026146 $ref: '#/components/schemas/SecurityQuestion/properties/response'
2615126147 security_question:
You can’t perform that action at this time.
0 commit comments