diff --git a/.changeset/polite-countries-dream.md b/.changeset/polite-countries-dream.md new file mode 100644 index 0000000000..67ba1ab680 --- /dev/null +++ b/.changeset/polite-countries-dream.md @@ -0,0 +1,5 @@ +--- +'@nhost/docs': minor +--- + +fix: remove auth method diff --git a/docs/reference/openapi-auth.yaml b/docs/reference/openapi-auth.yaml index 414f0238ba..bc3b2d7b96 100644 --- a/docs/reference/openapi-auth.yaml +++ b/docs/reference/openapi-auth.yaml @@ -11,18 +11,9 @@ info: servers: - url: https://local.auth.nhost.run/v1 description: API Server -security: - - AdminSecret: [] - - BearerAuth: [] - components: securitySchemes: - AdminSecret: - type: apiKey - in: header - name: X-Hasura-Admin-Secret - description: Hasura Admin Secret BearerAuth: scheme: bearer type: http @@ -1524,7 +1515,6 @@ paths: schema: $ref: '#/components/schemas/DisabledEndpointError' description: The feature is not activated - security: [] summary: Sign In TOTP tags: - Authentication