diff --git a/doc/pages/manager-api/index.html b/doc/pages/manager-api/index.html index d9f876d19..526583d60 100644 --- a/doc/pages/manager-api/index.html +++ b/doc/pages/manager-api/index.html @@ -764,7 +764,7 @@ "type" : "object", "properties" : { "service" : { - "type" : "string" + "type" : "array" }, "userAttribute" : { "type" : "string", @@ -880,6 +880,9 @@ "type" : "string", "format" : "url" }, + "logoutBypassConfirm" : { + "type" : "boolean" + }, "clientSecret" : { "type" : "string", "format" : "password" diff --git a/doc/sources/manager-api/openapi-spec.yaml b/doc/sources/manager-api/openapi-spec.yaml index 22721358a..899f69153 100644 --- a/doc/sources/manager-api/openapi-spec.yaml +++ b/doc/sources/manager-api/openapi-spec.yaml @@ -1198,6 +1198,8 @@ components: logoutUrl: type: string format: url + logoutBypassConfirm: + type: boolean clientSecret: type: string format: password