Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.13.0
Browse files Browse the repository at this point in the history
Version: v1.13.0
  • Loading branch information
aeneasr committed Jul 5, 2024
1 parent 07e96a5 commit 329c1e5
Show file tree
Hide file tree
Showing 821 changed files with 2,117 additions and 1,924 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.7.0
2 changes: 1 addition & 1 deletion docs/AcceptOAuth2ConsentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ print(AcceptOAuth2ConsentRequest.to_json())
# convert the object into a dict
accept_o_auth2_consent_request_dict = accept_o_auth2_consent_request_instance.to_dict()
# create an instance of AcceptOAuth2ConsentRequest from a dict
accept_o_auth2_consent_request_form_dict = accept_o_auth2_consent_request.from_dict(accept_o_auth2_consent_request_dict)
accept_o_auth2_consent_request_from_dict = AcceptOAuth2ConsentRequest.from_dict(accept_o_auth2_consent_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AcceptOAuth2ConsentRequestSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(AcceptOAuth2ConsentRequestSession.to_json())
# convert the object into a dict
accept_o_auth2_consent_request_session_dict = accept_o_auth2_consent_request_session_instance.to_dict()
# create an instance of AcceptOAuth2ConsentRequestSession from a dict
accept_o_auth2_consent_request_session_form_dict = accept_o_auth2_consent_request_session.from_dict(accept_o_auth2_consent_request_session_dict)
accept_o_auth2_consent_request_session_from_dict = AcceptOAuth2ConsentRequestSession.from_dict(accept_o_auth2_consent_request_session_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AcceptOAuth2LoginRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ print(AcceptOAuth2LoginRequest.to_json())
# convert the object into a dict
accept_o_auth2_login_request_dict = accept_o_auth2_login_request_instance.to_dict()
# create an instance of AcceptOAuth2LoginRequest from a dict
accept_o_auth2_login_request_form_dict = accept_o_auth2_login_request.from_dict(accept_o_auth2_login_request_dict)
accept_o_auth2_login_request_from_dict = AcceptOAuth2LoginRequest.from_dict(accept_o_auth2_login_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AccountExperienceConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ print(AccountExperienceConfiguration.to_json())
# convert the object into a dict
account_experience_configuration_dict = account_experience_configuration_instance.to_dict()
# create an instance of AccountExperienceConfiguration from a dict
account_experience_configuration_form_dict = account_experience_configuration.from_dict(account_experience_configuration_dict)
account_experience_configuration_from_dict = AccountExperienceConfiguration.from_dict(account_experience_configuration_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AccountExperienceThemeVariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ print(AccountExperienceThemeVariables.to_json())
# convert the object into a dict
account_experience_theme_variables_dict = account_experience_theme_variables_instance.to_dict()
# create an instance of AccountExperienceThemeVariables from a dict
account_experience_theme_variables_form_dict = account_experience_theme_variables.from_dict(account_experience_theme_variables_dict)
account_experience_theme_variables_from_dict = AccountExperienceThemeVariables.from_dict(account_experience_theme_variables_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ActiveProjectInConsole.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(ActiveProjectInConsole.to_json())
# convert the object into a dict
active_project_in_console_dict = active_project_in_console_instance.to_dict()
# create an instance of ActiveProjectInConsole from a dict
active_project_in_console_form_dict = active_project_in_console.from_dict(active_project_in_console_dict)
active_project_in_console_from_dict = ActiveProjectInConsole.from_dict(active_project_in_console_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AddProjectToWorkspaceBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(AddProjectToWorkspaceBody.to_json())
# convert the object into a dict
add_project_to_workspace_body_dict = add_project_to_workspace_body_instance.to_dict()
# create an instance of AddProjectToWorkspaceBody from a dict
add_project_to_workspace_body_form_dict = add_project_to_workspace_body.from_dict(add_project_to_workspace_body_dict)
add_project_to_workspace_body_from_dict = AddProjectToWorkspaceBody.from_dict(add_project_to_workspace_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/Attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(Attribute.to_json())
# convert the object into a dict
attribute_dict = attribute_instance.to_dict()
# create an instance of Attribute from a dict
attribute_form_dict = attribute.from_dict(attribute_dict)
attribute_from_dict = Attribute.from_dict(attribute_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AttributeFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(AttributeFilter.to_json())
# convert the object into a dict
attribute_filter_dict = attribute_filter_instance.to_dict()
# create an instance of AttributeFilter from a dict
attribute_filter_form_dict = attribute_filter.from_dict(attribute_filter_dict)
attribute_filter_from_dict = AttributeFilter.from_dict(attribute_filter_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AttributesCountDatapoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(AttributesCountDatapoint.to_json())
# convert the object into a dict
attributes_count_datapoint_dict = attributes_count_datapoint_instance.to_dict()
# create an instance of AttributesCountDatapoint from a dict
attributes_count_datapoint_form_dict = attributes_count_datapoint.from_dict(attributes_count_datapoint_dict)
attributes_count_datapoint_from_dict = AttributesCountDatapoint.from_dict(attributes_count_datapoint_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
11 changes: 8 additions & 3 deletions docs/AuthenticatorAssuranceLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder for an attacker to compromise the account. Generally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used. To learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials

## Properties
## Enum

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
* `AAL0` (value: `'aal0'`)

* `AAL1` (value: `'aal1'`)

* `AAL2` (value: `'aal2'`)

* `AAL3` (value: `'aal3'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/BatchPatchIdentitiesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(BatchPatchIdentitiesResponse.to_json())
# convert the object into a dict
batch_patch_identities_response_dict = batch_patch_identities_response_instance.to_dict()
# create an instance of BatchPatchIdentitiesResponse from a dict
batch_patch_identities_response_form_dict = batch_patch_identities_response.from_dict(batch_patch_identities_response_dict)
batch_patch_identities_response_from_dict = BatchPatchIdentitiesResponse.from_dict(batch_patch_identities_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/BillingPeriodBucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(BillingPeriodBucket.to_json())
# convert the object into a dict
billing_period_bucket_dict = billing_period_bucket_instance.to_dict()
# create an instance of BillingPeriodBucket from a dict
billing_period_bucket_form_dict = billing_period_bucket.from_dict(billing_period_bucket_dict)
billing_period_bucket_from_dict = BillingPeriodBucket.from_dict(billing_period_bucket_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CheckOplSyntaxResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ print(CheckOplSyntaxResult.to_json())
# convert the object into a dict
check_opl_syntax_result_dict = check_opl_syntax_result_instance.to_dict()
# create an instance of CheckOplSyntaxResult from a dict
check_opl_syntax_result_form_dict = check_opl_syntax_result.from_dict(check_opl_syntax_result_dict)
check_opl_syntax_result_from_dict = CheckOplSyntaxResult.from_dict(check_opl_syntax_result_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CheckPermissionResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(CheckPermissionResult.to_json())
# convert the object into a dict
check_permission_result_dict = check_permission_result_instance.to_dict()
# create an instance of CheckPermissionResult from a dict
check_permission_result_form_dict = check_permission_result.from_dict(check_permission_result_dict)
check_permission_result_from_dict = CheckPermissionResult.from_dict(check_permission_result_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CloudAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(CloudAccount.to_json())
# convert the object into a dict
cloud_account_dict = cloud_account_instance.to_dict()
# create an instance of CloudAccount from a dict
cloud_account_form_dict = cloud_account.from_dict(cloud_account_dict)
cloud_account_from_dict = CloudAccount.from_dict(cloud_account_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ConsistencyRequestParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(ConsistencyRequestParameters.to_json())
# convert the object into a dict
consistency_request_parameters_dict = consistency_request_parameters_instance.to_dict()
# create an instance of ConsistencyRequestParameters from a dict
consistency_request_parameters_form_dict = consistency_request_parameters.from_dict(consistency_request_parameters_dict)
consistency_request_parameters_from_dict = ConsistencyRequestParameters.from_dict(consistency_request_parameters_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWith.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWith.to_json())
# convert the object into a dict
continue_with_dict = continue_with_instance.to_dict()
# create an instance of ContinueWith from a dict
continue_with_form_dict = continue_with.from_dict(continue_with_dict)
continue_with_from_dict = ContinueWith.from_dict(continue_with_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithRecoveryUi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWithRecoveryUi.to_json())
# convert the object into a dict
continue_with_recovery_ui_dict = continue_with_recovery_ui_instance.to_dict()
# create an instance of ContinueWithRecoveryUi from a dict
continue_with_recovery_ui_form_dict = continue_with_recovery_ui.from_dict(continue_with_recovery_ui_dict)
continue_with_recovery_ui_from_dict = ContinueWithRecoveryUi.from_dict(continue_with_recovery_ui_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithRecoveryUiFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(ContinueWithRecoveryUiFlow.to_json())
# convert the object into a dict
continue_with_recovery_ui_flow_dict = continue_with_recovery_ui_flow_instance.to_dict()
# create an instance of ContinueWithRecoveryUiFlow from a dict
continue_with_recovery_ui_flow_form_dict = continue_with_recovery_ui_flow.from_dict(continue_with_recovery_ui_flow_dict)
continue_with_recovery_ui_flow_from_dict = ContinueWithRecoveryUiFlow.from_dict(continue_with_recovery_ui_flow_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithSetOrySessionToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWithSetOrySessionToken.to_json())
# convert the object into a dict
continue_with_set_ory_session_token_dict = continue_with_set_ory_session_token_instance.to_dict()
# create an instance of ContinueWithSetOrySessionToken from a dict
continue_with_set_ory_session_token_form_dict = continue_with_set_ory_session_token.from_dict(continue_with_set_ory_session_token_dict)
continue_with_set_ory_session_token_from_dict = ContinueWithSetOrySessionToken.from_dict(continue_with_set_ory_session_token_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithSettingsUi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWithSettingsUi.to_json())
# convert the object into a dict
continue_with_settings_ui_dict = continue_with_settings_ui_instance.to_dict()
# create an instance of ContinueWithSettingsUi from a dict
continue_with_settings_ui_form_dict = continue_with_settings_ui.from_dict(continue_with_settings_ui_dict)
continue_with_settings_ui_from_dict = ContinueWithSettingsUi.from_dict(continue_with_settings_ui_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithSettingsUiFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ print(ContinueWithSettingsUiFlow.to_json())
# convert the object into a dict
continue_with_settings_ui_flow_dict = continue_with_settings_ui_flow_instance.to_dict()
# create an instance of ContinueWithSettingsUiFlow from a dict
continue_with_settings_ui_flow_form_dict = continue_with_settings_ui_flow.from_dict(continue_with_settings_ui_flow_dict)
continue_with_settings_ui_flow_from_dict = ContinueWithSettingsUiFlow.from_dict(continue_with_settings_ui_flow_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithVerificationUi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWithVerificationUi.to_json())
# convert the object into a dict
continue_with_verification_ui_dict = continue_with_verification_ui_instance.to_dict()
# create an instance of ContinueWithVerificationUi from a dict
continue_with_verification_ui_form_dict = continue_with_verification_ui.from_dict(continue_with_verification_ui_dict)
continue_with_verification_ui_from_dict = ContinueWithVerificationUi.from_dict(continue_with_verification_ui_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/ContinueWithVerificationUiFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print(ContinueWithVerificationUiFlow.to_json())
# convert the object into a dict
continue_with_verification_ui_flow_dict = continue_with_verification_ui_flow_instance.to_dict()
# create an instance of ContinueWithVerificationUiFlow from a dict
continue_with_verification_ui_flow_form_dict = continue_with_verification_ui_flow.from_dict(continue_with_verification_ui_flow_dict)
continue_with_verification_ui_flow_from_dict = ContinueWithVerificationUiFlow.from_dict(continue_with_verification_ui_flow_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
11 changes: 8 additions & 3 deletions docs/CourierMessageStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

A Message's Status

## Properties
## Enum

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
* `QUEUED` (value: `'queued'`)

* `SENT` (value: `'sent'`)

* `PROCESSING` (value: `'processing'`)

* `ABANDONED` (value: `'abandoned'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
7 changes: 4 additions & 3 deletions docs/CourierMessageType.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

It can either be `email` or `phone`

## Properties
## Enum

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
* `EMAIL` (value: `'email'`)

* `PHONE` (value: `'phone'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateCustomDomainBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ print(CreateCustomDomainBody.to_json())
# convert the object into a dict
create_custom_domain_body_dict = create_custom_domain_body_instance.to_dict()
# create an instance of CreateCustomDomainBody from a dict
create_custom_domain_body_form_dict = create_custom_domain_body.from_dict(create_custom_domain_body_dict)
create_custom_domain_body_from_dict = CreateCustomDomainBody.from_dict(create_custom_domain_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateEventStreamBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ print(CreateEventStreamBody.to_json())
# convert the object into a dict
create_event_stream_body_dict = create_event_stream_body_instance.to_dict()
# create an instance of CreateEventStreamBody from a dict
create_event_stream_body_form_dict = create_event_stream_body.from_dict(create_event_stream_body_dict)
create_event_stream_body_from_dict = CreateEventStreamBody.from_dict(create_event_stream_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateIdentityBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ print(CreateIdentityBody.to_json())
# convert the object into a dict
create_identity_body_dict = create_identity_body_instance.to_dict()
# create an instance of CreateIdentityBody from a dict
create_identity_body_form_dict = create_identity_body.from_dict(create_identity_body_dict)
create_identity_body_from_dict = CreateIdentityBody.from_dict(create_identity_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateInviteResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ print(CreateInviteResponse.to_json())
# convert the object into a dict
create_invite_response_dict = create_invite_response_instance.to_dict()
# create an instance of CreateInviteResponse from a dict
create_invite_response_form_dict = create_invite_response.from_dict(create_invite_response_dict)
create_invite_response_from_dict = CreateInviteResponse.from_dict(create_invite_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateJsonWebKeySet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ print(CreateJsonWebKeySet.to_json())
# convert the object into a dict
create_json_web_key_set_dict = create_json_web_key_set_instance.to_dict()
# create an instance of CreateJsonWebKeySet from a dict
create_json_web_key_set_form_dict = create_json_web_key_set.from_dict(create_json_web_key_set_dict)
create_json_web_key_set_from_dict = CreateJsonWebKeySet.from_dict(create_json_web_key_set_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/CreateProjectApiKeyRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ print(CreateProjectApiKeyRequest.to_json())
# convert the object into a dict
create_project_api_key_request_dict = create_project_api_key_request_instance.to_dict()
# create an instance of CreateProjectApiKeyRequest from a dict
create_project_api_key_request_form_dict = create_project_api_key_request.from_dict(create_project_api_key_request_dict)
create_project_api_key_request_from_dict = CreateProjectApiKeyRequest.from_dict(create_project_api_key_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Loading

0 comments on commit 329c1e5

Please sign in to comment.