Skip to content

Commit e6937bd

Browse files
committed
Remove question_id from SecurityQuestion
1 parent 41ebfd6 commit e6937bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

openapi.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)