docs/FrontendApi.md in ory-client-1.1.39.alpha0 vs docs/FrontendApi.md in ory-client-1.1.39
- old
+ new
@@ -124,12 +124,11 @@
require 'time'
require 'ory-client'
api_instance = OryClient::FrontendApi.new
opts = {
- cookie: 'cookie_example', # String | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request.
- return_to: 'return_to_example' # String | Return to URL The URL to which the browser should be redirected to after the logout has been performed.
+ cookie: 'cookie_example' # String | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request.
}
begin
# Create a Logout URL for Browsers
result = api_instance.create_browser_logout_flow(opts)
@@ -160,10 +159,9 @@
### Parameters
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cookie** | **String** | HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request. | [optional] |
-| **return_to** | **String** | Return to URL The URL to which the browser should be redirected to after the logout has been performed. | [optional] |
### Return type
[**LogoutFlow**](LogoutFlow.md)