From 911ddbfa37aa1a3ddb86c7babe58f0bf2e9487e2 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 13 Oct 2023 15:17:54 +0200 Subject: [PATCH] feat: update loginmethods response type to support mfa --- CHANGELOG.md | 1 + api_spec.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48706b..7e55383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added an endpoint to query information about MFA factors +- Updated loginmethods response type to include a list of first factors ## [1.18.0] - 2023-08-XX diff --git a/api_spec.yaml b/api_spec.yaml index fdd25e7..5af79df 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -1416,6 +1416,10 @@ paths: enabled: type: boolean example: true + firstFactors: + type: array + items: + type: string - $ref: '#/components/schemas/generalErrorResponse' '404': $ref: '#/components/responses/404'