Skip to content

Commit

Permalink
fixup! fixup! feat: Two Factor API
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Dec 15, 2024
1 parent d65b567 commit 048dbcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7073,10 +7073,10 @@
},
"/ocs/v2.php/twofactor/state": {
"post": {
"operationId": "twofactor-state",
"operationId": "two_factor_api-state",
"summary": "Get Two Factor state of specific users",
"tags": [
"twofactor"
"two_factor_api"
],
"security": [
{
Expand Down Expand Up @@ -7156,10 +7156,10 @@
},
"/ocs/v2.php/twofactor/enable": {
"post": {
"operationId": "twofactor-enable",
"operationId": "two_factor_api-enable",
"summary": "Enable Two Factor Authentication for a specific user and specific TFA provider. Not all TFA providers can be enabled this way, some require user interaction",
"tags": [
"twofactor"
"two_factor_api"
],
"security": [
{
Expand Down Expand Up @@ -7237,10 +7237,10 @@
},
"/ocs/v2.php/twofactor/disable": {
"post": {
"operationId": "twofactor-disable",
"operationId": "two_factor_api-disable",
"summary": "Disable Two Factor Authentication for a specific user and specific TFA provider",
"tags": [
"twofactor"
"two_factor_api"
],
"security": [
{
Expand Down

0 comments on commit 048dbcb

Please sign in to comment.