diff --git a/dist/dart/openapi-3.0.yaml b/dist/dart/openapi-3.0.yaml index e2b3c10..0b61295 100644 --- a/dist/dart/openapi-3.0.yaml +++ b/dist/dart/openapi-3.0.yaml @@ -91,6 +91,7 @@ paths: security: - CsrfToken: [] - CookieCt0: [] +- GuestToken: [] - CookieAuthToken: [] - AuthType: [] servers: diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 8ddff65..14e3f7f 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -111,6 +111,7 @@ paths: security: - CsrfToken: [] - CookieCt0: [] +- GuestToken: [] - CookieAuthToken: [] - AuthType: [] - UserAgent: [] diff --git a/dist/test/openapi-3.0.yaml b/dist/test/openapi-3.0.yaml index 8ddff65..14e3f7f 100644 --- a/dist/test/openapi-3.0.yaml +++ b/dist/test/openapi-3.0.yaml @@ -111,6 +111,7 @@ paths: security: - CsrfToken: [] - CookieCt0: [] +- GuestToken: [] - CookieAuthToken: [] - AuthType: [] - UserAgent: [] diff --git a/dist/typescript/openapi-3.0.yaml b/dist/typescript/openapi-3.0.yaml index 8ddff65..14e3f7f 100644 --- a/dist/typescript/openapi-3.0.yaml +++ b/dist/typescript/openapi-3.0.yaml @@ -111,6 +111,7 @@ paths: security: - CsrfToken: [] - CookieCt0: [] +- GuestToken: [] - CookieAuthToken: [] - AuthType: [] - UserAgent: [] diff --git a/src/openapi/openapi-3.0.yaml b/src/openapi/openapi-3.0.yaml index fa462ee..4f58931 100644 --- a/src/openapi/openapi-3.0.yaml +++ b/src/openapi/openapi-3.0.yaml @@ -51,6 +51,7 @@ components: security: - CsrfToken: [] - CookieCt0: [] + - GuestToken: [] - CookieAuthToken: [] - AuthType: [] tags: