docs/SelfServiceSettingsFlow.md in ory-kratos-client-0.9.0.alpha3 vs docs/SelfServiceSettingsFlow.md in ory-kratos-client-0.10.1
- old
+ new
@@ -10,10 +10,10 @@
| **identity** | [**Identity**](Identity.md) | | |
| **issued_at** | **Time** | IssuedAt is the time (UTC) when the flow occurred. | |
| **request_url** | **String** | RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example. | |
| **return_to** | **String** | ReturnTo contains the requested return_to URL. | [optional] |
| **state** | [**SelfServiceSettingsFlowState**](SelfServiceSettingsFlowState.md) | | |
-| **type** | **String** | The flow type can either be `api` or `browser`. | [optional] |
+| **type** | **String** | The flow type can either be `api` or `browser`. | |
| **ui** | [**UiContainer**](UiContainer.md) | | |
## Example
```ruby