ory-client 0.0.1.alpha131 → 0.0.1.alpha134
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +61 -65
- data/docs/CreateProjectBody.md +18 -0
- data/docs/GenericError.md +6 -10
- data/docs/GenericErrorContent.md +26 -0
- data/docs/{IdentityPreset.md → IdentitySchemaPreset.md} +2 -2
- data/docs/JsonPatch.md +22 -0
- data/docs/MetadataApi.md +3 -3
- data/docs/NormalizedProject.md +34 -0
- data/docs/{ProjectRevision.md → NormalizedProjectRevision.md} +45 -7
- data/docs/{ProjectRevisionHook.md → NormalizedProjectRevisionHook.md} +4 -2
- data/docs/{ProjectRevisionIdentitySchema.md → NormalizedProjectRevisionIdentitySchema.md} +2 -2
- data/docs/{ProjectRevisionThirdPartyLoginProvider.md → NormalizedProjectRevisionThirdPartyProvider.md} +2 -2
- data/docs/Project.md +7 -13
- data/docs/ProjectServiceIdentity.md +18 -0
- data/docs/{UpdateProjectConfigConfig.md → ProjectServices.md} +3 -3
- data/docs/ProvisionMockSubscriptionPayload.md +20 -0
- data/docs/{SuccessfulProjectConfigUpdate.md → SuccessfulProjectUpdate.md} +4 -4
- data/docs/UpdateProject.md +20 -0
- data/docs/V0alpha2Api.md +43 -43
- data/lib/ory-client/api/metadata_api.rb +4 -4
- data/lib/ory-client/api/v0alpha2_api.rb +48 -48
- data/lib/ory-client/api_client.rb +1 -1
- data/lib/ory-client/api_error.rb +1 -1
- data/lib/ory-client/configuration.rb +1 -1
- data/lib/ory-client/models/active_project.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
- data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
- data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
- data/lib/ory-client/models/api_token.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +1 -1
- data/lib/ory-client/models/cname_settings.rb +1 -1
- data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/{inline_object.rb → create_project_body.rb} +15 -15
- data/lib/ory-client/models/create_subscription_payload.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +8 -29
- data/lib/ory-client/models/generic_error_content.rb +260 -0
- data/lib/ory-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-client/models/health_status.rb +1 -1
- data/lib/ory-client/models/identity.rb +1 -1
- data/lib/ory-client/models/identity_credentials.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/identity_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_credentials_type.rb +1 -1
- data/lib/ory-client/models/identity_schema.rb +1 -1
- data/lib/ory-client/models/identity_schema_location.rb +1 -1
- data/lib/ory-client/models/{identity_preset.rb → identity_schema_preset.rb} +4 -4
- data/lib/ory-client/models/identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/inline_response200.rb +1 -1
- data/lib/ory-client/models/inline_response2001.rb +1 -1
- data/lib/ory-client/models/inline_response503.rb +1 -1
- data/lib/ory-client/models/invite_payload.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
- data/lib/ory-client/models/json_error.rb +1 -1
- data/lib/ory-client/models/json_patch.rb +285 -0
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +372 -0
- data/lib/ory-client/models/{project_revision.rb → normalized_project_revision.rb} +200 -10
- data/lib/ory-client/models/{project_revision_hook.rb → normalized_project_revision_hook.rb} +15 -5
- data/lib/ory-client/models/{project_revision_identity_schema.rb → normalized_project_revision_identity_schema.rb} +4 -4
- data/lib/ory-client/models/{project_revision_third_party_login_provider.rb → normalized_project_revision_third_party_provider.rb} +4 -6
- data/lib/ory-client/models/null_plan.rb +1 -1
- data/lib/ory-client/models/pagination.rb +1 -1
- data/lib/ory-client/models/project.rb +38 -80
- data/lib/ory-client/models/project_host.rb +1 -1
- data/lib/ory-client/models/project_invite.rb +1 -1
- data/lib/ory-client/models/project_service_identity.rb +223 -0
- data/lib/ory-client/models/{update_project_config_config.rb → project_services.rb} +5 -6
- data/lib/ory-client/models/project_slug.rb +1 -1
- data/lib/ory-client/models/provision_mock_subscription_payload.rb +237 -0
- data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
- data/lib/ory-client/models/recovery_address.rb +1 -1
- data/lib/ory-client/models/revoked_sessions.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
- data/lib/ory-client/models/self_service_error.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-client/models/self_service_login_flow.rb +1 -1
- data/lib/ory-client/models/self_service_logout_url.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
- data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
- data/lib/ory-client/models/session.rb +1 -1
- data/lib/ory-client/models/session_authentication_method.rb +1 -1
- data/lib/ory-client/models/session_device.rb +1 -1
- data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
- data/lib/ory-client/models/stripe_customer_response.rb +1 -1
- data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/subscription.rb +1 -1
- data/lib/ory-client/models/{successful_project_config_update.rb → successful_project_update.rb} +14 -4
- data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
- data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
- data/lib/ory-client/models/ui_container.rb +1 -1
- data/lib/ory-client/models/ui_node.rb +1 -1
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-client/models/ui_text.rb +1 -1
- data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/update_project.rb +238 -0
- data/lib/ory-client/models/update_subscription_payload.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/models/warning.rb +1 -1
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +15 -10
- data/ory-client.gemspec +1 -1
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/v0alpha2_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/active_project_spec.rb +1 -1
- data/spec/models/admin_create_identity_body_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
- data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
- data/spec/models/admin_update_identity_body_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +1 -1
- data/spec/models/cname_settings_spec.rb +1 -1
- data/spec/models/create_custom_hostname_body_spec.rb +1 -1
- data/spec/models/{inline_object_spec.rb → create_project_body_spec.rb} +8 -8
- data/spec/models/create_subscription_payload_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/generic_error_content_spec.rb +58 -0
- data/spec/models/generic_error_spec.rb +1 -13
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_spec.rb +1 -1
- data/spec/models/identity_credentials_spec.rb +1 -1
- data/spec/models/identity_credentials_type_spec.rb +1 -1
- data/spec/models/identity_schema_location_spec.rb +1 -1
- data/spec/models/{identity_preset_spec.rb → identity_schema_preset_spec.rb} +7 -7
- data/spec/models/identity_schema_spec.rb +1 -1
- data/spec/models/identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/inline_response503_spec.rb +1 -1
- data/spec/models/invite_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/json_error_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +50 -0
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/{project_revision_hook_spec.rb → normalized_project_revision_hook_spec.rb} +13 -7
- data/spec/models/{project_revision_identity_schema_spec.rb → normalized_project_revision_identity_schema_spec.rb} +7 -7
- data/spec/models/{project_revision_spec.rb → normalized_project_revision_spec.rb} +121 -7
- data/spec/models/{project_revision_third_party_login_provider_spec.rb → normalized_project_revision_third_party_provider_spec.rb} +7 -7
- data/spec/models/normalized_project_spec.rb +86 -0
- data/spec/models/null_plan_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_invite_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +34 -0
- data/spec/models/{update_project_config_config_spec.rb → project_services_spec.rb} +7 -7
- data/spec/models/project_slug_spec.rb +1 -1
- data/spec/models/project_spec.rb +5 -23
- data/spec/models/provision_mock_subscription_payload_spec.rb +40 -0
- data/spec/models/quota_project_member_seats_spec.rb +1 -1
- data/spec/models/recovery_address_spec.rb +1 -1
- data/spec/models/revoked_sessions_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
- data/spec/models/self_service_error_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/self_service_login_flow_spec.rb +1 -1
- data/spec/models/self_service_logout_url_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
- data/spec/models/self_service_recovery_link_spec.rb +1 -1
- data/spec/models/self_service_registration_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +1 -1
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/settings_profile_form_config_spec.rb +1 -1
- data/spec/models/stripe_customer_response_spec.rb +1 -1
- data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/{successful_project_config_update_spec.rb → successful_project_update_spec.rb} +7 -7
- data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_spec.rb +1 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +1 -1
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/update_custom_hostname_body_spec.rb +1 -1
- data/spec/models/update_project_spec.rb +40 -0
- data/spec/models/update_subscription_payload_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
- metadata +58 -38
- data/docs/InlineObject.md +0 -18
- data/docs/V0alpha0Api.md +0 -712
- data/lib/ory-client/api/v0alpha0_api.rb +0 -662
- data/spec/api/v0alpha0_api_spec.rb +0 -156
data/docs/V0alpha0Api.md
DELETED
@@ -1,712 +0,0 @@
|
|
1
|
-
# OryClient::V0alpha0Api
|
2
|
-
|
3
|
-
All URIs are relative to *https://playground.projects.oryapis.com*
|
4
|
-
|
5
|
-
| Method | HTTP request | Description |
|
6
|
-
| ------ | ------------ | ----------- |
|
7
|
-
| [**create_project**](V0alpha0Api.md#create_project) | **POST** /backoffice/public/projects | Create a Project |
|
8
|
-
| [**get_active_project**](V0alpha0Api.md#get_active_project) | **GET** /backoffice/public/console/projects/active | Returns Your Active Ory Cloud Project |
|
9
|
-
| [**get_project**](V0alpha0Api.md#get_project) | **GET** /backoffice/public/projects/{project_id} | Get a Project |
|
10
|
-
| [**get_project_members**](V0alpha0Api.md#get_project_members) | **GET** /backoffice/public/projects/{project_id}/members | Get all members associated with this project. |
|
11
|
-
| [**list_projects**](V0alpha0Api.md#list_projects) | **GET** /backoffice/public/projects | List All Projects |
|
12
|
-
| [**purge_project**](V0alpha0Api.md#purge_project) | **DELETE** /backoffice/public/projects/{project_id} | Irrecoverably Purge a Project |
|
13
|
-
| [**remove_project_member**](V0alpha0Api.md#remove_project_member) | **DELETE** /backoffice/public/projects/{project_id}/members/{member_id} | Remove a member associated with this project. This also sets their invite status to `REMOVED`. |
|
14
|
-
| [**set_active_project**](V0alpha0Api.md#set_active_project) | **PUT** /backoffice/public/console/projects/active | Sets Your Active Project |
|
15
|
-
| [**update_project**](V0alpha0Api.md#update_project) | **PUT** /backoffice/public/projects/{project_id} | Update a Project |
|
16
|
-
| [**update_project_config**](V0alpha0Api.md#update_project_config) | **PUT** /backoffice/public/projects/{project_id}/configs | Update an Ory Cloud Project Configuration |
|
17
|
-
|
18
|
-
|
19
|
-
## create_project
|
20
|
-
|
21
|
-
> <Project> create_project(opts)
|
22
|
-
|
23
|
-
Create a Project
|
24
|
-
|
25
|
-
Creates a new project.
|
26
|
-
|
27
|
-
### Examples
|
28
|
-
|
29
|
-
```ruby
|
30
|
-
require 'time'
|
31
|
-
require 'ory-client'
|
32
|
-
# setup authorization
|
33
|
-
OryClient.configure do |config|
|
34
|
-
# Configure Bearer authorization: oryAccessToken
|
35
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
36
|
-
end
|
37
|
-
|
38
|
-
api_instance = OryClient::V0alpha0Api.new
|
39
|
-
opts = {
|
40
|
-
project_revision: OryClient::ProjectRevision.new({name: 'name_example'}) # ProjectRevision |
|
41
|
-
}
|
42
|
-
|
43
|
-
begin
|
44
|
-
# Create a Project
|
45
|
-
result = api_instance.create_project(opts)
|
46
|
-
p result
|
47
|
-
rescue OryClient::ApiError => e
|
48
|
-
puts "Error when calling V0alpha0Api->create_project: #{e}"
|
49
|
-
end
|
50
|
-
```
|
51
|
-
|
52
|
-
#### Using the create_project_with_http_info variant
|
53
|
-
|
54
|
-
This returns an Array which contains the response data, status code and headers.
|
55
|
-
|
56
|
-
> <Array(<Project>, Integer, Hash)> create_project_with_http_info(opts)
|
57
|
-
|
58
|
-
```ruby
|
59
|
-
begin
|
60
|
-
# Create a Project
|
61
|
-
data, status_code, headers = api_instance.create_project_with_http_info(opts)
|
62
|
-
p status_code # => 2xx
|
63
|
-
p headers # => { ... }
|
64
|
-
p data # => <Project>
|
65
|
-
rescue OryClient::ApiError => e
|
66
|
-
puts "Error when calling V0alpha0Api->create_project_with_http_info: #{e}"
|
67
|
-
end
|
68
|
-
```
|
69
|
-
|
70
|
-
### Parameters
|
71
|
-
|
72
|
-
| Name | Type | Description | Notes |
|
73
|
-
| ---- | ---- | ----------- | ----- |
|
74
|
-
| **project_revision** | [**ProjectRevision**](ProjectRevision.md) | | [optional] |
|
75
|
-
|
76
|
-
### Return type
|
77
|
-
|
78
|
-
[**Project**](Project.md)
|
79
|
-
|
80
|
-
### Authorization
|
81
|
-
|
82
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
83
|
-
|
84
|
-
### HTTP request headers
|
85
|
-
|
86
|
-
- **Content-Type**: application/json
|
87
|
-
- **Accept**: application/json
|
88
|
-
|
89
|
-
|
90
|
-
## get_active_project
|
91
|
-
|
92
|
-
> <ActiveProject> get_active_project
|
93
|
-
|
94
|
-
Returns Your Active Ory Cloud Project
|
95
|
-
|
96
|
-
Use this API to get your active project in the Ory Cloud Console UI.
|
97
|
-
|
98
|
-
### Examples
|
99
|
-
|
100
|
-
```ruby
|
101
|
-
require 'time'
|
102
|
-
require 'ory-client'
|
103
|
-
# setup authorization
|
104
|
-
OryClient.configure do |config|
|
105
|
-
# Configure Bearer authorization: oryAccessToken
|
106
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
107
|
-
end
|
108
|
-
|
109
|
-
api_instance = OryClient::V0alpha0Api.new
|
110
|
-
|
111
|
-
begin
|
112
|
-
# Returns Your Active Ory Cloud Project
|
113
|
-
result = api_instance.get_active_project
|
114
|
-
p result
|
115
|
-
rescue OryClient::ApiError => e
|
116
|
-
puts "Error when calling V0alpha0Api->get_active_project: #{e}"
|
117
|
-
end
|
118
|
-
```
|
119
|
-
|
120
|
-
#### Using the get_active_project_with_http_info variant
|
121
|
-
|
122
|
-
This returns an Array which contains the response data, status code and headers.
|
123
|
-
|
124
|
-
> <Array(<ActiveProject>, Integer, Hash)> get_active_project_with_http_info
|
125
|
-
|
126
|
-
```ruby
|
127
|
-
begin
|
128
|
-
# Returns Your Active Ory Cloud Project
|
129
|
-
data, status_code, headers = api_instance.get_active_project_with_http_info
|
130
|
-
p status_code # => 2xx
|
131
|
-
p headers # => { ... }
|
132
|
-
p data # => <ActiveProject>
|
133
|
-
rescue OryClient::ApiError => e
|
134
|
-
puts "Error when calling V0alpha0Api->get_active_project_with_http_info: #{e}"
|
135
|
-
end
|
136
|
-
```
|
137
|
-
|
138
|
-
### Parameters
|
139
|
-
|
140
|
-
This endpoint does not need any parameter.
|
141
|
-
|
142
|
-
### Return type
|
143
|
-
|
144
|
-
[**ActiveProject**](ActiveProject.md)
|
145
|
-
|
146
|
-
### Authorization
|
147
|
-
|
148
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
149
|
-
|
150
|
-
### HTTP request headers
|
151
|
-
|
152
|
-
- **Content-Type**: Not defined
|
153
|
-
- **Accept**: application/json
|
154
|
-
|
155
|
-
|
156
|
-
## get_project
|
157
|
-
|
158
|
-
> <Project> get_project(project_id)
|
159
|
-
|
160
|
-
Get a Project
|
161
|
-
|
162
|
-
Get a projects you have access to by its ID.
|
163
|
-
|
164
|
-
### Examples
|
165
|
-
|
166
|
-
```ruby
|
167
|
-
require 'time'
|
168
|
-
require 'ory-client'
|
169
|
-
# setup authorization
|
170
|
-
OryClient.configure do |config|
|
171
|
-
# Configure Bearer authorization: oryAccessToken
|
172
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
173
|
-
end
|
174
|
-
|
175
|
-
api_instance = OryClient::V0alpha0Api.new
|
176
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
177
|
-
|
178
|
-
begin
|
179
|
-
# Get a Project
|
180
|
-
result = api_instance.get_project(project_id)
|
181
|
-
p result
|
182
|
-
rescue OryClient::ApiError => e
|
183
|
-
puts "Error when calling V0alpha0Api->get_project: #{e}"
|
184
|
-
end
|
185
|
-
```
|
186
|
-
|
187
|
-
#### Using the get_project_with_http_info variant
|
188
|
-
|
189
|
-
This returns an Array which contains the response data, status code and headers.
|
190
|
-
|
191
|
-
> <Array(<Project>, Integer, Hash)> get_project_with_http_info(project_id)
|
192
|
-
|
193
|
-
```ruby
|
194
|
-
begin
|
195
|
-
# Get a Project
|
196
|
-
data, status_code, headers = api_instance.get_project_with_http_info(project_id)
|
197
|
-
p status_code # => 2xx
|
198
|
-
p headers # => { ... }
|
199
|
-
p data # => <Project>
|
200
|
-
rescue OryClient::ApiError => e
|
201
|
-
puts "Error when calling V0alpha0Api->get_project_with_http_info: #{e}"
|
202
|
-
end
|
203
|
-
```
|
204
|
-
|
205
|
-
### Parameters
|
206
|
-
|
207
|
-
| Name | Type | Description | Notes |
|
208
|
-
| ---- | ---- | ----------- | ----- |
|
209
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
210
|
-
|
211
|
-
### Return type
|
212
|
-
|
213
|
-
[**Project**](Project.md)
|
214
|
-
|
215
|
-
### Authorization
|
216
|
-
|
217
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
218
|
-
|
219
|
-
### HTTP request headers
|
220
|
-
|
221
|
-
- **Content-Type**: Not defined
|
222
|
-
- **Accept**: application/json
|
223
|
-
|
224
|
-
|
225
|
-
## get_project_members
|
226
|
-
|
227
|
-
> <Array<CloudAccount>> get_project_members(project_id)
|
228
|
-
|
229
|
-
Get all members associated with this project.
|
230
|
-
|
231
|
-
This endpoint requires the user to be a member of the project with the role `OWNER` or `DEVELOPER`.
|
232
|
-
|
233
|
-
### Examples
|
234
|
-
|
235
|
-
```ruby
|
236
|
-
require 'time'
|
237
|
-
require 'ory-client'
|
238
|
-
# setup authorization
|
239
|
-
OryClient.configure do |config|
|
240
|
-
# Configure Bearer authorization: oryAccessToken
|
241
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
242
|
-
end
|
243
|
-
|
244
|
-
api_instance = OryClient::V0alpha0Api.new
|
245
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
246
|
-
|
247
|
-
begin
|
248
|
-
# Get all members associated with this project.
|
249
|
-
result = api_instance.get_project_members(project_id)
|
250
|
-
p result
|
251
|
-
rescue OryClient::ApiError => e
|
252
|
-
puts "Error when calling V0alpha0Api->get_project_members: #{e}"
|
253
|
-
end
|
254
|
-
```
|
255
|
-
|
256
|
-
#### Using the get_project_members_with_http_info variant
|
257
|
-
|
258
|
-
This returns an Array which contains the response data, status code and headers.
|
259
|
-
|
260
|
-
> <Array(<Array<CloudAccount>>, Integer, Hash)> get_project_members_with_http_info(project_id)
|
261
|
-
|
262
|
-
```ruby
|
263
|
-
begin
|
264
|
-
# Get all members associated with this project.
|
265
|
-
data, status_code, headers = api_instance.get_project_members_with_http_info(project_id)
|
266
|
-
p status_code # => 2xx
|
267
|
-
p headers # => { ... }
|
268
|
-
p data # => <Array<CloudAccount>>
|
269
|
-
rescue OryClient::ApiError => e
|
270
|
-
puts "Error when calling V0alpha0Api->get_project_members_with_http_info: #{e}"
|
271
|
-
end
|
272
|
-
```
|
273
|
-
|
274
|
-
### Parameters
|
275
|
-
|
276
|
-
| Name | Type | Description | Notes |
|
277
|
-
| ---- | ---- | ----------- | ----- |
|
278
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
279
|
-
|
280
|
-
### Return type
|
281
|
-
|
282
|
-
[**Array<CloudAccount>**](CloudAccount.md)
|
283
|
-
|
284
|
-
### Authorization
|
285
|
-
|
286
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
287
|
-
|
288
|
-
### HTTP request headers
|
289
|
-
|
290
|
-
- **Content-Type**: Not defined
|
291
|
-
- **Accept**: application/json
|
292
|
-
|
293
|
-
|
294
|
-
## list_projects
|
295
|
-
|
296
|
-
> <Array<Project>> list_projects
|
297
|
-
|
298
|
-
List All Projects
|
299
|
-
|
300
|
-
Lists all projects you have access to.
|
301
|
-
|
302
|
-
### Examples
|
303
|
-
|
304
|
-
```ruby
|
305
|
-
require 'time'
|
306
|
-
require 'ory-client'
|
307
|
-
# setup authorization
|
308
|
-
OryClient.configure do |config|
|
309
|
-
# Configure Bearer authorization: oryAccessToken
|
310
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
311
|
-
end
|
312
|
-
|
313
|
-
api_instance = OryClient::V0alpha0Api.new
|
314
|
-
|
315
|
-
begin
|
316
|
-
# List All Projects
|
317
|
-
result = api_instance.list_projects
|
318
|
-
p result
|
319
|
-
rescue OryClient::ApiError => e
|
320
|
-
puts "Error when calling V0alpha0Api->list_projects: #{e}"
|
321
|
-
end
|
322
|
-
```
|
323
|
-
|
324
|
-
#### Using the list_projects_with_http_info variant
|
325
|
-
|
326
|
-
This returns an Array which contains the response data, status code and headers.
|
327
|
-
|
328
|
-
> <Array(<Array<Project>>, Integer, Hash)> list_projects_with_http_info
|
329
|
-
|
330
|
-
```ruby
|
331
|
-
begin
|
332
|
-
# List All Projects
|
333
|
-
data, status_code, headers = api_instance.list_projects_with_http_info
|
334
|
-
p status_code # => 2xx
|
335
|
-
p headers # => { ... }
|
336
|
-
p data # => <Array<Project>>
|
337
|
-
rescue OryClient::ApiError => e
|
338
|
-
puts "Error when calling V0alpha0Api->list_projects_with_http_info: #{e}"
|
339
|
-
end
|
340
|
-
```
|
341
|
-
|
342
|
-
### Parameters
|
343
|
-
|
344
|
-
This endpoint does not need any parameter.
|
345
|
-
|
346
|
-
### Return type
|
347
|
-
|
348
|
-
[**Array<Project>**](Project.md)
|
349
|
-
|
350
|
-
### Authorization
|
351
|
-
|
352
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
353
|
-
|
354
|
-
### HTTP request headers
|
355
|
-
|
356
|
-
- **Content-Type**: Not defined
|
357
|
-
- **Accept**: application/json
|
358
|
-
|
359
|
-
|
360
|
-
## purge_project
|
361
|
-
|
362
|
-
> purge_project(project_id)
|
363
|
-
|
364
|
-
Irrecoverably Purge a Project
|
365
|
-
|
366
|
-
!! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. !! Use with extreme caution !!
|
367
|
-
|
368
|
-
### Examples
|
369
|
-
|
370
|
-
```ruby
|
371
|
-
require 'time'
|
372
|
-
require 'ory-client'
|
373
|
-
# setup authorization
|
374
|
-
OryClient.configure do |config|
|
375
|
-
# Configure Bearer authorization: oryAccessToken
|
376
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
377
|
-
end
|
378
|
-
|
379
|
-
api_instance = OryClient::V0alpha0Api.new
|
380
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
381
|
-
|
382
|
-
begin
|
383
|
-
# Irrecoverably Purge a Project
|
384
|
-
api_instance.purge_project(project_id)
|
385
|
-
rescue OryClient::ApiError => e
|
386
|
-
puts "Error when calling V0alpha0Api->purge_project: #{e}"
|
387
|
-
end
|
388
|
-
```
|
389
|
-
|
390
|
-
#### Using the purge_project_with_http_info variant
|
391
|
-
|
392
|
-
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
393
|
-
|
394
|
-
> <Array(nil, Integer, Hash)> purge_project_with_http_info(project_id)
|
395
|
-
|
396
|
-
```ruby
|
397
|
-
begin
|
398
|
-
# Irrecoverably Purge a Project
|
399
|
-
data, status_code, headers = api_instance.purge_project_with_http_info(project_id)
|
400
|
-
p status_code # => 2xx
|
401
|
-
p headers # => { ... }
|
402
|
-
p data # => nil
|
403
|
-
rescue OryClient::ApiError => e
|
404
|
-
puts "Error when calling V0alpha0Api->purge_project_with_http_info: #{e}"
|
405
|
-
end
|
406
|
-
```
|
407
|
-
|
408
|
-
### Parameters
|
409
|
-
|
410
|
-
| Name | Type | Description | Notes |
|
411
|
-
| ---- | ---- | ----------- | ----- |
|
412
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
413
|
-
|
414
|
-
### Return type
|
415
|
-
|
416
|
-
nil (empty response body)
|
417
|
-
|
418
|
-
### Authorization
|
419
|
-
|
420
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
421
|
-
|
422
|
-
### HTTP request headers
|
423
|
-
|
424
|
-
- **Content-Type**: Not defined
|
425
|
-
- **Accept**: application/json
|
426
|
-
|
427
|
-
|
428
|
-
## remove_project_member
|
429
|
-
|
430
|
-
> remove_project_member(project_id, member_id)
|
431
|
-
|
432
|
-
Remove a member associated with this project. This also sets their invite status to `REMOVED`.
|
433
|
-
|
434
|
-
This endpoint requires the user to be a member of the project with the role `OWNER`.
|
435
|
-
|
436
|
-
### Examples
|
437
|
-
|
438
|
-
```ruby
|
439
|
-
require 'time'
|
440
|
-
require 'ory-client'
|
441
|
-
# setup authorization
|
442
|
-
OryClient.configure do |config|
|
443
|
-
# Configure Bearer authorization: oryAccessToken
|
444
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
445
|
-
end
|
446
|
-
|
447
|
-
api_instance = OryClient::V0alpha0Api.new
|
448
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
449
|
-
member_id = 'member_id_example' # String | Member ID
|
450
|
-
|
451
|
-
begin
|
452
|
-
# Remove a member associated with this project. This also sets their invite status to `REMOVED`.
|
453
|
-
api_instance.remove_project_member(project_id, member_id)
|
454
|
-
rescue OryClient::ApiError => e
|
455
|
-
puts "Error when calling V0alpha0Api->remove_project_member: #{e}"
|
456
|
-
end
|
457
|
-
```
|
458
|
-
|
459
|
-
#### Using the remove_project_member_with_http_info variant
|
460
|
-
|
461
|
-
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
462
|
-
|
463
|
-
> <Array(nil, Integer, Hash)> remove_project_member_with_http_info(project_id, member_id)
|
464
|
-
|
465
|
-
```ruby
|
466
|
-
begin
|
467
|
-
# Remove a member associated with this project. This also sets their invite status to `REMOVED`.
|
468
|
-
data, status_code, headers = api_instance.remove_project_member_with_http_info(project_id, member_id)
|
469
|
-
p status_code # => 2xx
|
470
|
-
p headers # => { ... }
|
471
|
-
p data # => nil
|
472
|
-
rescue OryClient::ApiError => e
|
473
|
-
puts "Error when calling V0alpha0Api->remove_project_member_with_http_info: #{e}"
|
474
|
-
end
|
475
|
-
```
|
476
|
-
|
477
|
-
### Parameters
|
478
|
-
|
479
|
-
| Name | Type | Description | Notes |
|
480
|
-
| ---- | ---- | ----------- | ----- |
|
481
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
482
|
-
| **member_id** | **String** | Member ID | |
|
483
|
-
|
484
|
-
### Return type
|
485
|
-
|
486
|
-
nil (empty response body)
|
487
|
-
|
488
|
-
### Authorization
|
489
|
-
|
490
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
491
|
-
|
492
|
-
### HTTP request headers
|
493
|
-
|
494
|
-
- **Content-Type**: Not defined
|
495
|
-
- **Accept**: application/json
|
496
|
-
|
497
|
-
|
498
|
-
## set_active_project
|
499
|
-
|
500
|
-
> set_active_project(opts)
|
501
|
-
|
502
|
-
Sets Your Active Project
|
503
|
-
|
504
|
-
Use this API to set your active project in the Ory Cloud Console UI.
|
505
|
-
|
506
|
-
### Examples
|
507
|
-
|
508
|
-
```ruby
|
509
|
-
require 'time'
|
510
|
-
require 'ory-client'
|
511
|
-
# setup authorization
|
512
|
-
OryClient.configure do |config|
|
513
|
-
# Configure Bearer authorization: oryAccessToken
|
514
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
515
|
-
end
|
516
|
-
|
517
|
-
api_instance = OryClient::V0alpha0Api.new
|
518
|
-
opts = {
|
519
|
-
inline_object: OryClient::InlineObject.new({project_id: 'project_id_example'}) # InlineObject |
|
520
|
-
}
|
521
|
-
|
522
|
-
begin
|
523
|
-
# Sets Your Active Project
|
524
|
-
api_instance.set_active_project(opts)
|
525
|
-
rescue OryClient::ApiError => e
|
526
|
-
puts "Error when calling V0alpha0Api->set_active_project: #{e}"
|
527
|
-
end
|
528
|
-
```
|
529
|
-
|
530
|
-
#### Using the set_active_project_with_http_info variant
|
531
|
-
|
532
|
-
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
533
|
-
|
534
|
-
> <Array(nil, Integer, Hash)> set_active_project_with_http_info(opts)
|
535
|
-
|
536
|
-
```ruby
|
537
|
-
begin
|
538
|
-
# Sets Your Active Project
|
539
|
-
data, status_code, headers = api_instance.set_active_project_with_http_info(opts)
|
540
|
-
p status_code # => 2xx
|
541
|
-
p headers # => { ... }
|
542
|
-
p data # => nil
|
543
|
-
rescue OryClient::ApiError => e
|
544
|
-
puts "Error when calling V0alpha0Api->set_active_project_with_http_info: #{e}"
|
545
|
-
end
|
546
|
-
```
|
547
|
-
|
548
|
-
### Parameters
|
549
|
-
|
550
|
-
| Name | Type | Description | Notes |
|
551
|
-
| ---- | ---- | ----------- | ----- |
|
552
|
-
| **inline_object** | [**InlineObject**](InlineObject.md) | | [optional] |
|
553
|
-
|
554
|
-
### Return type
|
555
|
-
|
556
|
-
nil (empty response body)
|
557
|
-
|
558
|
-
### Authorization
|
559
|
-
|
560
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
561
|
-
|
562
|
-
### HTTP request headers
|
563
|
-
|
564
|
-
- **Content-Type**: application/json
|
565
|
-
- **Accept**: application/json
|
566
|
-
|
567
|
-
|
568
|
-
## update_project
|
569
|
-
|
570
|
-
> <Project> update_project(project_id, opts)
|
571
|
-
|
572
|
-
Update a Project
|
573
|
-
|
574
|
-
Creates a new configuration revision for a project.
|
575
|
-
|
576
|
-
### Examples
|
577
|
-
|
578
|
-
```ruby
|
579
|
-
require 'time'
|
580
|
-
require 'ory-client'
|
581
|
-
# setup authorization
|
582
|
-
OryClient.configure do |config|
|
583
|
-
# Configure Bearer authorization: oryAccessToken
|
584
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
585
|
-
end
|
586
|
-
|
587
|
-
api_instance = OryClient::V0alpha0Api.new
|
588
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
589
|
-
opts = {
|
590
|
-
project_revision: OryClient::ProjectRevision.new({name: 'name_example'}) # ProjectRevision |
|
591
|
-
}
|
592
|
-
|
593
|
-
begin
|
594
|
-
# Update a Project
|
595
|
-
result = api_instance.update_project(project_id, opts)
|
596
|
-
p result
|
597
|
-
rescue OryClient::ApiError => e
|
598
|
-
puts "Error when calling V0alpha0Api->update_project: #{e}"
|
599
|
-
end
|
600
|
-
```
|
601
|
-
|
602
|
-
#### Using the update_project_with_http_info variant
|
603
|
-
|
604
|
-
This returns an Array which contains the response data, status code and headers.
|
605
|
-
|
606
|
-
> <Array(<Project>, Integer, Hash)> update_project_with_http_info(project_id, opts)
|
607
|
-
|
608
|
-
```ruby
|
609
|
-
begin
|
610
|
-
# Update a Project
|
611
|
-
data, status_code, headers = api_instance.update_project_with_http_info(project_id, opts)
|
612
|
-
p status_code # => 2xx
|
613
|
-
p headers # => { ... }
|
614
|
-
p data # => <Project>
|
615
|
-
rescue OryClient::ApiError => e
|
616
|
-
puts "Error when calling V0alpha0Api->update_project_with_http_info: #{e}"
|
617
|
-
end
|
618
|
-
```
|
619
|
-
|
620
|
-
### Parameters
|
621
|
-
|
622
|
-
| Name | Type | Description | Notes |
|
623
|
-
| ---- | ---- | ----------- | ----- |
|
624
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
625
|
-
| **project_revision** | [**ProjectRevision**](ProjectRevision.md) | | [optional] |
|
626
|
-
|
627
|
-
### Return type
|
628
|
-
|
629
|
-
[**Project**](Project.md)
|
630
|
-
|
631
|
-
### Authorization
|
632
|
-
|
633
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
634
|
-
|
635
|
-
### HTTP request headers
|
636
|
-
|
637
|
-
- **Content-Type**: application/json
|
638
|
-
- **Accept**: application/json
|
639
|
-
|
640
|
-
|
641
|
-
## update_project_config
|
642
|
-
|
643
|
-
> <SuccessfulProjectConfigUpdate> update_project_config(project_id, opts)
|
644
|
-
|
645
|
-
Update an Ory Cloud Project Configuration
|
646
|
-
|
647
|
-
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...). The configuration is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to Ory Cloud, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. Be aware that updating any service's configuration will completely override your current configuration for that service!
|
648
|
-
|
649
|
-
### Examples
|
650
|
-
|
651
|
-
```ruby
|
652
|
-
require 'time'
|
653
|
-
require 'ory-client'
|
654
|
-
# setup authorization
|
655
|
-
OryClient.configure do |config|
|
656
|
-
# Configure Bearer authorization: oryAccessToken
|
657
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
658
|
-
end
|
659
|
-
|
660
|
-
api_instance = OryClient::V0alpha0Api.new
|
661
|
-
project_id = 'project_id_example' # String | Project ID The project's ID.
|
662
|
-
opts = {
|
663
|
-
update_project_config_config: OryClient::UpdateProjectConfigConfig.new({identity: 3.56}) # UpdateProjectConfigConfig |
|
664
|
-
}
|
665
|
-
|
666
|
-
begin
|
667
|
-
# Update an Ory Cloud Project Configuration
|
668
|
-
result = api_instance.update_project_config(project_id, opts)
|
669
|
-
p result
|
670
|
-
rescue OryClient::ApiError => e
|
671
|
-
puts "Error when calling V0alpha0Api->update_project_config: #{e}"
|
672
|
-
end
|
673
|
-
```
|
674
|
-
|
675
|
-
#### Using the update_project_config_with_http_info variant
|
676
|
-
|
677
|
-
This returns an Array which contains the response data, status code and headers.
|
678
|
-
|
679
|
-
> <Array(<SuccessfulProjectConfigUpdate>, Integer, Hash)> update_project_config_with_http_info(project_id, opts)
|
680
|
-
|
681
|
-
```ruby
|
682
|
-
begin
|
683
|
-
# Update an Ory Cloud Project Configuration
|
684
|
-
data, status_code, headers = api_instance.update_project_config_with_http_info(project_id, opts)
|
685
|
-
p status_code # => 2xx
|
686
|
-
p headers # => { ... }
|
687
|
-
p data # => <SuccessfulProjectConfigUpdate>
|
688
|
-
rescue OryClient::ApiError => e
|
689
|
-
puts "Error when calling V0alpha0Api->update_project_config_with_http_info: #{e}"
|
690
|
-
end
|
691
|
-
```
|
692
|
-
|
693
|
-
### Parameters
|
694
|
-
|
695
|
-
| Name | Type | Description | Notes |
|
696
|
-
| ---- | ---- | ----------- | ----- |
|
697
|
-
| **project_id** | **String** | Project ID The project's ID. | |
|
698
|
-
| **update_project_config_config** | [**UpdateProjectConfigConfig**](UpdateProjectConfigConfig.md) | | [optional] |
|
699
|
-
|
700
|
-
### Return type
|
701
|
-
|
702
|
-
[**SuccessfulProjectConfigUpdate**](SuccessfulProjectConfigUpdate.md)
|
703
|
-
|
704
|
-
### Authorization
|
705
|
-
|
706
|
-
[oryAccessToken](../README.md#oryAccessToken)
|
707
|
-
|
708
|
-
### HTTP request headers
|
709
|
-
|
710
|
-
- **Content-Type**: application/json
|
711
|
-
- **Accept**: application/json
|
712
|
-
|