summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-06-07 16:21:57 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-07 15:21:57 +0100
commitce3b8aacf73b841887f3eec631851d086a7578f1 (patch)
tree3c0ab7a93ffddc952e39c33140414106019e39e8 /docs/api
parent[chore] Update WASM go-sqlite3 to v0.16.1 (#2976) (diff)
downloadgotosocial-ce3b8aacf73b841887f3eec631851d086a7578f1.tar.xz
[chore] Warn about email/password change when using OIDC (#2975)
* [chore] Warn about email/password change when using OIDC * go fmt
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 6bb5b45ea..fe28847f7 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -1541,6 +1541,10 @@ definitions:
$ref: '#/definitions/InstanceConfigurationEmojis'
media_attachments:
$ref: '#/definitions/instanceConfigurationMediaAttachments'
+ oidc_enabled:
+ description: True if instance is running with OIDC as auth/identity backend, else omitted.
+ type: boolean
+ x-go-name: OIDCEnabled
polls:
$ref: '#/definitions/instanceConfigurationPolls'
statuses:
@@ -1656,6 +1660,10 @@ definitions:
$ref: '#/definitions/InstanceConfigurationEmojis'
media_attachments:
$ref: '#/definitions/instanceConfigurationMediaAttachments'
+ oidc_enabled:
+ description: True if instance is running with OIDC as auth/identity backend, else omitted.
+ type: boolean
+ x-go-name: OIDCEnabled
polls:
$ref: '#/definitions/instanceConfigurationPolls'
statuses:
@@ -9044,6 +9052,8 @@ paths:
description: forbidden
"406":
description: not acceptable
+ "422":
+ description: unprocessable request because instance is running with OIDC backend
"500":
description: internal error
security: