From 145861bf48a8949fb67ae031dc88d717bc9e6822 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:11:29 +0000 Subject: [PATCH] Update OpenAPI spec from workos/workos@23faa38318d596e581656934ed72c4a18476d742 --- .last-synced-sha | 2 +- spec/open-api-spec.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.last-synced-sha b/.last-synced-sha index 639e2e8..509956d 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -4b4e0618779460dbebc1cf5e0f02197c21796d1f +23faa38318d596e581656934ed72c4a18476d742 diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index 688b6ca..be15f09 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -11135,6 +11135,17 @@ paths: description: >- A random string generated by the client that is used to mitigate replay attacks. + - name: prompt + required: false + in: query + schema: + type: string + example: login + const: login + description: >- + If set to `login`, forces re-authentication at the identity + provider. For SAML connections this sets `ForceAuthn="true"` in the + SAML request. responses: '200': description: OK