tmi-client 1.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tmi_client-1.3.0/PKG-INFO +743 -0
- tmi_client-1.3.0/README.md +707 -0
- tmi_client-1.3.0/pyproject.toml +67 -0
- tmi_client-1.3.0/setup.cfg +4 -0
- tmi_client-1.3.0/setup.py +39 -0
- tmi_client-1.3.0/test/__init__.py +1 -0
- tmi_client-1.3.0/test/test_add_group_member_request.py +39 -0
- tmi_client-1.3.0/test/test_addon_invocation_quota.py +39 -0
- tmi_client-1.3.0/test/test_addon_parameter.py +39 -0
- tmi_client-1.3.0/test/test_addon_quota_update.py +39 -0
- tmi_client-1.3.0/test/test_addon_response.py +39 -0
- tmi_client-1.3.0/test/test_addons_api.py +89 -0
- tmi_client-1.3.0/test/test_admin___users_api.py +61 -0
- tmi_client-1.3.0/test/test_admin_group.py +39 -0
- tmi_client-1.3.0/test/test_admin_group_list_response.py +39 -0
- tmi_client-1.3.0/test/test_admin_user.py +39 -0
- tmi_client-1.3.0/test/test_admin_user_list_response.py +39 -0
- tmi_client-1.3.0/test/test_administration_api.py +250 -0
- tmi_client-1.3.0/test/test_all_of_collaboration_session_host.py +39 -0
- tmi_client-1.3.0/test/test_all_of_collaboration_session_presenter.py +39 -0
- tmi_client-1.3.0/test/test_all_of_invocation_response_invoked_by.py +39 -0
- tmi_client-1.3.0/test/test_all_of_minimal_edge_source.py +39 -0
- tmi_client-1.3.0/test/test_all_of_minimal_edge_target.py +39 -0
- tmi_client-1.3.0/test/test_all_of_project_base_status.py +39 -0
- tmi_client-1.3.0/test/test_all_of_project_list_item_status.py +39 -0
- tmi_client-1.3.0/test/test_all_of_responsible_party_user.py +39 -0
- tmi_client-1.3.0/test/test_all_of_rollback_response_audit_entry.py +39 -0
- tmi_client-1.3.0/test/test_all_of_survey_list_item_created_by.py +39 -0
- tmi_client-1.3.0/test/test_all_of_survey_response_list_item_owner.py +39 -0
- tmi_client-1.3.0/test/test_all_of_team_base_status.py +39 -0
- tmi_client-1.3.0/test/test_all_of_team_list_item_status.py +39 -0
- tmi_client-1.3.0/test/test_all_of_team_member_user.py +39 -0
- tmi_client-1.3.0/test/test_all_of_threat_model_base_owner.py +39 -0
- tmi_client-1.3.0/test/test_all_of_threat_model_base_security_reviewer.py +39 -0
- tmi_client-1.3.0/test/test_all_of_tm_list_item_created_by.py +39 -0
- tmi_client-1.3.0/test/test_all_of_tm_list_item_owner.py +39 -0
- tmi_client-1.3.0/test/test_all_of_tm_list_item_security_reviewer.py +39 -0
- tmi_client-1.3.0/test/test_all_of_triage_note_list_item_created_by.py +39 -0
- tmi_client-1.3.0/test/test_api_info.py +39 -0
- tmi_client-1.3.0/test/test_api_info_api.py +39 -0
- tmi_client-1.3.0/test/test_api_info_health.py +39 -0
- tmi_client-1.3.0/test/test_api_info_operator.py +39 -0
- tmi_client-1.3.0/test/test_api_info_service.py +39 -0
- tmi_client-1.3.0/test/test_api_info_status.py +39 -0
- tmi_client-1.3.0/test/test_asset.py +39 -0
- tmi_client-1.3.0/test/test_asset_base.py +39 -0
- tmi_client-1.3.0/test/test_asset_input.py +39 -0
- tmi_client-1.3.0/test/test_assets_api.py +40 -0
- tmi_client-1.3.0/test/test_audit_actor.py +39 -0
- tmi_client-1.3.0/test/test_audit_entry.py +39 -0
- tmi_client-1.3.0/test/test_audit_trail_api.py +96 -0
- tmi_client-1.3.0/test/test_auth_token_response.py +39 -0
- tmi_client-1.3.0/test/test_authentication_api.py +180 -0
- tmi_client-1.3.0/test/test_authorization.py +39 -0
- tmi_client-1.3.0/test/test_base_diagram.py +39 -0
- tmi_client-1.3.0/test/test_base_diagram_image.py +39 -0
- tmi_client-1.3.0/test/test_base_diagram_input.py +39 -0
- tmi_client-1.3.0/test/test_bulk_patch_request.py +39 -0
- tmi_client-1.3.0/test/test_bulk_patch_request_patches.py +39 -0
- tmi_client-1.3.0/test/test_cell.py +39 -0
- tmi_client-1.3.0/test/test_cell_data.py +39 -0
- tmi_client-1.3.0/test/test_client_config.py +39 -0
- tmi_client-1.3.0/test/test_client_config_features.py +39 -0
- tmi_client-1.3.0/test/test_client_config_limits.py +39 -0
- tmi_client-1.3.0/test/test_client_config_operator.py +39 -0
- tmi_client-1.3.0/test/test_client_config_ui.py +39 -0
- tmi_client-1.3.0/test/test_client_credential_info.py +39 -0
- tmi_client-1.3.0/test/test_client_credential_response.py +39 -0
- tmi_client-1.3.0/test/test_collaboration_api.py +61 -0
- tmi_client-1.3.0/test/test_collaboration_session.py +39 -0
- tmi_client-1.3.0/test/test_color_palette_entry.py +39 -0
- tmi_client-1.3.0/test/test_component_health.py +39 -0
- tmi_client-1.3.0/test/test_configuration_api.py +40 -0
- tmi_client-1.3.0/test/test_create_addon_request.py +39 -0
- tmi_client-1.3.0/test/test_create_admin_group_request.py +39 -0
- tmi_client-1.3.0/test/test_create_automation_account_request.py +39 -0
- tmi_client-1.3.0/test/test_create_automation_account_response.py +39 -0
- tmi_client-1.3.0/test/test_create_diagram_request.py +39 -0
- tmi_client-1.3.0/test/test_create_threat_model_from_survey_response.py +39 -0
- tmi_client-1.3.0/test/test_cvss_score.py +39 -0
- tmi_client-1.3.0/test/test_deletion_challenge.py +39 -0
- tmi_client-1.3.0/test/test_dfd_diagram.py +39 -0
- tmi_client-1.3.0/test/test_dfd_diagram_input.py +39 -0
- tmi_client-1.3.0/test/test_diagram.py +39 -0
- tmi_client-1.3.0/test/test_diagram_list_item.py +39 -0
- tmi_client-1.3.0/test/test_diagram_list_item_image.py +39 -0
- tmi_client-1.3.0/test/test_document.py +39 -0
- tmi_client-1.3.0/test/test_document_base.py +39 -0
- tmi_client-1.3.0/test/test_document_input.py +39 -0
- tmi_client-1.3.0/test/test_documents_api.py +40 -0
- tmi_client-1.3.0/test/test_edge.py +39 -0
- tmi_client-1.3.0/test/test_edge_attrs.py +39 -0
- tmi_client-1.3.0/test/test_edge_attrs_line.py +39 -0
- tmi_client-1.3.0/test/test_edge_attrs_line_source_marker.py +39 -0
- tmi_client-1.3.0/test/test_edge_attrs_line_target_marker.py +39 -0
- tmi_client-1.3.0/test/test_edge_connector.py +39 -0
- tmi_client-1.3.0/test/test_edge_connector_args.py +39 -0
- tmi_client-1.3.0/test/test_edge_label.py +39 -0
- tmi_client-1.3.0/test/test_edge_label_attrs.py +39 -0
- tmi_client-1.3.0/test/test_edge_label_attrs_text.py +39 -0
- tmi_client-1.3.0/test/test_edge_router.py +39 -0
- tmi_client-1.3.0/test/test_edge_router_args.py +39 -0
- tmi_client-1.3.0/test/test_edge_terminal.py +39 -0
- tmi_client-1.3.0/test/test_error.py +39 -0
- tmi_client-1.3.0/test/test_error_details.py +39 -0
- tmi_client-1.3.0/test/test_extended_asset.py +39 -0
- tmi_client-1.3.0/test/test_general_api.py +40 -0
- tmi_client-1.3.0/test/test_group_member.py +39 -0
- tmi_client-1.3.0/test/test_group_member_list_response.py +39 -0
- tmi_client-1.3.0/test/test_inline_response200.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2001.py +39 -0
- tmi_client-1.3.0/test/test_inline_response20010.py +39 -0
- tmi_client-1.3.0/test/test_inline_response20011.py +39 -0
- tmi_client-1.3.0/test/test_inline_response20011_errors.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2002.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2002_keys.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2003.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2004.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2004_providers.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2005.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2005_groups.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2006.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2007.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2008.py +39 -0
- tmi_client-1.3.0/test/test_inline_response2009.py +39 -0
- tmi_client-1.3.0/test/test_inline_response409.py +39 -0
- tmi_client-1.3.0/test/test_inline_response429.py +39 -0
- tmi_client-1.3.0/test/test_inline_response500.py +39 -0
- tmi_client-1.3.0/test/test_internal_uuid_client_credentials_body.py +39 -0
- tmi_client-1.3.0/test/test_invocation_response.py +39 -0
- tmi_client-1.3.0/test/test_invoke_addon_request.py +39 -0
- tmi_client-1.3.0/test/test_invoke_addon_response.py +39 -0
- tmi_client-1.3.0/test/test_json_patch_document.py +39 -0
- tmi_client-1.3.0/test/test_json_patch_document_inner.py +39 -0
- tmi_client-1.3.0/test/test_list_addon_quotas_response.py +39 -0
- tmi_client-1.3.0/test/test_list_addons_response.py +39 -0
- tmi_client-1.3.0/test/test_list_assets_response.py +39 -0
- tmi_client-1.3.0/test/test_list_audit_trail_response.py +39 -0
- tmi_client-1.3.0/test/test_list_client_credentials_response.py +39 -0
- tmi_client-1.3.0/test/test_list_diagrams_response.py +39 -0
- tmi_client-1.3.0/test/test_list_documents_response.py +39 -0
- tmi_client-1.3.0/test/test_list_invocations_response.py +39 -0
- tmi_client-1.3.0/test/test_list_notes_response.py +39 -0
- tmi_client-1.3.0/test/test_list_projects_response.py +39 -0
- tmi_client-1.3.0/test/test_list_repositories_response.py +39 -0
- tmi_client-1.3.0/test/test_list_survey_responses_response.py +39 -0
- tmi_client-1.3.0/test/test_list_surveys_response.py +39 -0
- tmi_client-1.3.0/test/test_list_teams_response.py +39 -0
- tmi_client-1.3.0/test/test_list_threat_models_response.py +39 -0
- tmi_client-1.3.0/test/test_list_threats_response.py +39 -0
- tmi_client-1.3.0/test/test_list_triage_notes_response.py +39 -0
- tmi_client-1.3.0/test/test_list_user_quotas_response.py +39 -0
- tmi_client-1.3.0/test/test_list_webhook_deliveries_response.py +39 -0
- tmi_client-1.3.0/test/test_list_webhook_quotas_response.py +39 -0
- tmi_client-1.3.0/test/test_list_webhook_subscriptions_response.py +39 -0
- tmi_client-1.3.0/test/test_me_client_credentials_body.py +39 -0
- tmi_client-1.3.0/test/test_metadata.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body1.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body2.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body3.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body4.py +39 -0
- tmi_client-1.3.0/test/test_metadata_key_body5.py +39 -0
- tmi_client-1.3.0/test/test_minimal_cell.py +39 -0
- tmi_client-1.3.0/test/test_minimal_diagram_model.py +39 -0
- tmi_client-1.3.0/test/test_minimal_edge.py +39 -0
- tmi_client-1.3.0/test/test_minimal_node.py +39 -0
- tmi_client-1.3.0/test/test_my_group_list_response.py +39 -0
- tmi_client-1.3.0/test/test_node.py +39 -0
- tmi_client-1.3.0/test/test_node_attrs.py +39 -0
- tmi_client-1.3.0/test/test_node_attrs_body.py +39 -0
- tmi_client-1.3.0/test/test_node_attrs_text.py +39 -0
- tmi_client-1.3.0/test/test_node_position.py +39 -0
- tmi_client-1.3.0/test/test_node_size.py +39 -0
- tmi_client-1.3.0/test/test_note.py +39 -0
- tmi_client-1.3.0/test/test_note_base.py +39 -0
- tmi_client-1.3.0/test/test_note_input.py +39 -0
- tmi_client-1.3.0/test/test_note_list_item.py +39 -0
- tmi_client-1.3.0/test/test_notes_api.py +40 -0
- tmi_client-1.3.0/test/test_o_auth_discovery_api.py +40 -0
- tmi_client-1.3.0/test/test_o_auth_protected_resource_metadata.py +39 -0
- tmi_client-1.3.0/test/test_oauth2_token_body.py +39 -0
- tmi_client-1.3.0/test/test_oidc_discovery_api.py +54 -0
- tmi_client-1.3.0/test/test_one_of_edge_label_position.py +39 -0
- tmi_client-1.3.0/test/test_one_of_json_patch_document_inner_value.py +39 -0
- tmi_client-1.3.0/test/test_participant.py +39 -0
- tmi_client-1.3.0/test/test_point.py +39 -0
- tmi_client-1.3.0/test/test_port_configuration.py +39 -0
- tmi_client-1.3.0/test/test_port_configuration_groups.py +39 -0
- tmi_client-1.3.0/test/test_port_configuration_items.py +39 -0
- tmi_client-1.3.0/test/test_principal.py +39 -0
- tmi_client-1.3.0/test/test_project.py +39 -0
- tmi_client-1.3.0/test/test_project_base.py +39 -0
- tmi_client-1.3.0/test/test_project_input.py +39 -0
- tmi_client-1.3.0/test/test_project_list_item.py +39 -0
- tmi_client-1.3.0/test/test_project_status.py +39 -0
- tmi_client-1.3.0/test/test_projects_api.py +124 -0
- tmi_client-1.3.0/test/test_related_project.py +39 -0
- tmi_client-1.3.0/test/test_related_team.py +39 -0
- tmi_client-1.3.0/test/test_relationship_type.py +39 -0
- tmi_client-1.3.0/test/test_repositories_api.py +40 -0
- tmi_client-1.3.0/test/test_repository.py +39 -0
- tmi_client-1.3.0/test/test_repository_base.py +39 -0
- tmi_client-1.3.0/test/test_repository_base_parameters.py +39 -0
- tmi_client-1.3.0/test/test_repository_input.py +39 -0
- tmi_client-1.3.0/test/test_responsible_party.py +39 -0
- tmi_client-1.3.0/test/test_rollback_response.py +39 -0
- tmi_client-1.3.0/test/test_saml_api.py +40 -0
- tmi_client-1.3.0/test/test_saml_assertion_consumer_request.py +39 -0
- tmi_client-1.3.0/test/test_saml_provider_info.py +39 -0
- tmi_client-1.3.0/test/test_saml_single_logout_request.py +39 -0
- tmi_client-1.3.0/test/test_survey.py +39 -0
- tmi_client-1.3.0/test/test_survey_administration_api.py +131 -0
- tmi_client-1.3.0/test/test_survey_base.py +39 -0
- tmi_client-1.3.0/test/test_survey_input.py +39 -0
- tmi_client-1.3.0/test/test_survey_intake_api.py +159 -0
- tmi_client-1.3.0/test/test_survey_list_item.py +39 -0
- tmi_client-1.3.0/test/test_survey_response.py +39 -0
- tmi_client-1.3.0/test/test_survey_response_base.py +39 -0
- tmi_client-1.3.0/test/test_survey_response_create_request.py +39 -0
- tmi_client-1.3.0/test/test_survey_response_input.py +39 -0
- tmi_client-1.3.0/test/test_survey_response_list_item.py +39 -0
- tmi_client-1.3.0/test/test_survey_settings.py +39 -0
- tmi_client-1.3.0/test/test_survey_triage_api.py +96 -0
- tmi_client-1.3.0/test/test_system_setting.py +39 -0
- tmi_client-1.3.0/test/test_system_setting_update.py +39 -0
- tmi_client-1.3.0/test/test_team.py +39 -0
- tmi_client-1.3.0/test/test_team_base.py +39 -0
- tmi_client-1.3.0/test/test_team_input.py +39 -0
- tmi_client-1.3.0/test/test_team_list_item.py +39 -0
- tmi_client-1.3.0/test/test_team_member.py +39 -0
- tmi_client-1.3.0/test/test_team_member_role.py +39 -0
- tmi_client-1.3.0/test/test_team_status.py +39 -0
- tmi_client-1.3.0/test/test_teams_api.py +124 -0
- tmi_client-1.3.0/test/test_threat.py +39 -0
- tmi_client-1.3.0/test/test_threat_base.py +39 -0
- tmi_client-1.3.0/test/test_threat_bulk_update_item.py +39 -0
- tmi_client-1.3.0/test/test_threat_input.py +39 -0
- tmi_client-1.3.0/test/test_threat_model.py +39 -0
- tmi_client-1.3.0/test/test_threat_model_base.py +39 -0
- tmi_client-1.3.0/test/test_threat_model_input.py +39 -0
- tmi_client-1.3.0/test/test_threat_model_sub_resources_api.py +754 -0
- tmi_client-1.3.0/test/test_threat_models_api.py +82 -0
- tmi_client-1.3.0/test/test_threats_api.py +47 -0
- tmi_client-1.3.0/test/test_tm_list_item.py +39 -0
- tmi_client-1.3.0/test/test_token_introspection_request.py +39 -0
- tmi_client-1.3.0/test/test_token_refresh_request.py +39 -0
- tmi_client-1.3.0/test/test_token_request.py +39 -0
- tmi_client-1.3.0/test/test_token_revocation_request.py +39 -0
- tmi_client-1.3.0/test/test_transfer_ownership_request.py +39 -0
- tmi_client-1.3.0/test/test_transfer_ownership_result.py +39 -0
- tmi_client-1.3.0/test/test_transfer_ownership_result_survey_responses_transferred.py +39 -0
- tmi_client-1.3.0/test/test_transfer_ownership_result_threat_models_transferred.py +39 -0
- tmi_client-1.3.0/test/test_triage_note.py +39 -0
- tmi_client-1.3.0/test/test_triage_note_base.py +39 -0
- tmi_client-1.3.0/test/test_triage_note_input.py +39 -0
- tmi_client-1.3.0/test/test_triage_note_list_item.py +39 -0
- tmi_client-1.3.0/test/test_update_admin_group_request.py +39 -0
- tmi_client-1.3.0/test/test_update_admin_user_request.py +39 -0
- tmi_client-1.3.0/test/test_update_invocation_status_request.py +39 -0
- tmi_client-1.3.0/test/test_update_invocation_status_response.py +39 -0
- tmi_client-1.3.0/test/test_user.py +39 -0
- tmi_client-1.3.0/test/test_user_account_api.py +54 -0
- tmi_client-1.3.0/test/test_user_api_quota.py +39 -0
- tmi_client-1.3.0/test/test_user_group_membership.py +39 -0
- tmi_client-1.3.0/test/test_user_preferences.py +39 -0
- tmi_client-1.3.0/test/test_user_quota_update.py +39 -0
- tmi_client-1.3.0/test/test_user_with_admin_status.py +39 -0
- tmi_client-1.3.0/test/test_users_api.py +54 -0
- tmi_client-1.3.0/test/test_web_socket_api.py +40 -0
- tmi_client-1.3.0/test/test_webhook_delivery.py +39 -0
- tmi_client-1.3.0/test/test_webhook_event_type.py +39 -0
- tmi_client-1.3.0/test/test_webhook_quota.py +39 -0
- tmi_client-1.3.0/test/test_webhook_quota_update.py +39 -0
- tmi_client-1.3.0/test/test_webhook_subscription.py +39 -0
- tmi_client-1.3.0/test/test_webhook_subscription_input.py +39 -0
- tmi_client-1.3.0/test/test_webhook_test_request.py +39 -0
- tmi_client-1.3.0/test/test_webhook_test_response.py +39 -0
- tmi_client-1.3.0/test/test_webhooks_api.py +82 -0
- tmi_client-1.3.0/test/test_ws_ticket_response.py +39 -0
- tmi_client-1.3.0/tmi_client/__init__.py +295 -0
- tmi_client-1.3.0/tmi_client/api/__init__.py +32 -0
- tmi_client-1.3.0/tmi_client/api/addons_api.py +842 -0
- tmi_client-1.3.0/tmi_client/api/admin___users_api.py +445 -0
- tmi_client-1.3.0/tmi_client/api/administration_api.py +3138 -0
- tmi_client-1.3.0/tmi_client/api/assets_api.py +148 -0
- tmi_client-1.3.0/tmi_client/api/audit_trail_api.py +1028 -0
- tmi_client-1.3.0/tmi_client/api/authentication_api.py +2253 -0
- tmi_client-1.3.0/tmi_client/api/collaboration_api.py +429 -0
- tmi_client-1.3.0/tmi_client/api/configuration_api.py +120 -0
- tmi_client-1.3.0/tmi_client/api/documents_api.py +148 -0
- tmi_client-1.3.0/tmi_client/api/general_api.py +120 -0
- tmi_client-1.3.0/tmi_client/api/notes_api.py +148 -0
- tmi_client-1.3.0/tmi_client/api/o_auth_discovery_api.py +120 -0
- tmi_client-1.3.0/tmi_client/api/oidc_discovery_api.py +294 -0
- tmi_client-1.3.0/tmi_client/api/projects_api.py +1396 -0
- tmi_client-1.3.0/tmi_client/api/repositories_api.py +148 -0
- tmi_client-1.3.0/tmi_client/api/saml_api.py +128 -0
- tmi_client-1.3.0/tmi_client/api/survey_administration_api.py +1499 -0
- tmi_client-1.3.0/tmi_client/api/survey_intake_api.py +1915 -0
- tmi_client-1.3.0/tmi_client/api/survey_triage_api.py +968 -0
- tmi_client-1.3.0/tmi_client/api/teams_api.py +1396 -0
- tmi_client-1.3.0/tmi_client/api/threat_model_sub_resources_api.py +11426 -0
- tmi_client-1.3.0/tmi_client/api/threat_models_api.py +771 -0
- tmi_client-1.3.0/tmi_client/api/threats_api.py +244 -0
- tmi_client-1.3.0/tmi_client/api/user_account_api.py +318 -0
- tmi_client-1.3.0/tmi_client/api/users_api.py +310 -0
- tmi_client-1.3.0/tmi_client/api/web_socket_api.py +128 -0
- tmi_client-1.3.0/tmi_client/api/webhooks_api.py +718 -0
- tmi_client-1.3.0/tmi_client/api_client.py +632 -0
- tmi_client-1.3.0/tmi_client/configuration.py +254 -0
- tmi_client-1.3.0/tmi_client/models/__init__.py +263 -0
- tmi_client-1.3.0/tmi_client/models/add_group_member_request.py +202 -0
- tmi_client-1.3.0/tmi_client/models/addon_invocation_quota.py +229 -0
- tmi_client-1.3.0/tmi_client/models/addon_parameter.py +400 -0
- tmi_client-1.3.0/tmi_client/models/addon_quota_update.py +142 -0
- tmi_client-1.3.0/tmi_client/models/addon_response.py +340 -0
- tmi_client-1.3.0/tmi_client/models/admin_group.py +398 -0
- tmi_client-1.3.0/tmi_client/models/admin_group_list_response.py +200 -0
- tmi_client-1.3.0/tmi_client/models/admin_user.py +456 -0
- tmi_client-1.3.0/tmi_client/models/admin_user_list_response.py +200 -0
- tmi_client-1.3.0/tmi_client/models/all_of_collaboration_session_host.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_collaboration_session_presenter.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_invocation_response_invoked_by.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_minimal_edge_source.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_minimal_edge_target.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_project_base_status.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_project_list_item_status.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_responsible_party_user.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_rollback_response_audit_entry.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_survey_list_item_created_by.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_survey_response_list_item_owner.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_team_base_status.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_team_list_item_status.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_team_member_user.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_threat_model_base_owner.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_threat_model_base_security_reviewer.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_tm_list_item_created_by.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_tm_list_item_owner.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_tm_list_item_security_reviewer.py +90 -0
- tmi_client-1.3.0/tmi_client/models/all_of_triage_note_list_item_created_by.py +90 -0
- tmi_client-1.3.0/tmi_client/models/api_info.py +217 -0
- tmi_client-1.3.0/tmi_client/models/api_info_api.py +142 -0
- tmi_client-1.3.0/tmi_client/models/api_info_health.py +136 -0
- tmi_client-1.3.0/tmi_client/models/api_info_operator.py +142 -0
- tmi_client-1.3.0/tmi_client/models/api_info_service.py +142 -0
- tmi_client-1.3.0/tmi_client/models/api_info_status.py +148 -0
- tmi_client-1.3.0/tmi_client/models/asset.py +236 -0
- tmi_client-1.3.0/tmi_client/models/asset_base.py +316 -0
- tmi_client-1.3.0/tmi_client/models/asset_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/audit_actor.py +200 -0
- tmi_client-1.3.0/tmi_client/models/audit_entry.py +353 -0
- tmi_client-1.3.0/tmi_client/models/auth_token_response.py +206 -0
- tmi_client-1.3.0/tmi_client/models/authorization.py +126 -0
- tmi_client-1.3.0/tmi_client/models/base_diagram.py +466 -0
- tmi_client-1.3.0/tmi_client/models/base_diagram_image.py +140 -0
- tmi_client-1.3.0/tmi_client/models/base_diagram_input.py +323 -0
- tmi_client-1.3.0/tmi_client/models/bulk_patch_request.py +113 -0
- tmi_client-1.3.0/tmi_client/models/bulk_patch_request_patches.py +140 -0
- tmi_client-1.3.0/tmi_client/models/cell.py +177 -0
- tmi_client-1.3.0/tmi_client/models/cell_data.py +168 -0
- tmi_client-1.3.0/tmi_client/models/client_config.py +188 -0
- tmi_client-1.3.0/tmi_client/models/client_config_features.py +168 -0
- tmi_client-1.3.0/tmi_client/models/client_config_limits.py +140 -0
- tmi_client-1.3.0/tmi_client/models/client_config_operator.py +140 -0
- tmi_client-1.3.0/tmi_client/models/client_config_ui.py +118 -0
- tmi_client-1.3.0/tmi_client/models/client_credential_info.py +342 -0
- tmi_client-1.3.0/tmi_client/models/client_credential_response.py +285 -0
- tmi_client-1.3.0/tmi_client/models/collaboration_session.py +344 -0
- tmi_client-1.3.0/tmi_client/models/color_palette_entry.py +142 -0
- tmi_client-1.3.0/tmi_client/models/component_health.py +175 -0
- tmi_client-1.3.0/tmi_client/models/create_addon_request.py +289 -0
- tmi_client-1.3.0/tmi_client/models/create_admin_group_request.py +170 -0
- tmi_client-1.3.0/tmi_client/models/create_automation_account_request.py +141 -0
- tmi_client-1.3.0/tmi_client/models/create_automation_account_response.py +138 -0
- tmi_client-1.3.0/tmi_client/models/create_diagram_request.py +148 -0
- tmi_client-1.3.0/tmi_client/models/create_threat_model_from_survey_response.py +142 -0
- tmi_client-1.3.0/tmi_client/models/cvss_score.py +142 -0
- tmi_client-1.3.0/tmi_client/models/deletion_challenge.py +142 -0
- tmi_client-1.3.0/tmi_client/models/dfd_diagram.py +156 -0
- tmi_client-1.3.0/tmi_client/models/dfd_diagram_input.py +156 -0
- tmi_client-1.3.0/tmi_client/models/diagram.py +94 -0
- tmi_client-1.3.0/tmi_client/models/diagram_list_item.py +373 -0
- tmi_client-1.3.0/tmi_client/models/diagram_list_item_image.py +140 -0
- tmi_client-1.3.0/tmi_client/models/document.py +236 -0
- tmi_client-1.3.0/tmi_client/models/document_base.py +226 -0
- tmi_client-1.3.0/tmi_client/models/document_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/edge.py +360 -0
- tmi_client-1.3.0/tmi_client/models/edge_attrs.py +110 -0
- tmi_client-1.3.0/tmi_client/models/edge_attrs_line.py +220 -0
- tmi_client-1.3.0/tmi_client/models/edge_attrs_line_source_marker.py +146 -0
- tmi_client-1.3.0/tmi_client/models/edge_attrs_line_target_marker.py +146 -0
- tmi_client-1.3.0/tmi_client/models/edge_connector.py +84 -0
- tmi_client-1.3.0/tmi_client/models/edge_connector_args.py +202 -0
- tmi_client-1.3.0/tmi_client/models/edge_label.py +136 -0
- tmi_client-1.3.0/tmi_client/models/edge_label_attrs.py +110 -0
- tmi_client-1.3.0/tmi_client/models/edge_label_attrs_text.py +196 -0
- tmi_client-1.3.0/tmi_client/models/edge_router.py +84 -0
- tmi_client-1.3.0/tmi_client/models/edge_router_args.py +175 -0
- tmi_client-1.3.0/tmi_client/models/edge_terminal.py +141 -0
- tmi_client-1.3.0/tmi_client/models/error.py +196 -0
- tmi_client-1.3.0/tmi_client/models/error_details.py +168 -0
- tmi_client-1.3.0/tmi_client/models/extended_asset.py +180 -0
- tmi_client-1.3.0/tmi_client/models/group_member.py +486 -0
- tmi_client-1.3.0/tmi_client/models/group_member_list_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/inline_response200.py +377 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2001.py +270 -0
- tmi_client-1.3.0/tmi_client/models/inline_response20010.py +171 -0
- tmi_client-1.3.0/tmi_client/models/inline_response20011.py +171 -0
- tmi_client-1.3.0/tmi_client/models/inline_response20011_errors.py +142 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2002.py +111 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2002_keys.py +192 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2003.py +337 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2004.py +111 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2004_providers.py +287 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2005.py +140 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2005_groups.py +169 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2006.py +225 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2007.py +140 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2008.py +110 -0
- tmi_client-1.3.0/tmi_client/models/inline_response2009.py +111 -0
- tmi_client-1.3.0/tmi_client/models/inline_response409.py +142 -0
- tmi_client-1.3.0/tmi_client/models/inline_response429.py +141 -0
- tmi_client-1.3.0/tmi_client/models/inline_response500.py +141 -0
- tmi_client-1.3.0/tmi_client/models/internal_uuid_client_credentials_body.py +169 -0
- tmi_client-1.3.0/tmi_client/models/invocation_response.py +434 -0
- tmi_client-1.3.0/tmi_client/models/invoke_addon_request.py +203 -0
- tmi_client-1.3.0/tmi_client/models/invoke_addon_response.py +177 -0
- tmi_client-1.3.0/tmi_client/models/json_patch_document.py +84 -0
- tmi_client-1.3.0/tmi_client/models/json_patch_document_inner.py +176 -0
- tmi_client-1.3.0/tmi_client/models/list_addon_quotas_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_addons_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_assets_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_audit_trail_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_client_credentials_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_diagrams_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_documents_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_invocations_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_notes_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_projects_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_repositories_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_survey_responses_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_surveys_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_teams_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_threat_models_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_threats_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_triage_notes_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_user_quotas_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_webhook_deliveries_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_webhook_quotas_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/list_webhook_subscriptions_response.py +198 -0
- tmi_client-1.3.0/tmi_client/models/me_client_credentials_body.py +169 -0
- tmi_client-1.3.0/tmi_client/models/metadata.py +142 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body.py +113 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body1.py +113 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body2.py +113 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body3.py +113 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body4.py +113 -0
- tmi_client-1.3.0/tmi_client/models/metadata_key_body5.py +113 -0
- tmi_client-1.3.0/tmi_client/models/minimal_cell.py +100 -0
- tmi_client-1.3.0/tmi_client/models/minimal_diagram_model.py +258 -0
- tmi_client-1.3.0/tmi_client/models/minimal_edge.py +292 -0
- tmi_client-1.3.0/tmi_client/models/minimal_node.py +320 -0
- tmi_client-1.3.0/tmi_client/models/my_group_list_response.py +142 -0
- tmi_client-1.3.0/tmi_client/models/node.py +441 -0
- tmi_client-1.3.0/tmi_client/models/node_attrs.py +136 -0
- tmi_client-1.3.0/tmi_client/models/node_attrs_body.py +196 -0
- tmi_client-1.3.0/tmi_client/models/node_attrs_text.py +376 -0
- tmi_client-1.3.0/tmi_client/models/node_position.py +142 -0
- tmi_client-1.3.0/tmi_client/models/node_size.py +142 -0
- tmi_client-1.3.0/tmi_client/models/note.py +236 -0
- tmi_client-1.3.0/tmi_client/models/note_base.py +226 -0
- tmi_client-1.3.0/tmi_client/models/note_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/note_list_item.py +338 -0
- tmi_client-1.3.0/tmi_client/models/o_auth_protected_resource_metadata.py +316 -0
- tmi_client-1.3.0/tmi_client/models/oauth2_token_body.py +315 -0
- tmi_client-1.3.0/tmi_client/models/one_of_edge_label_position.py +84 -0
- tmi_client-1.3.0/tmi_client/models/one_of_json_patch_document_inner_value.py +84 -0
- tmi_client-1.3.0/tmi_client/models/participant.py +175 -0
- tmi_client-1.3.0/tmi_client/models/point.py +142 -0
- tmi_client-1.3.0/tmi_client/models/port_configuration.py +140 -0
- tmi_client-1.3.0/tmi_client/models/port_configuration_groups.py +118 -0
- tmi_client-1.3.0/tmi_client/models/port_configuration_items.py +142 -0
- tmi_client-1.3.0/tmi_client/models/principal.py +233 -0
- tmi_client-1.3.0/tmi_client/models/project.py +351 -0
- tmi_client-1.3.0/tmi_client/models/project_base.py +282 -0
- tmi_client-1.3.0/tmi_client/models/project_input.py +84 -0
- tmi_client-1.3.0/tmi_client/models/project_list_item.py +300 -0
- tmi_client-1.3.0/tmi_client/models/project_status.py +100 -0
- tmi_client-1.3.0/tmi_client/models/related_project.py +168 -0
- tmi_client-1.3.0/tmi_client/models/related_team.py +168 -0
- tmi_client-1.3.0/tmi_client/models/relationship_type.py +96 -0
- tmi_client-1.3.0/tmi_client/models/repository.py +236 -0
- tmi_client-1.3.0/tmi_client/models/repository_base.py +285 -0
- tmi_client-1.3.0/tmi_client/models/repository_base_parameters.py +176 -0
- tmi_client-1.3.0/tmi_client/models/repository_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/responsible_party.py +195 -0
- tmi_client-1.3.0/tmi_client/models/rollback_response.py +141 -0
- tmi_client-1.3.0/tmi_client/models/saml_assertion_consumer_request.py +141 -0
- tmi_client-1.3.0/tmi_client/models/saml_provider_info.py +344 -0
- tmi_client-1.3.0/tmi_client/models/saml_single_logout_request.py +113 -0
- tmi_client-1.3.0/tmi_client/models/survey.py +235 -0
- tmi_client-1.3.0/tmi_client/models/survey_base.py +253 -0
- tmi_client-1.3.0/tmi_client/models/survey_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/survey_list_item.py +313 -0
- tmi_client-1.3.0/tmi_client/models/survey_response.py +496 -0
- tmi_client-1.3.0/tmi_client/models/survey_response_base.py +281 -0
- tmi_client-1.3.0/tmi_client/models/survey_response_create_request.py +119 -0
- tmi_client-1.3.0/tmi_client/models/survey_response_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/survey_response_list_item.py +368 -0
- tmi_client-1.3.0/tmi_client/models/survey_settings.py +112 -0
- tmi_client-1.3.0/tmi_client/models/system_setting.py +323 -0
- tmi_client-1.3.0/tmi_client/models/system_setting_update.py +176 -0
- tmi_client-1.3.0/tmi_client/models/team.py +322 -0
- tmi_client-1.3.0/tmi_client/models/team_base.py +309 -0
- tmi_client-1.3.0/tmi_client/models/team_input.py +84 -0
- tmi_client-1.3.0/tmi_client/models/team_list_item.py +301 -0
- tmi_client-1.3.0/tmi_client/models/team_member.py +195 -0
- tmi_client-1.3.0/tmi_client/models/team_member_role.py +94 -0
- tmi_client-1.3.0/tmi_client/models/team_status.py +95 -0
- tmi_client-1.3.0/tmi_client/models/threat.py +235 -0
- tmi_client-1.3.0/tmi_client/models/threat_base.py +590 -0
- tmi_client-1.3.0/tmi_client/models/threat_bulk_update_item.py +120 -0
- tmi_client-1.3.0/tmi_client/models/threat_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/threat_model.py +467 -0
- tmi_client-1.3.0/tmi_client/models/threat_model_base.py +396 -0
- tmi_client-1.3.0/tmi_client/models/threat_model_input.py +281 -0
- tmi_client-1.3.0/tmi_client/models/tm_list_item.py +629 -0
- tmi_client-1.3.0/tmi_client/models/token_introspection_request.py +141 -0
- tmi_client-1.3.0/tmi_client/models/token_refresh_request.py +113 -0
- tmi_client-1.3.0/tmi_client/models/token_request.py +315 -0
- tmi_client-1.3.0/tmi_client/models/token_revocation_request.py +203 -0
- tmi_client-1.3.0/tmi_client/models/transfer_ownership_request.py +113 -0
- tmi_client-1.3.0/tmi_client/models/transfer_ownership_result.py +138 -0
- tmi_client-1.3.0/tmi_client/models/transfer_ownership_result_survey_responses_transferred.py +142 -0
- tmi_client-1.3.0/tmi_client/models/transfer_ownership_result_threat_models_transferred.py +142 -0
- tmi_client-1.3.0/tmi_client/models/triage_note.py +236 -0
- tmi_client-1.3.0/tmi_client/models/triage_note_base.py +142 -0
- tmi_client-1.3.0/tmi_client/models/triage_note_input.py +90 -0
- tmi_client-1.3.0/tmi_client/models/triage_note_list_item.py +198 -0
- tmi_client-1.3.0/tmi_client/models/update_admin_group_request.py +140 -0
- tmi_client-1.3.0/tmi_client/models/update_admin_user_request.py +168 -0
- tmi_client-1.3.0/tmi_client/models/update_invocation_status_request.py +175 -0
- tmi_client-1.3.0/tmi_client/models/update_invocation_status_response.py +206 -0
- tmi_client-1.3.0/tmi_client/models/user.py +185 -0
- tmi_client-1.3.0/tmi_client/models/user_api_quota.py +228 -0
- tmi_client-1.3.0/tmi_client/models/user_group_membership.py +170 -0
- tmi_client-1.3.0/tmi_client/models/user_preferences.py +89 -0
- tmi_client-1.3.0/tmi_client/models/user_quota_update.py +141 -0
- tmi_client-1.3.0/tmi_client/models/user_with_admin_status.py +180 -0
- tmi_client-1.3.0/tmi_client/models/webhook_delivery.py +374 -0
- tmi_client-1.3.0/tmi_client/models/webhook_event_type.py +119 -0
- tmi_client-1.3.0/tmi_client/models/webhook_quota.py +285 -0
- tmi_client-1.3.0/tmi_client/models/webhook_quota_update.py +200 -0
- tmi_client-1.3.0/tmi_client/models/webhook_subscription.py +462 -0
- tmi_client-1.3.0/tmi_client/models/webhook_subscription_input.py +227 -0
- tmi_client-1.3.0/tmi_client/models/webhook_test_request.py +118 -0
- tmi_client-1.3.0/tmi_client/models/webhook_test_response.py +170 -0
- tmi_client-1.3.0/tmi_client/models/ws_ticket_response.py +113 -0
- tmi_client-1.3.0/tmi_client/rest.py +317 -0
- tmi_client-1.3.0/tmi_client.egg-info/PKG-INFO +743 -0
- tmi_client-1.3.0/tmi_client.egg-info/SOURCES.txt +563 -0
- tmi_client-1.3.0/tmi_client.egg-info/dependency_links.txt +1 -0
- tmi_client-1.3.0/tmi_client.egg-info/requires.txt +10 -0
- tmi_client-1.3.0/tmi_client.egg-info/top_level.txt +2 -0
|
@@ -0,0 +1,743 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tmi-client
|
|
3
|
+
Version: 1.3.0
|
|
4
|
+
Summary: TMI API Python Client
|
|
5
|
+
Home-page: https://github.com/ericfitz/tmi-clients
|
|
6
|
+
Author: TMI Contributors
|
|
7
|
+
Author-email: api@tmi.local.dev
|
|
8
|
+
License: Apache-2.0
|
|
9
|
+
Project-URL: Homepage, https://github.com/ericfitz/tmi-clients
|
|
10
|
+
Project-URL: Repository, https://github.com/ericfitz/tmi-clients
|
|
11
|
+
Project-URL: Documentation, https://github.com/ericfitz/tmi-clients/tree/main/python-client-generated
|
|
12
|
+
Keywords: TMI,Threat Modeling,API,OpenAPI
|
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
23
|
+
Requires-Python: >=3.9
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
Requires-Dist: certifi>=2025.11.12
|
|
26
|
+
Requires-Dist: six>=1.17.0
|
|
27
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
28
|
+
Requires-Dist: setuptools>=78.1.1
|
|
29
|
+
Requires-Dist: urllib3>=2.6.3
|
|
30
|
+
Provides-Extra: test
|
|
31
|
+
Requires-Dist: pytest>=8.3.5; extra == "test"
|
|
32
|
+
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
|
|
33
|
+
Requires-Dist: pytest-randomly>=3.15.0; extra == "test"
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: home-page
|
|
36
|
+
|
|
37
|
+
# tmi-client
|
|
38
|
+
A RESTful API for collaborative threat modeling with full X6 graph library compatibility. This API provides schemas that align with AntV X6 cell object models for seamless integration with modern diagramming libraries. Supports OAuth 2.0 authentication with client callback integration for seamless single-page application authentication flows. ## API Design v1.1.0 ### Authorization Model TMI uses hierarchical authorization: access control is defined at the ThreatModel level via the authorization field (readers, writers, owners). All child resources (Assets, Diagrams, Documents, Notes, Repositories, Threats) inherit permissions from their parent ThreatModel. This simplifies permission management and ensures consistent access control. ### Bulk Operations Notes and Diagrams do not support bulk operations due to their unique creation workflows and lack of valid bulk use cases. All other resources (Threats, Assets, Documents, Repositories) support full bulk operations: POST (create), PUT (upsert), PATCH (partial update), DELETE (batch delete). All resources support bulk metadata operations regardless of resource-level bulk support. ### List Response Strategy - ThreatModels return summary information (TMListItem) because they contain many child objects that can be large. - Diagrams return summary information (DiagramListItem) because diagram data (cells, images) can be large. - Notes return summary information (NoteListItem) because the content field can be large. - Threats, Assets, Documents, Repositories return full schemas as they are relatively small and static. ### PATCH Support All resources support PATCH for partial updates using JSON Patch (RFC 6902). This is particularly useful for: - Assets: Array field updates (affected_assets, trust_boundaries) ensuring no duplicates - Notes: Updating name/description without changing content field - All resources: Efficient updates without full object replacement
|
|
39
|
+
|
|
40
|
+
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
41
|
+
|
|
42
|
+
- API version: 1.3.0
|
|
43
|
+
- Package version: 1.0.0
|
|
44
|
+
- Build date: 2026-03-22T22:50:35.825523-04:00[America/New_York]
|
|
45
|
+
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
46
|
+
For more information, please visit [https://github.com/ericfitz/tmi](https://github.com/ericfitz/tmi)
|
|
47
|
+
|
|
48
|
+
## Requirements.
|
|
49
|
+
|
|
50
|
+
Python 2.7 and 3.4+
|
|
51
|
+
|
|
52
|
+
## Installation & Usage
|
|
53
|
+
### pip install
|
|
54
|
+
|
|
55
|
+
If the python package is hosted on Github, you can install directly from Github
|
|
56
|
+
|
|
57
|
+
```sh
|
|
58
|
+
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
|
59
|
+
```
|
|
60
|
+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
|
|
61
|
+
|
|
62
|
+
Then import the package:
|
|
63
|
+
```python
|
|
64
|
+
import tmi_client
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Setuptools
|
|
68
|
+
|
|
69
|
+
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
|
|
70
|
+
|
|
71
|
+
```sh
|
|
72
|
+
python setup.py install --user
|
|
73
|
+
```
|
|
74
|
+
(or `sudo python setup.py install` to install the package for all users)
|
|
75
|
+
|
|
76
|
+
Then import the package:
|
|
77
|
+
```python
|
|
78
|
+
import tmi_client
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Getting Started
|
|
82
|
+
|
|
83
|
+
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
84
|
+
|
|
85
|
+
```python
|
|
86
|
+
from __future__ import print_function
|
|
87
|
+
import time
|
|
88
|
+
import tmi_client
|
|
89
|
+
from tmi_client.rest import ApiException
|
|
90
|
+
from pprint import pprint
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
# create an instance of the API class
|
|
94
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
95
|
+
body = tmi_client.CreateAddonRequest() # CreateAddonRequest | Addon registration details
|
|
96
|
+
|
|
97
|
+
try:
|
|
98
|
+
# Create add-on
|
|
99
|
+
api_response = api_instance.create_addon(body)
|
|
100
|
+
pprint(api_response)
|
|
101
|
+
except ApiException as e:
|
|
102
|
+
print("Exception when calling AddonsApi->create_addon: %s\n" % e)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# create an instance of the API class
|
|
106
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
107
|
+
id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Resource identifier
|
|
108
|
+
|
|
109
|
+
try:
|
|
110
|
+
# Delete add-on
|
|
111
|
+
api_instance.delete_addon(id)
|
|
112
|
+
except ApiException as e:
|
|
113
|
+
print("Exception when calling AddonsApi->delete_addon: %s\n" % e)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# create an instance of the API class
|
|
117
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
118
|
+
id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Resource identifier
|
|
119
|
+
|
|
120
|
+
try:
|
|
121
|
+
# Get add-on
|
|
122
|
+
api_response = api_instance.get_addon(id)
|
|
123
|
+
pprint(api_response)
|
|
124
|
+
except ApiException as e:
|
|
125
|
+
print("Exception when calling AddonsApi->get_addon: %s\n" % e)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
# create an instance of the API class
|
|
129
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
130
|
+
id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Resource identifier
|
|
131
|
+
|
|
132
|
+
try:
|
|
133
|
+
# Get invocation
|
|
134
|
+
api_response = api_instance.get_invocation(id)
|
|
135
|
+
pprint(api_response)
|
|
136
|
+
except ApiException as e:
|
|
137
|
+
print("Exception when calling AddonsApi->get_invocation: %s\n" % e)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
# create an instance of the API class
|
|
141
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
142
|
+
body = tmi_client.InvokeAddonRequest() # InvokeAddonRequest | Addon invocation parameters
|
|
143
|
+
id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Resource identifier
|
|
144
|
+
|
|
145
|
+
try:
|
|
146
|
+
# Invoke add-on
|
|
147
|
+
api_response = api_instance.invoke_addon(body, id)
|
|
148
|
+
pprint(api_response)
|
|
149
|
+
except ApiException as e:
|
|
150
|
+
print("Exception when calling AddonsApi->invoke_addon: %s\n" % e)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
# create an instance of the API class
|
|
154
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
155
|
+
limit = 20 # int | Maximum number of results to return (optional) (default to 20)
|
|
156
|
+
offset = 0 # int | Number of results to skip (optional) (default to 0)
|
|
157
|
+
threat_model_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Filter subscriptions by threat model ID (optional)
|
|
158
|
+
|
|
159
|
+
try:
|
|
160
|
+
# List add-ons
|
|
161
|
+
api_response = api_instance.list_addons(limit=limit, offset=offset, threat_model_id=threat_model_id)
|
|
162
|
+
pprint(api_response)
|
|
163
|
+
except ApiException as e:
|
|
164
|
+
print("Exception when calling AddonsApi->list_addons: %s\n" % e)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
# create an instance of the API class
|
|
168
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
169
|
+
limit = 20 # int | Maximum number of results to return (optional) (default to 20)
|
|
170
|
+
offset = 0 # int | Number of results to skip (optional) (default to 0)
|
|
171
|
+
status = ['status_example'] # list[str] | Filter by status (OR logic). Returns threats matching ANY of the specified statuses. Example: ?status=identified&status=mitigated (optional)
|
|
172
|
+
addon_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Filter by add-on (optional)
|
|
173
|
+
|
|
174
|
+
try:
|
|
175
|
+
# List invocations
|
|
176
|
+
api_response = api_instance.list_invocations(limit=limit, offset=offset, status=status, addon_id=addon_id)
|
|
177
|
+
pprint(api_response)
|
|
178
|
+
except ApiException as e:
|
|
179
|
+
print("Exception when calling AddonsApi->list_invocations: %s\n" % e)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# create an instance of the API class
|
|
183
|
+
api_instance = tmi_client.AddonsApi(tmi_client.ApiClient(configuration))
|
|
184
|
+
body = tmi_client.UpdateInvocationStatusRequest() # UpdateInvocationStatusRequest | Invocation status update
|
|
185
|
+
x_webhook_signature = 'x_webhook_signature_example' # str | HMAC-SHA256 signature (format: sha256={hex_signature})
|
|
186
|
+
id = '38400000-8cf0-11bd-b23e-10b96e4ef00d' # str | Resource identifier
|
|
187
|
+
|
|
188
|
+
try:
|
|
189
|
+
# Update invocation status
|
|
190
|
+
api_response = api_instance.update_invocation_status(body, x_webhook_signature, id)
|
|
191
|
+
pprint(api_response)
|
|
192
|
+
except ApiException as e:
|
|
193
|
+
print("Exception when calling AddonsApi->update_invocation_status: %s\n" % e)
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
## Documentation for API Endpoints
|
|
197
|
+
|
|
198
|
+
All URIs are relative to *https://api.tmi.dev*
|
|
199
|
+
|
|
200
|
+
Class | Method | HTTP request | Description
|
|
201
|
+
------------ | ------------- | ------------- | -------------
|
|
202
|
+
*AddonsApi* | [**create_addon**](docs/AddonsApi.md#create_addon) | **POST** /addons | Create add-on
|
|
203
|
+
*AddonsApi* | [**delete_addon**](docs/AddonsApi.md#delete_addon) | **DELETE** /addons/{id} | Delete add-on
|
|
204
|
+
*AddonsApi* | [**get_addon**](docs/AddonsApi.md#get_addon) | **GET** /addons/{id} | Get add-on
|
|
205
|
+
*AddonsApi* | [**get_invocation**](docs/AddonsApi.md#get_invocation) | **GET** /invocations/{id} | Get invocation
|
|
206
|
+
*AddonsApi* | [**invoke_addon**](docs/AddonsApi.md#invoke_addon) | **POST** /addons/{id}/invoke | Invoke add-on
|
|
207
|
+
*AddonsApi* | [**list_addons**](docs/AddonsApi.md#list_addons) | **GET** /addons | List add-ons
|
|
208
|
+
*AddonsApi* | [**list_invocations**](docs/AddonsApi.md#list_invocations) | **GET** /invocations | List invocations
|
|
209
|
+
*AddonsApi* | [**update_invocation_status**](docs/AddonsApi.md#update_invocation_status) | **POST** /invocations/{id}/status | Update invocation status
|
|
210
|
+
*AdminUsersApi* | [**create_admin_user_client_credential**](docs/AdminUsersApi.md#create_admin_user_client_credential) | **POST** /admin/users/{internal_uuid}/client_credentials | Create a client credential for an automation user
|
|
211
|
+
*AdminUsersApi* | [**create_automation_account**](docs/AdminUsersApi.md#create_automation_account) | **POST** /admin/users/automation | Create an automation (service) account
|
|
212
|
+
*AdminUsersApi* | [**delete_admin_user_client_credential**](docs/AdminUsersApi.md#delete_admin_user_client_credential) | **DELETE** /admin/users/{internal_uuid}/client_credentials/{credential_id} | Delete a client credential for an automation user
|
|
213
|
+
*AdminUsersApi* | [**list_admin_user_client_credentials**](docs/AdminUsersApi.md#list_admin_user_client_credentials) | **GET** /admin/users/{internal_uuid}/client_credentials | List client credentials for an automation user
|
|
214
|
+
*AdministrationApi* | [**add_group_member**](docs/AdministrationApi.md#add_group_member) | **POST** /admin/groups/{internal_uuid}/members | Add member to group
|
|
215
|
+
*AdministrationApi* | [**create_admin_group**](docs/AdministrationApi.md#create_admin_group) | **POST** /admin/groups | Create provider-independent group
|
|
216
|
+
*AdministrationApi* | [**delete_addon_invocation_quota**](docs/AdministrationApi.md#delete_addon_invocation_quota) | **DELETE** /admin/quotas/addons/{user_id} | Delete addon invocation quota
|
|
217
|
+
*AdministrationApi* | [**delete_admin_group**](docs/AdministrationApi.md#delete_admin_group) | **DELETE** /admin/groups/{internal_uuid} | Delete group
|
|
218
|
+
*AdministrationApi* | [**delete_admin_user**](docs/AdministrationApi.md#delete_admin_user) | **DELETE** /admin/users/{internal_uuid} | Delete user
|
|
219
|
+
*AdministrationApi* | [**delete_system_setting**](docs/AdministrationApi.md#delete_system_setting) | **DELETE** /admin/settings/{key} | Delete system setting
|
|
220
|
+
*AdministrationApi* | [**delete_user_api_quota**](docs/AdministrationApi.md#delete_user_api_quota) | **DELETE** /admin/quotas/users/{user_id} | Delete user API quota
|
|
221
|
+
*AdministrationApi* | [**delete_webhook_quota**](docs/AdministrationApi.md#delete_webhook_quota) | **DELETE** /admin/quotas/webhooks/{user_id} | Delete webhook quota
|
|
222
|
+
*AdministrationApi* | [**get_addon_invocation_quota**](docs/AdministrationApi.md#get_addon_invocation_quota) | **GET** /admin/quotas/addons/{user_id} | Get addon invocation quota
|
|
223
|
+
*AdministrationApi* | [**get_admin_group**](docs/AdministrationApi.md#get_admin_group) | **GET** /admin/groups/{internal_uuid} | Get group details
|
|
224
|
+
*AdministrationApi* | [**get_admin_user**](docs/AdministrationApi.md#get_admin_user) | **GET** /admin/users/{internal_uuid} | Get user details
|
|
225
|
+
*AdministrationApi* | [**get_system_setting**](docs/AdministrationApi.md#get_system_setting) | **GET** /admin/settings/{key} | Get system setting
|
|
226
|
+
*AdministrationApi* | [**get_user_api_quota**](docs/AdministrationApi.md#get_user_api_quota) | **GET** /admin/quotas/users/{user_id} | Get user API quota
|
|
227
|
+
*AdministrationApi* | [**get_webhook_quota**](docs/AdministrationApi.md#get_webhook_quota) | **GET** /admin/quotas/webhooks/{user_id} | Get webhook quota
|
|
228
|
+
*AdministrationApi* | [**list_addon_invocation_quotas**](docs/AdministrationApi.md#list_addon_invocation_quotas) | **GET** /admin/quotas/addons | List all addon invocation quotas
|
|
229
|
+
*AdministrationApi* | [**list_admin_groups**](docs/AdministrationApi.md#list_admin_groups) | **GET** /admin/groups | List groups
|
|
230
|
+
*AdministrationApi* | [**list_admin_users**](docs/AdministrationApi.md#list_admin_users) | **GET** /admin/users | List users
|
|
231
|
+
*AdministrationApi* | [**list_group_members**](docs/AdministrationApi.md#list_group_members) | **GET** /admin/groups/{internal_uuid}/members | List group members
|
|
232
|
+
*AdministrationApi* | [**list_system_settings**](docs/AdministrationApi.md#list_system_settings) | **GET** /admin/settings | List system settings
|
|
233
|
+
*AdministrationApi* | [**list_user_api_quotas**](docs/AdministrationApi.md#list_user_api_quotas) | **GET** /admin/quotas/users | List all user API quotas
|
|
234
|
+
*AdministrationApi* | [**list_webhook_quotas**](docs/AdministrationApi.md#list_webhook_quotas) | **GET** /admin/quotas/webhooks | List all webhook quotas
|
|
235
|
+
*AdministrationApi* | [**migrate_system_settings**](docs/AdministrationApi.md#migrate_system_settings) | **POST** /admin/settings/migrate | Migrate settings from configuration
|
|
236
|
+
*AdministrationApi* | [**reencrypt_system_settings**](docs/AdministrationApi.md#reencrypt_system_settings) | **POST** /admin/settings/reencrypt | Re-encrypt all system settings
|
|
237
|
+
*AdministrationApi* | [**remove_group_member**](docs/AdministrationApi.md#remove_group_member) | **DELETE** /admin/groups/{internal_uuid}/members/{member_uuid} | Remove member from group
|
|
238
|
+
*AdministrationApi* | [**transfer_admin_user_ownership**](docs/AdministrationApi.md#transfer_admin_user_ownership) | **POST** /admin/users/{internal_uuid}/transfer | Transfer user ownership to another user
|
|
239
|
+
*AdministrationApi* | [**update_addon_invocation_quota**](docs/AdministrationApi.md#update_addon_invocation_quota) | **PUT** /admin/quotas/addons/{user_id} | Update addon invocation quota
|
|
240
|
+
*AdministrationApi* | [**update_admin_group**](docs/AdministrationApi.md#update_admin_group) | **PATCH** /admin/groups/{internal_uuid} | Update group metadata
|
|
241
|
+
*AdministrationApi* | [**update_admin_user**](docs/AdministrationApi.md#update_admin_user) | **PATCH** /admin/users/{internal_uuid} | Update user metadata
|
|
242
|
+
*AdministrationApi* | [**update_system_setting**](docs/AdministrationApi.md#update_system_setting) | **PUT** /admin/settings/{key} | Update system setting
|
|
243
|
+
*AdministrationApi* | [**update_user_api_quota**](docs/AdministrationApi.md#update_user_api_quota) | **PUT** /admin/quotas/users/{user_id} | Update user API quota
|
|
244
|
+
*AdministrationApi* | [**update_webhook_quota**](docs/AdministrationApi.md#update_webhook_quota) | **PUT** /admin/quotas/webhooks/{user_id} | Update webhook quota
|
|
245
|
+
*AssetsApi* | [**patch_threat_model_asset**](docs/AssetsApi.md#patch_threat_model_asset) | **PATCH** /threat_models/{threat_model_id}/assets/{asset_id} | Partially update asset
|
|
246
|
+
*AuditTrailApi* | [**get_asset_audit_trail**](docs/AuditTrailApi.md#get_asset_audit_trail) | **GET** /threat_models/{threat_model_id}/assets/{asset_id}/audit_trail | List audit trail for an asset
|
|
247
|
+
*AuditTrailApi* | [**get_audit_entry**](docs/AuditTrailApi.md#get_audit_entry) | **GET** /threat_models/{threat_model_id}/audit_trail/{entry_id} | Get a single audit trail entry
|
|
248
|
+
*AuditTrailApi* | [**get_diagram_audit_trail**](docs/AuditTrailApi.md#get_diagram_audit_trail) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id}/audit_trail | List audit trail for a diagram
|
|
249
|
+
*AuditTrailApi* | [**get_document_audit_trail**](docs/AuditTrailApi.md#get_document_audit_trail) | **GET** /threat_models/{threat_model_id}/documents/{document_id}/audit_trail | List audit trail for a document
|
|
250
|
+
*AuditTrailApi* | [**get_note_audit_trail**](docs/AuditTrailApi.md#get_note_audit_trail) | **GET** /threat_models/{threat_model_id}/notes/{note_id}/audit_trail | List audit trail for a note
|
|
251
|
+
*AuditTrailApi* | [**get_repository_audit_trail**](docs/AuditTrailApi.md#get_repository_audit_trail) | **GET** /threat_models/{threat_model_id}/repositories/{repository_id}/audit_trail | List audit trail for a repository
|
|
252
|
+
*AuditTrailApi* | [**get_threat_audit_trail**](docs/AuditTrailApi.md#get_threat_audit_trail) | **GET** /threat_models/{threat_model_id}/threats/{threat_id}/audit_trail | List audit trail for a threat
|
|
253
|
+
*AuditTrailApi* | [**get_threat_model_audit_trail**](docs/AuditTrailApi.md#get_threat_model_audit_trail) | **GET** /threat_models/{threat_model_id}/audit_trail | List audit trail for a threat model and all sub-objects
|
|
254
|
+
*AuditTrailApi* | [**rollback_to_version**](docs/AuditTrailApi.md#rollback_to_version) | **POST** /threat_models/{threat_model_id}/audit_trail/{entry_id}/rollback | Rollback an entity to a previous version
|
|
255
|
+
*AuthenticationApi* | [**authorize_o_auth_provider**](docs/AuthenticationApi.md#authorize_o_auth_provider) | **GET** /oauth2/authorize | Initiate OAuth authorization flow
|
|
256
|
+
*AuthenticationApi* | [**create_current_user_client_credential**](docs/AuthenticationApi.md#create_current_user_client_credential) | **POST** /me/client_credentials | Create client credential
|
|
257
|
+
*AuthenticationApi* | [**delete_current_user_client_credential**](docs/AuthenticationApi.md#delete_current_user_client_credential) | **DELETE** /me/client_credentials/{credential_id} | Delete client credential
|
|
258
|
+
*AuthenticationApi* | [**exchange_o_auth_code**](docs/AuthenticationApi.md#exchange_o_auth_code) | **POST** /oauth2/token | Exchange OAuth credentials for JWT tokens
|
|
259
|
+
*AuthenticationApi* | [**get_auth_providers**](docs/AuthenticationApi.md#get_auth_providers) | **GET** /oauth2/providers | List available OAuth providers
|
|
260
|
+
*AuthenticationApi* | [**get_current_user**](docs/AuthenticationApi.md#get_current_user) | **GET** /oauth2/userinfo | Get current user information
|
|
261
|
+
*AuthenticationApi* | [**get_current_user_profile**](docs/AuthenticationApi.md#get_current_user_profile) | **GET** /me | Get current user profile
|
|
262
|
+
*AuthenticationApi* | [**get_provider_groups**](docs/AuthenticationApi.md#get_provider_groups) | **GET** /oauth2/providers/{idp}/groups | Get groups for identity provider
|
|
263
|
+
*AuthenticationApi* | [**get_saml_metadata**](docs/AuthenticationApi.md#get_saml_metadata) | **GET** /saml/{provider}/metadata | Get SAML service provider metadata
|
|
264
|
+
*AuthenticationApi* | [**get_saml_providers**](docs/AuthenticationApi.md#get_saml_providers) | **GET** /saml/providers | List available SAML providers
|
|
265
|
+
*AuthenticationApi* | [**handle_o_auth_callback**](docs/AuthenticationApi.md#handle_o_auth_callback) | **GET** /oauth2/callback | Handle OAuth callback
|
|
266
|
+
*AuthenticationApi* | [**initiate_saml_login**](docs/AuthenticationApi.md#initiate_saml_login) | **GET** /saml/{provider}/login | Initiate SAML authentication
|
|
267
|
+
*AuthenticationApi* | [**introspect_token**](docs/AuthenticationApi.md#introspect_token) | **POST** /oauth2/introspect | Token Introspection
|
|
268
|
+
*AuthenticationApi* | [**list_current_user_client_credentials**](docs/AuthenticationApi.md#list_current_user_client_credentials) | **GET** /me/client_credentials | List client credentials
|
|
269
|
+
*AuthenticationApi* | [**list_my_group_members**](docs/AuthenticationApi.md#list_my_group_members) | **GET** /me/groups/{internal_uuid}/members | List members of my group
|
|
270
|
+
*AuthenticationApi* | [**list_my_groups**](docs/AuthenticationApi.md#list_my_groups) | **GET** /me/groups | List my groups
|
|
271
|
+
*AuthenticationApi* | [**process_saml_logout**](docs/AuthenticationApi.md#process_saml_logout) | **GET** /saml/slo | SAML Single Logout
|
|
272
|
+
*AuthenticationApi* | [**process_saml_logout_post**](docs/AuthenticationApi.md#process_saml_logout_post) | **POST** /saml/slo | SAML Single Logout (POST)
|
|
273
|
+
*AuthenticationApi* | [**process_saml_response**](docs/AuthenticationApi.md#process_saml_response) | **POST** /saml/acs | SAML Assertion Consumer Service
|
|
274
|
+
*AuthenticationApi* | [**refresh_token**](docs/AuthenticationApi.md#refresh_token) | **POST** /oauth2/refresh | Refresh JWT token
|
|
275
|
+
*AuthenticationApi* | [**revoke_token**](docs/AuthenticationApi.md#revoke_token) | **POST** /oauth2/revoke | Revoke token
|
|
276
|
+
*CollaborationApi* | [**create_diagram_collaboration_session**](docs/CollaborationApi.md#create_diagram_collaboration_session) | **POST** /threat_models/{threat_model_id}/diagrams/{diagram_id}/collaborate | Create diagram collaboration session
|
|
277
|
+
*CollaborationApi* | [**end_diagram_collaboration_session**](docs/CollaborationApi.md#end_diagram_collaboration_session) | **DELETE** /threat_models/{threat_model_id}/diagrams/{diagram_id}/collaborate | End diagram collaboration session
|
|
278
|
+
*CollaborationApi* | [**get_current_user_sessions**](docs/CollaborationApi.md#get_current_user_sessions) | **GET** /me/sessions | List active collaboration sessions
|
|
279
|
+
*CollaborationApi* | [**get_diagram_collaboration_session**](docs/CollaborationApi.md#get_diagram_collaboration_session) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id}/collaborate | Get diagram collaboration session
|
|
280
|
+
*ConfigurationApi* | [**get_client_config**](docs/ConfigurationApi.md#get_client_config) | **GET** /config | Get client configuration
|
|
281
|
+
*DocumentsApi* | [**patch_threat_model_document**](docs/DocumentsApi.md#patch_threat_model_document) | **PATCH** /threat_models/{threat_model_id}/documents/{document_id} | Partially update document
|
|
282
|
+
*GeneralApi* | [**get_api_info**](docs/GeneralApi.md#get_api_info) | **GET** / | Get API information
|
|
283
|
+
*NotesApi* | [**patch_threat_model_note**](docs/NotesApi.md#patch_threat_model_note) | **PATCH** /threat_models/{threat_model_id}/notes/{note_id} | Partially update note
|
|
284
|
+
*OAuthDiscoveryApi* | [**get_o_auth_protected_resource_metadata**](docs/OAuthDiscoveryApi.md#get_o_auth_protected_resource_metadata) | **GET** /.well-known/oauth-protected-resource | OAuth 2.0 Protected Resource Metadata
|
|
285
|
+
*OIDCDiscoveryApi* | [**get_jwks**](docs/OIDCDiscoveryApi.md#get_jwks) | **GET** /.well-known/jwks.json | JSON Web Key Set
|
|
286
|
+
*OIDCDiscoveryApi* | [**get_o_auth_authorization_server_metadata**](docs/OIDCDiscoveryApi.md#get_o_auth_authorization_server_metadata) | **GET** /.well-known/oauth-authorization-server | OAuth 2.0 Authorization Server Metadata
|
|
287
|
+
*OIDCDiscoveryApi* | [**get_open_id_configuration**](docs/OIDCDiscoveryApi.md#get_open_id_configuration) | **GET** /.well-known/openid-configuration | OpenID Connect Discovery Configuration
|
|
288
|
+
*ProjectsApi* | [**bulk_create_project_metadata**](docs/ProjectsApi.md#bulk_create_project_metadata) | **POST** /projects/{project_id}/metadata/bulk | Bulk create project metadata
|
|
289
|
+
*ProjectsApi* | [**bulk_replace_project_metadata**](docs/ProjectsApi.md#bulk_replace_project_metadata) | **PUT** /projects/{project_id}/metadata/bulk | Bulk replace project metadata
|
|
290
|
+
*ProjectsApi* | [**bulk_upsert_project_metadata**](docs/ProjectsApi.md#bulk_upsert_project_metadata) | **PATCH** /projects/{project_id}/metadata/bulk | Bulk upsert project metadata
|
|
291
|
+
*ProjectsApi* | [**create_project**](docs/ProjectsApi.md#create_project) | **POST** /projects | Create a project
|
|
292
|
+
*ProjectsApi* | [**create_project_metadata**](docs/ProjectsApi.md#create_project_metadata) | **POST** /projects/{project_id}/metadata | Create project metadata
|
|
293
|
+
*ProjectsApi* | [**delete_project**](docs/ProjectsApi.md#delete_project) | **DELETE** /projects/{project_id} | Delete a project
|
|
294
|
+
*ProjectsApi* | [**delete_project_metadata**](docs/ProjectsApi.md#delete_project_metadata) | **DELETE** /projects/{project_id}/metadata/{key} | Delete project metadata
|
|
295
|
+
*ProjectsApi* | [**get_project**](docs/ProjectsApi.md#get_project) | **GET** /projects/{project_id} | Get a project
|
|
296
|
+
*ProjectsApi* | [**get_project_metadata**](docs/ProjectsApi.md#get_project_metadata) | **GET** /projects/{project_id}/metadata | Get project metadata
|
|
297
|
+
*ProjectsApi* | [**list_projects**](docs/ProjectsApi.md#list_projects) | **GET** /projects | List projects
|
|
298
|
+
*ProjectsApi* | [**patch_project**](docs/ProjectsApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch a project
|
|
299
|
+
*ProjectsApi* | [**update_project**](docs/ProjectsApi.md#update_project) | **PUT** /projects/{project_id} | Update a project
|
|
300
|
+
*ProjectsApi* | [**update_project_metadata**](docs/ProjectsApi.md#update_project_metadata) | **PUT** /projects/{project_id}/metadata/{key} | Update project metadata
|
|
301
|
+
*RepositoriesApi* | [**patch_threat_model_repository**](docs/RepositoriesApi.md#patch_threat_model_repository) | **PATCH** /threat_models/{threat_model_id}/repositories/{repository_id} | Partially update repository
|
|
302
|
+
*SAMLApi* | [**list_saml_users**](docs/SAMLApi.md#list_saml_users) | **GET** /saml/providers/{idp}/users | List SAML users for UI autocomplete
|
|
303
|
+
*SurveyAdministrationApi* | [**bulk_create_admin_survey_metadata**](docs/SurveyAdministrationApi.md#bulk_create_admin_survey_metadata) | **POST** /admin/surveys/{survey_id}/metadata/bulk | Bulk create metadata for a survey
|
|
304
|
+
*SurveyAdministrationApi* | [**bulk_replace_admin_survey_metadata**](docs/SurveyAdministrationApi.md#bulk_replace_admin_survey_metadata) | **PUT** /admin/surveys/{survey_id}/metadata/bulk | Bulk replace metadata for a survey
|
|
305
|
+
*SurveyAdministrationApi* | [**bulk_upsert_admin_survey_metadata**](docs/SurveyAdministrationApi.md#bulk_upsert_admin_survey_metadata) | **PATCH** /admin/surveys/{survey_id}/metadata/bulk | Bulk upsert metadata for a survey
|
|
306
|
+
*SurveyAdministrationApi* | [**create_admin_survey**](docs/SurveyAdministrationApi.md#create_admin_survey) | **POST** /admin/surveys | Create a survey
|
|
307
|
+
*SurveyAdministrationApi* | [**create_admin_survey_metadata**](docs/SurveyAdministrationApi.md#create_admin_survey_metadata) | **POST** /admin/surveys/{survey_id}/metadata | Add metadata to a survey
|
|
308
|
+
*SurveyAdministrationApi* | [**delete_admin_survey**](docs/SurveyAdministrationApi.md#delete_admin_survey) | **DELETE** /admin/surveys/{survey_id} | Delete a survey
|
|
309
|
+
*SurveyAdministrationApi* | [**delete_admin_survey_metadata_by_key**](docs/SurveyAdministrationApi.md#delete_admin_survey_metadata_by_key) | **DELETE** /admin/surveys/{survey_id}/metadata/{key} | Delete metadata by key for a survey
|
|
310
|
+
*SurveyAdministrationApi* | [**get_admin_survey**](docs/SurveyAdministrationApi.md#get_admin_survey) | **GET** /admin/surveys/{survey_id} | Get a survey
|
|
311
|
+
*SurveyAdministrationApi* | [**get_admin_survey_metadata**](docs/SurveyAdministrationApi.md#get_admin_survey_metadata) | **GET** /admin/surveys/{survey_id}/metadata | Get all metadata for a survey
|
|
312
|
+
*SurveyAdministrationApi* | [**get_admin_survey_metadata_by_key**](docs/SurveyAdministrationApi.md#get_admin_survey_metadata_by_key) | **GET** /admin/surveys/{survey_id}/metadata/{key} | Get metadata by key for a survey
|
|
313
|
+
*SurveyAdministrationApi* | [**list_admin_surveys**](docs/SurveyAdministrationApi.md#list_admin_surveys) | **GET** /admin/surveys | List surveys
|
|
314
|
+
*SurveyAdministrationApi* | [**patch_admin_survey**](docs/SurveyAdministrationApi.md#patch_admin_survey) | **PATCH** /admin/surveys/{survey_id} | Partially update a survey
|
|
315
|
+
*SurveyAdministrationApi* | [**update_admin_survey**](docs/SurveyAdministrationApi.md#update_admin_survey) | **PUT** /admin/surveys/{survey_id} | Update a survey
|
|
316
|
+
*SurveyAdministrationApi* | [**update_admin_survey_metadata_by_key**](docs/SurveyAdministrationApi.md#update_admin_survey_metadata_by_key) | **PUT** /admin/surveys/{survey_id}/metadata/{key} | Update metadata by key for a survey
|
|
317
|
+
*SurveyIntakeApi* | [**bulk_create_intake_survey_response_metadata**](docs/SurveyIntakeApi.md#bulk_create_intake_survey_response_metadata) | **POST** /intake/survey_responses/{survey_response_id}/metadata/bulk | Bulk create metadata for a survey response
|
|
318
|
+
*SurveyIntakeApi* | [**bulk_replace_intake_survey_response_metadata**](docs/SurveyIntakeApi.md#bulk_replace_intake_survey_response_metadata) | **PUT** /intake/survey_responses/{survey_response_id}/metadata/bulk | Bulk replace metadata for a survey response
|
|
319
|
+
*SurveyIntakeApi* | [**bulk_upsert_intake_survey_response_metadata**](docs/SurveyIntakeApi.md#bulk_upsert_intake_survey_response_metadata) | **PATCH** /intake/survey_responses/{survey_response_id}/metadata/bulk | Bulk upsert metadata for a survey response
|
|
320
|
+
*SurveyIntakeApi* | [**create_intake_survey_response**](docs/SurveyIntakeApi.md#create_intake_survey_response) | **POST** /intake/survey_responses | Create survey response
|
|
321
|
+
*SurveyIntakeApi* | [**create_intake_survey_response_metadata**](docs/SurveyIntakeApi.md#create_intake_survey_response_metadata) | **POST** /intake/survey_responses/{survey_response_id}/metadata | Add metadata to a survey response
|
|
322
|
+
*SurveyIntakeApi* | [**delete_intake_survey_response**](docs/SurveyIntakeApi.md#delete_intake_survey_response) | **DELETE** /intake/survey_responses/{survey_response_id} | Delete survey response
|
|
323
|
+
*SurveyIntakeApi* | [**delete_intake_survey_response_metadata_by_key**](docs/SurveyIntakeApi.md#delete_intake_survey_response_metadata_by_key) | **DELETE** /intake/survey_responses/{survey_response_id}/metadata/{key} | Delete metadata by key for a survey response
|
|
324
|
+
*SurveyIntakeApi* | [**get_intake_survey**](docs/SurveyIntakeApi.md#get_intake_survey) | **GET** /intake/surveys/{survey_id} | Get an available survey
|
|
325
|
+
*SurveyIntakeApi* | [**get_intake_survey_response**](docs/SurveyIntakeApi.md#get_intake_survey_response) | **GET** /intake/survey_responses/{survey_response_id} | Get survey response
|
|
326
|
+
*SurveyIntakeApi* | [**get_intake_survey_response_metadata**](docs/SurveyIntakeApi.md#get_intake_survey_response_metadata) | **GET** /intake/survey_responses/{survey_response_id}/metadata | Get all metadata for a survey response
|
|
327
|
+
*SurveyIntakeApi* | [**get_intake_survey_response_metadata_by_key**](docs/SurveyIntakeApi.md#get_intake_survey_response_metadata_by_key) | **GET** /intake/survey_responses/{survey_response_id}/metadata/{key} | Get metadata by key for a survey response
|
|
328
|
+
*SurveyIntakeApi* | [**get_intake_survey_response_triage_note**](docs/SurveyIntakeApi.md#get_intake_survey_response_triage_note) | **GET** /intake/survey_responses/{survey_response_id}/triage_notes/{triage_note_id} | Get a specific triage note
|
|
329
|
+
*SurveyIntakeApi* | [**list_intake_survey_response_triage_notes**](docs/SurveyIntakeApi.md#list_intake_survey_response_triage_notes) | **GET** /intake/survey_responses/{survey_response_id}/triage_notes | List triage notes for a survey response
|
|
330
|
+
*SurveyIntakeApi* | [**list_intake_survey_responses**](docs/SurveyIntakeApi.md#list_intake_survey_responses) | **GET** /intake/survey_responses | List user's survey responses
|
|
331
|
+
*SurveyIntakeApi* | [**list_intake_surveys**](docs/SurveyIntakeApi.md#list_intake_surveys) | **GET** /intake/surveys | List available surveys
|
|
332
|
+
*SurveyIntakeApi* | [**patch_intake_survey_response**](docs/SurveyIntakeApi.md#patch_intake_survey_response) | **PATCH** /intake/survey_responses/{survey_response_id} | Partial update survey response
|
|
333
|
+
*SurveyIntakeApi* | [**update_intake_survey_response**](docs/SurveyIntakeApi.md#update_intake_survey_response) | **PUT** /intake/survey_responses/{survey_response_id} | Update survey response
|
|
334
|
+
*SurveyIntakeApi* | [**update_intake_survey_response_metadata_by_key**](docs/SurveyIntakeApi.md#update_intake_survey_response_metadata_by_key) | **PUT** /intake/survey_responses/{survey_response_id}/metadata/{key} | Update metadata by key for a survey response
|
|
335
|
+
*SurveyTriageApi* | [**create_threat_model_from_survey_response**](docs/SurveyTriageApi.md#create_threat_model_from_survey_response) | **POST** /triage/survey_responses/{survey_response_id}/create_threat_model | Create threat model from survey response
|
|
336
|
+
*SurveyTriageApi* | [**create_triage_survey_response_triage_note**](docs/SurveyTriageApi.md#create_triage_survey_response_triage_note) | **POST** /triage/survey_responses/{survey_response_id}/triage_notes | Create a triage note
|
|
337
|
+
*SurveyTriageApi* | [**get_triage_survey_response**](docs/SurveyTriageApi.md#get_triage_survey_response) | **GET** /triage/survey_responses/{survey_response_id} | Get survey response for triage
|
|
338
|
+
*SurveyTriageApi* | [**get_triage_survey_response_metadata**](docs/SurveyTriageApi.md#get_triage_survey_response_metadata) | **GET** /triage/survey_responses/{survey_response_id}/metadata | Get all metadata for a survey response
|
|
339
|
+
*SurveyTriageApi* | [**get_triage_survey_response_metadata_by_key**](docs/SurveyTriageApi.md#get_triage_survey_response_metadata_by_key) | **GET** /triage/survey_responses/{survey_response_id}/metadata/{key} | Get metadata by key for a survey response
|
|
340
|
+
*SurveyTriageApi* | [**get_triage_survey_response_triage_note**](docs/SurveyTriageApi.md#get_triage_survey_response_triage_note) | **GET** /triage/survey_responses/{survey_response_id}/triage_notes/{triage_note_id} | Get a specific triage note
|
|
341
|
+
*SurveyTriageApi* | [**list_triage_survey_response_triage_notes**](docs/SurveyTriageApi.md#list_triage_survey_response_triage_notes) | **GET** /triage/survey_responses/{survey_response_id}/triage_notes | List triage notes for a survey response
|
|
342
|
+
*SurveyTriageApi* | [**list_triage_survey_responses**](docs/SurveyTriageApi.md#list_triage_survey_responses) | **GET** /triage/survey_responses | List survey responses for triage
|
|
343
|
+
*SurveyTriageApi* | [**patch_triage_survey_response**](docs/SurveyTriageApi.md#patch_triage_survey_response) | **PATCH** /triage/survey_responses/{survey_response_id} | Partial update survey response for triage
|
|
344
|
+
*TeamsApi* | [**bulk_create_team_metadata**](docs/TeamsApi.md#bulk_create_team_metadata) | **POST** /teams/{team_id}/metadata/bulk | Bulk create team metadata
|
|
345
|
+
*TeamsApi* | [**bulk_replace_team_metadata**](docs/TeamsApi.md#bulk_replace_team_metadata) | **PUT** /teams/{team_id}/metadata/bulk | Bulk replace team metadata
|
|
346
|
+
*TeamsApi* | [**bulk_upsert_team_metadata**](docs/TeamsApi.md#bulk_upsert_team_metadata) | **PATCH** /teams/{team_id}/metadata/bulk | Bulk upsert team metadata
|
|
347
|
+
*TeamsApi* | [**create_team**](docs/TeamsApi.md#create_team) | **POST** /teams | Create a team
|
|
348
|
+
*TeamsApi* | [**create_team_metadata**](docs/TeamsApi.md#create_team_metadata) | **POST** /teams/{team_id}/metadata | Create team metadata
|
|
349
|
+
*TeamsApi* | [**delete_team**](docs/TeamsApi.md#delete_team) | **DELETE** /teams/{team_id} | Delete a team
|
|
350
|
+
*TeamsApi* | [**delete_team_metadata**](docs/TeamsApi.md#delete_team_metadata) | **DELETE** /teams/{team_id}/metadata/{key} | Delete team metadata
|
|
351
|
+
*TeamsApi* | [**get_team**](docs/TeamsApi.md#get_team) | **GET** /teams/{team_id} | Get a team
|
|
352
|
+
*TeamsApi* | [**get_team_metadata**](docs/TeamsApi.md#get_team_metadata) | **GET** /teams/{team_id}/metadata | Get team metadata
|
|
353
|
+
*TeamsApi* | [**list_teams**](docs/TeamsApi.md#list_teams) | **GET** /teams | List teams
|
|
354
|
+
*TeamsApi* | [**patch_team**](docs/TeamsApi.md#patch_team) | **PATCH** /teams/{team_id} | Patch a team
|
|
355
|
+
*TeamsApi* | [**update_team**](docs/TeamsApi.md#update_team) | **PUT** /teams/{team_id} | Update a team
|
|
356
|
+
*TeamsApi* | [**update_team_metadata**](docs/TeamsApi.md#update_team_metadata) | **PUT** /teams/{team_id}/metadata/{key} | Update team metadata
|
|
357
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_diagram_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_diagram_metadata) | **POST** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/bulk | Bulk create diagram metadata
|
|
358
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_document_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_document_metadata) | **POST** /threat_models/{threat_model_id}/documents/{document_id}/metadata/bulk | Bulk create document metadata
|
|
359
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_note_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_note_metadata) | **POST** /threat_models/{threat_model_id}/notes/{note_id}/metadata/bulk | Bulk create note metadata
|
|
360
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_repository_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_repository_metadata) | **POST** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/bulk | Bulk create source metadata
|
|
361
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_metadata) | **POST** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/bulk | Bulk create threat metadata
|
|
362
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_asset_metadata) | **POST** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/bulk | Bulk create asset metadata
|
|
363
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_assets**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_assets) | **POST** /threat_models/{threat_model_id}/assets/bulk | Bulk create assets
|
|
364
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_documents**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_documents) | **POST** /threat_models/{threat_model_id}/documents/bulk | Bulk create documents
|
|
365
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_metadata) | **POST** /threat_models/{threat_model_id}/metadata/bulk | Bulk create threat model metadata
|
|
366
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_repositories**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_repositories) | **POST** /threat_models/{threat_model_id}/repositories/bulk | Bulk create sources
|
|
367
|
+
*ThreatModelSubResourcesApi* | [**bulk_create_threat_model_threats**](docs/ThreatModelSubResourcesApi.md#bulk_create_threat_model_threats) | **POST** /threat_models/{threat_model_id}/threats/bulk | Bulk create threats
|
|
368
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_diagram_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_diagram_metadata) | **PUT** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/bulk | Bulk replace diagram metadata
|
|
369
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_document_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_document_metadata) | **PUT** /threat_models/{threat_model_id}/documents/{document_id}/metadata/bulk | Bulk replace document metadata
|
|
370
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_note_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_note_metadata) | **PUT** /threat_models/{threat_model_id}/notes/{note_id}/metadata/bulk | Bulk replace note metadata
|
|
371
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_repository_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_repository_metadata) | **PUT** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/bulk | Bulk replace repository metadata
|
|
372
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_threat_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_threat_metadata) | **PUT** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/bulk | Bulk replace threat metadata
|
|
373
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_threat_model_asset_metadata) | **PUT** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/bulk | Bulk replace asset metadata
|
|
374
|
+
*ThreatModelSubResourcesApi* | [**bulk_replace_threat_model_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_replace_threat_model_metadata) | **PUT** /threat_models/{threat_model_id}/metadata/bulk | Bulk replace threat model metadata
|
|
375
|
+
*ThreatModelSubResourcesApi* | [**bulk_update_threat_model_threats**](docs/ThreatModelSubResourcesApi.md#bulk_update_threat_model_threats) | **PUT** /threat_models/{threat_model_id}/threats/bulk | Bulk update threats
|
|
376
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_diagram_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_diagram_metadata) | **PATCH** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/bulk | Bulk upsert diagram metadata
|
|
377
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_document_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_document_metadata) | **PATCH** /threat_models/{threat_model_id}/documents/{document_id}/metadata/bulk | Bulk upsert document metadata
|
|
378
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_note_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_note_metadata) | **PATCH** /threat_models/{threat_model_id}/notes/{note_id}/metadata/bulk | Bulk upsert note metadata
|
|
379
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_repository_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_repository_metadata) | **PATCH** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/bulk | Bulk upsert repository metadata
|
|
380
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_metadata) | **PATCH** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/bulk | Bulk upsert threat metadata
|
|
381
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_model_asset_metadata) | **PATCH** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/bulk | Bulk upsert asset metadata
|
|
382
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_model_assets**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_model_assets) | **PUT** /threat_models/{threat_model_id}/assets/bulk | Bulk upsert assets
|
|
383
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_model_documents**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_model_documents) | **PUT** /threat_models/{threat_model_id}/documents/bulk | Bulk upsert documents
|
|
384
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_model_metadata**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_model_metadata) | **PATCH** /threat_models/{threat_model_id}/metadata/bulk | Bulk upsert threat model metadata
|
|
385
|
+
*ThreatModelSubResourcesApi* | [**bulk_upsert_threat_model_repositories**](docs/ThreatModelSubResourcesApi.md#bulk_upsert_threat_model_repositories) | **PUT** /threat_models/{threat_model_id}/repositories/bulk | Bulk upsert repositories
|
|
386
|
+
*ThreatModelSubResourcesApi* | [**create_diagram_metadata**](docs/ThreatModelSubResourcesApi.md#create_diagram_metadata) | **POST** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata | Create diagram metadata
|
|
387
|
+
*ThreatModelSubResourcesApi* | [**create_document_metadata**](docs/ThreatModelSubResourcesApi.md#create_document_metadata) | **POST** /threat_models/{threat_model_id}/documents/{document_id}/metadata | Create document metadata
|
|
388
|
+
*ThreatModelSubResourcesApi* | [**create_note_metadata**](docs/ThreatModelSubResourcesApi.md#create_note_metadata) | **POST** /threat_models/{threat_model_id}/notes/{note_id}/metadata | Create note metadata
|
|
389
|
+
*ThreatModelSubResourcesApi* | [**create_repository_metadata**](docs/ThreatModelSubResourcesApi.md#create_repository_metadata) | **POST** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata | Create source metadata
|
|
390
|
+
*ThreatModelSubResourcesApi* | [**create_threat_metadata**](docs/ThreatModelSubResourcesApi.md#create_threat_metadata) | **POST** /threat_models/{threat_model_id}/threats/{threat_id}/metadata | Create threat metadata
|
|
391
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_asset**](docs/ThreatModelSubResourcesApi.md#create_threat_model_asset) | **POST** /threat_models/{threat_model_id}/assets | Create a new asset
|
|
392
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#create_threat_model_asset_metadata) | **POST** /threat_models/{threat_model_id}/assets/{asset_id}/metadata | Add metadata to an asset
|
|
393
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_diagram**](docs/ThreatModelSubResourcesApi.md#create_threat_model_diagram) | **POST** /threat_models/{threat_model_id}/diagrams | Create a new diagram
|
|
394
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_document**](docs/ThreatModelSubResourcesApi.md#create_threat_model_document) | **POST** /threat_models/{threat_model_id}/documents | Create a new document
|
|
395
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_metadata**](docs/ThreatModelSubResourcesApi.md#create_threat_model_metadata) | **POST** /threat_models/{threat_model_id}/metadata | Create threat model metadata
|
|
396
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_note**](docs/ThreatModelSubResourcesApi.md#create_threat_model_note) | **POST** /threat_models/{threat_model_id}/notes | Create a new note
|
|
397
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_repository**](docs/ThreatModelSubResourcesApi.md#create_threat_model_repository) | **POST** /threat_models/{threat_model_id}/repositories | Create a new source reference
|
|
398
|
+
*ThreatModelSubResourcesApi* | [**create_threat_model_threat**](docs/ThreatModelSubResourcesApi.md#create_threat_model_threat) | **POST** /threat_models/{threat_model_id}/threats | Create a new threat
|
|
399
|
+
*ThreatModelSubResourcesApi* | [**delete_diagram_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_diagram_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/{key} | Delete diagram metadata by key
|
|
400
|
+
*ThreatModelSubResourcesApi* | [**delete_document_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_document_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/documents/{document_id}/metadata/{key} | Delete document metadata by key
|
|
401
|
+
*ThreatModelSubResourcesApi* | [**delete_note_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_note_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/notes/{note_id}/metadata/{key} | Delete note metadata by key
|
|
402
|
+
*ThreatModelSubResourcesApi* | [**delete_repository_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_repository_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/{key} | Delete source metadata by key
|
|
403
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_threat_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/{key} | Delete threat metadata by key
|
|
404
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_asset**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_asset) | **DELETE** /threat_models/{threat_model_id}/assets/{asset_id} | Delete an asset
|
|
405
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_asset_metadata) | **DELETE** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/{key} | Delete asset metadata
|
|
406
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_diagram**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_diagram) | **DELETE** /threat_models/{threat_model_id}/diagrams/{diagram_id} | Delete a diagram
|
|
407
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_document**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_document) | **DELETE** /threat_models/{threat_model_id}/documents/{document_id} | Delete a document
|
|
408
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_metadata_by_key) | **DELETE** /threat_models/{threat_model_id}/metadata/{key} | Delete threat model metadata by key
|
|
409
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_note**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_note) | **DELETE** /threat_models/{threat_model_id}/notes/{note_id} | Delete a note
|
|
410
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_repository**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_repository) | **DELETE** /threat_models/{threat_model_id}/repositories/{repository_id} | Delete a source reference
|
|
411
|
+
*ThreatModelSubResourcesApi* | [**delete_threat_model_threat**](docs/ThreatModelSubResourcesApi.md#delete_threat_model_threat) | **DELETE** /threat_models/{threat_model_id}/threats/{threat_id} | Delete a threat
|
|
412
|
+
*ThreatModelSubResourcesApi* | [**get_diagram_metadata**](docs/ThreatModelSubResourcesApi.md#get_diagram_metadata) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata | Get diagram metadata
|
|
413
|
+
*ThreatModelSubResourcesApi* | [**get_diagram_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_diagram_metadata_by_key) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/{key} | Get diagram metadata by key
|
|
414
|
+
*ThreatModelSubResourcesApi* | [**get_diagram_model**](docs/ThreatModelSubResourcesApi.md#get_diagram_model) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id}/model | Get minimal diagram model for automated analysis
|
|
415
|
+
*ThreatModelSubResourcesApi* | [**get_document_metadata**](docs/ThreatModelSubResourcesApi.md#get_document_metadata) | **GET** /threat_models/{threat_model_id}/documents/{document_id}/metadata | Get document metadata
|
|
416
|
+
*ThreatModelSubResourcesApi* | [**get_document_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_document_metadata_by_key) | **GET** /threat_models/{threat_model_id}/documents/{document_id}/metadata/{key} | Get document metadata by key
|
|
417
|
+
*ThreatModelSubResourcesApi* | [**get_note_metadata**](docs/ThreatModelSubResourcesApi.md#get_note_metadata) | **GET** /threat_models/{threat_model_id}/notes/{note_id}/metadata | Get note metadata
|
|
418
|
+
*ThreatModelSubResourcesApi* | [**get_note_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_note_metadata_by_key) | **GET** /threat_models/{threat_model_id}/notes/{note_id}/metadata/{key} | Get note metadata by key
|
|
419
|
+
*ThreatModelSubResourcesApi* | [**get_repository_metadata**](docs/ThreatModelSubResourcesApi.md#get_repository_metadata) | **GET** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata | Get source metadata
|
|
420
|
+
*ThreatModelSubResourcesApi* | [**get_repository_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_repository_metadata_by_key) | **GET** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/{key} | Get source metadata by key
|
|
421
|
+
*ThreatModelSubResourcesApi* | [**get_threat_metadata**](docs/ThreatModelSubResourcesApi.md#get_threat_metadata) | **GET** /threat_models/{threat_model_id}/threats/{threat_id}/metadata | Get threat metadata
|
|
422
|
+
*ThreatModelSubResourcesApi* | [**get_threat_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_threat_metadata_by_key) | **GET** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/{key} | Get threat metadata by key
|
|
423
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_asset**](docs/ThreatModelSubResourcesApi.md#get_threat_model_asset) | **GET** /threat_models/{threat_model_id}/assets/{asset_id} | Get a specific asset
|
|
424
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#get_threat_model_asset_metadata) | **GET** /threat_models/{threat_model_id}/assets/{asset_id}/metadata | Get all metadata for an asset
|
|
425
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_asset_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_threat_model_asset_metadata_by_key) | **GET** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/{key} | Get specific metadata for an asset
|
|
426
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_assets**](docs/ThreatModelSubResourcesApi.md#get_threat_model_assets) | **GET** /threat_models/{threat_model_id}/assets | List assets in a threat model
|
|
427
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_diagram**](docs/ThreatModelSubResourcesApi.md#get_threat_model_diagram) | **GET** /threat_models/{threat_model_id}/diagrams/{diagram_id} | Get a specific diagram
|
|
428
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_diagrams**](docs/ThreatModelSubResourcesApi.md#get_threat_model_diagrams) | **GET** /threat_models/{threat_model_id}/diagrams | List threat model diagrams
|
|
429
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_document**](docs/ThreatModelSubResourcesApi.md#get_threat_model_document) | **GET** /threat_models/{threat_model_id}/documents/{document_id} | Get a specific document
|
|
430
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_documents**](docs/ThreatModelSubResourcesApi.md#get_threat_model_documents) | **GET** /threat_models/{threat_model_id}/documents | List documents in a threat model
|
|
431
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_metadata**](docs/ThreatModelSubResourcesApi.md#get_threat_model_metadata) | **GET** /threat_models/{threat_model_id}/metadata | Get threat model metadata
|
|
432
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#get_threat_model_metadata_by_key) | **GET** /threat_models/{threat_model_id}/metadata/{key} | Get threat model metadata by key
|
|
433
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_note**](docs/ThreatModelSubResourcesApi.md#get_threat_model_note) | **GET** /threat_models/{threat_model_id}/notes/{note_id} | Get a specific note
|
|
434
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_notes**](docs/ThreatModelSubResourcesApi.md#get_threat_model_notes) | **GET** /threat_models/{threat_model_id}/notes | List notes in a threat model
|
|
435
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_repositories**](docs/ThreatModelSubResourcesApi.md#get_threat_model_repositories) | **GET** /threat_models/{threat_model_id}/repositories | List sources in a threat model
|
|
436
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_repository**](docs/ThreatModelSubResourcesApi.md#get_threat_model_repository) | **GET** /threat_models/{threat_model_id}/repositories/{repository_id} | Get a specific source reference
|
|
437
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_threat**](docs/ThreatModelSubResourcesApi.md#get_threat_model_threat) | **GET** /threat_models/{threat_model_id}/threats/{threat_id} | Get a specific threat
|
|
438
|
+
*ThreatModelSubResourcesApi* | [**get_threat_model_threats**](docs/ThreatModelSubResourcesApi.md#get_threat_model_threats) | **GET** /threat_models/{threat_model_id}/threats | List threats in a threat model
|
|
439
|
+
*ThreatModelSubResourcesApi* | [**patch_threat_model_diagram**](docs/ThreatModelSubResourcesApi.md#patch_threat_model_diagram) | **PATCH** /threat_models/{threat_model_id}/diagrams/{diagram_id} | Partially update a diagram
|
|
440
|
+
*ThreatModelSubResourcesApi* | [**patch_threat_model_threat**](docs/ThreatModelSubResourcesApi.md#patch_threat_model_threat) | **PATCH** /threat_models/{threat_model_id}/threats/{threat_id} | Partially update a threat
|
|
441
|
+
*ThreatModelSubResourcesApi* | [**restore_asset**](docs/ThreatModelSubResourcesApi.md#restore_asset) | **POST** /threat_models/{threat_model_id}/assets/{asset_id}/restore | Restore a soft-deleted asset
|
|
442
|
+
*ThreatModelSubResourcesApi* | [**restore_diagram**](docs/ThreatModelSubResourcesApi.md#restore_diagram) | **POST** /threat_models/{threat_model_id}/diagrams/{diagram_id}/restore | Restore a soft-deleted diagram
|
|
443
|
+
*ThreatModelSubResourcesApi* | [**restore_document**](docs/ThreatModelSubResourcesApi.md#restore_document) | **POST** /threat_models/{threat_model_id}/documents/{document_id}/restore | Restore a soft-deleted document
|
|
444
|
+
*ThreatModelSubResourcesApi* | [**restore_note**](docs/ThreatModelSubResourcesApi.md#restore_note) | **POST** /threat_models/{threat_model_id}/notes/{note_id}/restore | Restore a soft-deleted note
|
|
445
|
+
*ThreatModelSubResourcesApi* | [**restore_repository**](docs/ThreatModelSubResourcesApi.md#restore_repository) | **POST** /threat_models/{threat_model_id}/repositories/{repository_id}/restore | Restore a soft-deleted repository
|
|
446
|
+
*ThreatModelSubResourcesApi* | [**restore_threat**](docs/ThreatModelSubResourcesApi.md#restore_threat) | **POST** /threat_models/{threat_model_id}/threats/{threat_id}/restore | Restore a soft-deleted threat
|
|
447
|
+
*ThreatModelSubResourcesApi* | [**update_diagram_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_diagram_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/diagrams/{diagram_id}/metadata/{key} | Update diagram metadata by key
|
|
448
|
+
*ThreatModelSubResourcesApi* | [**update_document_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_document_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/documents/{document_id}/metadata/{key} | Update document metadata by key
|
|
449
|
+
*ThreatModelSubResourcesApi* | [**update_note_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_note_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/notes/{note_id}/metadata/{key} | Update note metadata by key
|
|
450
|
+
*ThreatModelSubResourcesApi* | [**update_repository_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_repository_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/repositories/{repository_id}/metadata/{key} | Update source metadata by key
|
|
451
|
+
*ThreatModelSubResourcesApi* | [**update_threat_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_threat_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/threats/{threat_id}/metadata/{key} | Update threat metadata by key
|
|
452
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_asset**](docs/ThreatModelSubResourcesApi.md#update_threat_model_asset) | **PUT** /threat_models/{threat_model_id}/assets/{asset_id} | Update an asset
|
|
453
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_asset_metadata**](docs/ThreatModelSubResourcesApi.md#update_threat_model_asset_metadata) | **PUT** /threat_models/{threat_model_id}/assets/{asset_id}/metadata/{key} | Update asset metadata
|
|
454
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_diagram**](docs/ThreatModelSubResourcesApi.md#update_threat_model_diagram) | **PUT** /threat_models/{threat_model_id}/diagrams/{diagram_id} | Update a diagram
|
|
455
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_document**](docs/ThreatModelSubResourcesApi.md#update_threat_model_document) | **PUT** /threat_models/{threat_model_id}/documents/{document_id} | Update a document
|
|
456
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_metadata_by_key**](docs/ThreatModelSubResourcesApi.md#update_threat_model_metadata_by_key) | **PUT** /threat_models/{threat_model_id}/metadata/{key} | Update threat model metadata by key
|
|
457
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_note**](docs/ThreatModelSubResourcesApi.md#update_threat_model_note) | **PUT** /threat_models/{threat_model_id}/notes/{note_id} | Update a note
|
|
458
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_repository**](docs/ThreatModelSubResourcesApi.md#update_threat_model_repository) | **PUT** /threat_models/{threat_model_id}/repositories/{repository_id} | Update a source reference
|
|
459
|
+
*ThreatModelSubResourcesApi* | [**update_threat_model_threat**](docs/ThreatModelSubResourcesApi.md#update_threat_model_threat) | **PUT** /threat_models/{threat_model_id}/threats/{threat_id} | Update a threat
|
|
460
|
+
*ThreatModelsApi* | [**create_threat_model**](docs/ThreatModelsApi.md#create_threat_model) | **POST** /threat_models | Create a threat model
|
|
461
|
+
*ThreatModelsApi* | [**delete_threat_model**](docs/ThreatModelsApi.md#delete_threat_model) | **DELETE** /threat_models/{threat_model_id} | Delete a threat model
|
|
462
|
+
*ThreatModelsApi* | [**get_threat_model**](docs/ThreatModelsApi.md#get_threat_model) | **GET** /threat_models/{threat_model_id} | Retrieve a threat model
|
|
463
|
+
*ThreatModelsApi* | [**list_threat_models**](docs/ThreatModelsApi.md#list_threat_models) | **GET** /threat_models | List threat models
|
|
464
|
+
*ThreatModelsApi* | [**patch_threat_model**](docs/ThreatModelsApi.md#patch_threat_model) | **PATCH** /threat_models/{threat_model_id} | Partially update a threat model
|
|
465
|
+
*ThreatModelsApi* | [**restore_threat_model**](docs/ThreatModelsApi.md#restore_threat_model) | **POST** /threat_models/{threat_model_id}/restore | Restore a soft-deleted threat model
|
|
466
|
+
*ThreatModelsApi* | [**update_threat_model**](docs/ThreatModelsApi.md#update_threat_model) | **PUT** /threat_models/{threat_model_id} | Update a threat model
|
|
467
|
+
*ThreatsApi* | [**bulk_delete_threat_model_threats**](docs/ThreatsApi.md#bulk_delete_threat_model_threats) | **DELETE** /threat_models/{threat_model_id}/threats/bulk | Bulk DELETE threats
|
|
468
|
+
*ThreatsApi* | [**bulk_patch_threat_model_threats**](docs/ThreatsApi.md#bulk_patch_threat_model_threats) | **PATCH** /threat_models/{threat_model_id}/threats/bulk | Bulk PATCH threats
|
|
469
|
+
*UserAccountApi* | [**create_current_user_preferences**](docs/UserAccountApi.md#create_current_user_preferences) | **POST** /me/preferences | Create user preferences
|
|
470
|
+
*UserAccountApi* | [**get_current_user_preferences**](docs/UserAccountApi.md#get_current_user_preferences) | **GET** /me/preferences | Get user preferences
|
|
471
|
+
*UserAccountApi* | [**update_current_user_preferences**](docs/UserAccountApi.md#update_current_user_preferences) | **PUT** /me/preferences | Update user preferences
|
|
472
|
+
*UsersApi* | [**delete_user_account**](docs/UsersApi.md#delete_user_account) | **DELETE** /me | Delete authenticated user account and all data
|
|
473
|
+
*UsersApi* | [**logout_current_user**](docs/UsersApi.md#logout_current_user) | **POST** /me/logout | Logout current user
|
|
474
|
+
*UsersApi* | [**transfer_current_user_ownership**](docs/UsersApi.md#transfer_current_user_ownership) | **POST** /me/transfer | Transfer ownership of all owned resources
|
|
475
|
+
*WebSocketApi* | [**get_ws_ticket**](docs/WebSocketApi.md#get_ws_ticket) | **GET** /ws/ticket | Get a WebSocket authentication ticket
|
|
476
|
+
*WebhooksApi* | [**create_webhook_subscription**](docs/WebhooksApi.md#create_webhook_subscription) | **POST** /webhooks/subscriptions | Create webhook subscription
|
|
477
|
+
*WebhooksApi* | [**delete_webhook_subscription**](docs/WebhooksApi.md#delete_webhook_subscription) | **DELETE** /webhooks/subscriptions/{webhook_id} | Delete webhook subscription
|
|
478
|
+
*WebhooksApi* | [**get_webhook_delivery**](docs/WebhooksApi.md#get_webhook_delivery) | **GET** /webhooks/deliveries/{delivery_id} | Get webhook delivery
|
|
479
|
+
*WebhooksApi* | [**get_webhook_subscription**](docs/WebhooksApi.md#get_webhook_subscription) | **GET** /webhooks/subscriptions/{webhook_id} | Get webhook subscription
|
|
480
|
+
*WebhooksApi* | [**list_webhook_deliveries**](docs/WebhooksApi.md#list_webhook_deliveries) | **GET** /webhooks/deliveries | List webhook deliveries
|
|
481
|
+
*WebhooksApi* | [**list_webhook_subscriptions**](docs/WebhooksApi.md#list_webhook_subscriptions) | **GET** /webhooks/subscriptions | List webhook subscriptions
|
|
482
|
+
*WebhooksApi* | [**test_webhook_subscription**](docs/WebhooksApi.md#test_webhook_subscription) | **POST** /webhooks/subscriptions/{webhook_id}/test | Test webhook subscription
|
|
483
|
+
|
|
484
|
+
## Documentation For Models
|
|
485
|
+
|
|
486
|
+
- [AddGroupMemberRequest](docs/AddGroupMemberRequest.md)
|
|
487
|
+
- [AddonInvocationQuota](docs/AddonInvocationQuota.md)
|
|
488
|
+
- [AddonParameter](docs/AddonParameter.md)
|
|
489
|
+
- [AddonQuotaUpdate](docs/AddonQuotaUpdate.md)
|
|
490
|
+
- [AddonResponse](docs/AddonResponse.md)
|
|
491
|
+
- [AdminGroup](docs/AdminGroup.md)
|
|
492
|
+
- [AdminGroupListResponse](docs/AdminGroupListResponse.md)
|
|
493
|
+
- [AdminUser](docs/AdminUser.md)
|
|
494
|
+
- [AdminUserListResponse](docs/AdminUserListResponse.md)
|
|
495
|
+
- [AllOfCollaborationSessionHost](docs/AllOfCollaborationSessionHost.md)
|
|
496
|
+
- [AllOfCollaborationSessionPresenter](docs/AllOfCollaborationSessionPresenter.md)
|
|
497
|
+
- [AllOfInvocationResponseInvokedBy](docs/AllOfInvocationResponseInvokedBy.md)
|
|
498
|
+
- [AllOfMinimalEdgeSource](docs/AllOfMinimalEdgeSource.md)
|
|
499
|
+
- [AllOfMinimalEdgeTarget](docs/AllOfMinimalEdgeTarget.md)
|
|
500
|
+
- [AllOfProjectBaseStatus](docs/AllOfProjectBaseStatus.md)
|
|
501
|
+
- [AllOfProjectListItemStatus](docs/AllOfProjectListItemStatus.md)
|
|
502
|
+
- [AllOfResponsiblePartyUser](docs/AllOfResponsiblePartyUser.md)
|
|
503
|
+
- [AllOfRollbackResponseAuditEntry](docs/AllOfRollbackResponseAuditEntry.md)
|
|
504
|
+
- [AllOfSurveyListItemCreatedBy](docs/AllOfSurveyListItemCreatedBy.md)
|
|
505
|
+
- [AllOfSurveyResponseListItemOwner](docs/AllOfSurveyResponseListItemOwner.md)
|
|
506
|
+
- [AllOfTMListItemCreatedBy](docs/AllOfTMListItemCreatedBy.md)
|
|
507
|
+
- [AllOfTMListItemOwner](docs/AllOfTMListItemOwner.md)
|
|
508
|
+
- [AllOfTMListItemSecurityReviewer](docs/AllOfTMListItemSecurityReviewer.md)
|
|
509
|
+
- [AllOfTeamBaseStatus](docs/AllOfTeamBaseStatus.md)
|
|
510
|
+
- [AllOfTeamListItemStatus](docs/AllOfTeamListItemStatus.md)
|
|
511
|
+
- [AllOfTeamMemberUser](docs/AllOfTeamMemberUser.md)
|
|
512
|
+
- [AllOfThreatModelBaseOwner](docs/AllOfThreatModelBaseOwner.md)
|
|
513
|
+
- [AllOfThreatModelBaseSecurityReviewer](docs/AllOfThreatModelBaseSecurityReviewer.md)
|
|
514
|
+
- [AllOfTriageNoteListItemCreatedBy](docs/AllOfTriageNoteListItemCreatedBy.md)
|
|
515
|
+
- [ApiInfo](docs/ApiInfo.md)
|
|
516
|
+
- [ApiInfoApi](docs/ApiInfoApi.md)
|
|
517
|
+
- [ApiInfoHealth](docs/ApiInfoHealth.md)
|
|
518
|
+
- [ApiInfoOperator](docs/ApiInfoOperator.md)
|
|
519
|
+
- [ApiInfoService](docs/ApiInfoService.md)
|
|
520
|
+
- [ApiInfoStatus](docs/ApiInfoStatus.md)
|
|
521
|
+
- [Asset](docs/Asset.md)
|
|
522
|
+
- [AssetBase](docs/AssetBase.md)
|
|
523
|
+
- [AssetInput](docs/AssetInput.md)
|
|
524
|
+
- [AuditActor](docs/AuditActor.md)
|
|
525
|
+
- [AuditEntry](docs/AuditEntry.md)
|
|
526
|
+
- [AuthTokenResponse](docs/AuthTokenResponse.md)
|
|
527
|
+
- [Authorization](docs/Authorization.md)
|
|
528
|
+
- [BaseDiagram](docs/BaseDiagram.md)
|
|
529
|
+
- [BaseDiagramImage](docs/BaseDiagramImage.md)
|
|
530
|
+
- [BaseDiagramInput](docs/BaseDiagramInput.md)
|
|
531
|
+
- [BulkPatchRequest](docs/BulkPatchRequest.md)
|
|
532
|
+
- [BulkPatchRequestPatches](docs/BulkPatchRequestPatches.md)
|
|
533
|
+
- [CVSSScore](docs/CVSSScore.md)
|
|
534
|
+
- [Cell](docs/Cell.md)
|
|
535
|
+
- [CellData](docs/CellData.md)
|
|
536
|
+
- [ClientConfig](docs/ClientConfig.md)
|
|
537
|
+
- [ClientConfigFeatures](docs/ClientConfigFeatures.md)
|
|
538
|
+
- [ClientConfigLimits](docs/ClientConfigLimits.md)
|
|
539
|
+
- [ClientConfigOperator](docs/ClientConfigOperator.md)
|
|
540
|
+
- [ClientConfigUi](docs/ClientConfigUi.md)
|
|
541
|
+
- [ClientCredentialInfo](docs/ClientCredentialInfo.md)
|
|
542
|
+
- [ClientCredentialResponse](docs/ClientCredentialResponse.md)
|
|
543
|
+
- [CollaborationSession](docs/CollaborationSession.md)
|
|
544
|
+
- [ColorPaletteEntry](docs/ColorPaletteEntry.md)
|
|
545
|
+
- [ComponentHealth](docs/ComponentHealth.md)
|
|
546
|
+
- [CreateAddonRequest](docs/CreateAddonRequest.md)
|
|
547
|
+
- [CreateAdminGroupRequest](docs/CreateAdminGroupRequest.md)
|
|
548
|
+
- [CreateAutomationAccountRequest](docs/CreateAutomationAccountRequest.md)
|
|
549
|
+
- [CreateAutomationAccountResponse](docs/CreateAutomationAccountResponse.md)
|
|
550
|
+
- [CreateDiagramRequest](docs/CreateDiagramRequest.md)
|
|
551
|
+
- [CreateThreatModelFromSurveyResponse](docs/CreateThreatModelFromSurveyResponse.md)
|
|
552
|
+
- [DeletionChallenge](docs/DeletionChallenge.md)
|
|
553
|
+
- [DfdDiagram](docs/DfdDiagram.md)
|
|
554
|
+
- [DfdDiagramInput](docs/DfdDiagramInput.md)
|
|
555
|
+
- [Diagram](docs/Diagram.md)
|
|
556
|
+
- [DiagramListItem](docs/DiagramListItem.md)
|
|
557
|
+
- [DiagramListItemImage](docs/DiagramListItemImage.md)
|
|
558
|
+
- [Document](docs/Document.md)
|
|
559
|
+
- [DocumentBase](docs/DocumentBase.md)
|
|
560
|
+
- [DocumentInput](docs/DocumentInput.md)
|
|
561
|
+
- [Edge](docs/Edge.md)
|
|
562
|
+
- [EdgeAttrs](docs/EdgeAttrs.md)
|
|
563
|
+
- [EdgeAttrsLine](docs/EdgeAttrsLine.md)
|
|
564
|
+
- [EdgeAttrsLineSourceMarker](docs/EdgeAttrsLineSourceMarker.md)
|
|
565
|
+
- [EdgeAttrsLineTargetMarker](docs/EdgeAttrsLineTargetMarker.md)
|
|
566
|
+
- [EdgeConnector](docs/EdgeConnector.md)
|
|
567
|
+
- [EdgeConnectorArgs](docs/EdgeConnectorArgs.md)
|
|
568
|
+
- [EdgeLabel](docs/EdgeLabel.md)
|
|
569
|
+
- [EdgeLabelAttrs](docs/EdgeLabelAttrs.md)
|
|
570
|
+
- [EdgeLabelAttrsText](docs/EdgeLabelAttrsText.md)
|
|
571
|
+
- [EdgeRouter](docs/EdgeRouter.md)
|
|
572
|
+
- [EdgeRouterArgs](docs/EdgeRouterArgs.md)
|
|
573
|
+
- [EdgeTerminal](docs/EdgeTerminal.md)
|
|
574
|
+
- [Error](docs/Error.md)
|
|
575
|
+
- [ErrorDetails](docs/ErrorDetails.md)
|
|
576
|
+
- [ExtendedAsset](docs/ExtendedAsset.md)
|
|
577
|
+
- [GroupMember](docs/GroupMember.md)
|
|
578
|
+
- [GroupMemberListResponse](docs/GroupMemberListResponse.md)
|
|
579
|
+
- [InlineResponse200](docs/InlineResponse200.md)
|
|
580
|
+
- [InlineResponse2001](docs/InlineResponse2001.md)
|
|
581
|
+
- [InlineResponse20010](docs/InlineResponse20010.md)
|
|
582
|
+
- [InlineResponse20011](docs/InlineResponse20011.md)
|
|
583
|
+
- [InlineResponse20011Errors](docs/InlineResponse20011Errors.md)
|
|
584
|
+
- [InlineResponse2002](docs/InlineResponse2002.md)
|
|
585
|
+
- [InlineResponse2002Keys](docs/InlineResponse2002Keys.md)
|
|
586
|
+
- [InlineResponse2003](docs/InlineResponse2003.md)
|
|
587
|
+
- [InlineResponse2004](docs/InlineResponse2004.md)
|
|
588
|
+
- [InlineResponse2004Providers](docs/InlineResponse2004Providers.md)
|
|
589
|
+
- [InlineResponse2005](docs/InlineResponse2005.md)
|
|
590
|
+
- [InlineResponse2005Groups](docs/InlineResponse2005Groups.md)
|
|
591
|
+
- [InlineResponse2006](docs/InlineResponse2006.md)
|
|
592
|
+
- [InlineResponse2007](docs/InlineResponse2007.md)
|
|
593
|
+
- [InlineResponse2008](docs/InlineResponse2008.md)
|
|
594
|
+
- [InlineResponse2009](docs/InlineResponse2009.md)
|
|
595
|
+
- [InlineResponse409](docs/InlineResponse409.md)
|
|
596
|
+
- [InlineResponse429](docs/InlineResponse429.md)
|
|
597
|
+
- [InlineResponse500](docs/InlineResponse500.md)
|
|
598
|
+
- [InternalUuidClientCredentialsBody](docs/InternalUuidClientCredentialsBody.md)
|
|
599
|
+
- [InvocationResponse](docs/InvocationResponse.md)
|
|
600
|
+
- [InvokeAddonRequest](docs/InvokeAddonRequest.md)
|
|
601
|
+
- [InvokeAddonResponse](docs/InvokeAddonResponse.md)
|
|
602
|
+
- [JsonPatchDocument](docs/JsonPatchDocument.md)
|
|
603
|
+
- [JsonPatchDocumentInner](docs/JsonPatchDocumentInner.md)
|
|
604
|
+
- [ListAddonQuotasResponse](docs/ListAddonQuotasResponse.md)
|
|
605
|
+
- [ListAddonsResponse](docs/ListAddonsResponse.md)
|
|
606
|
+
- [ListAssetsResponse](docs/ListAssetsResponse.md)
|
|
607
|
+
- [ListAuditTrailResponse](docs/ListAuditTrailResponse.md)
|
|
608
|
+
- [ListClientCredentialsResponse](docs/ListClientCredentialsResponse.md)
|
|
609
|
+
- [ListDiagramsResponse](docs/ListDiagramsResponse.md)
|
|
610
|
+
- [ListDocumentsResponse](docs/ListDocumentsResponse.md)
|
|
611
|
+
- [ListInvocationsResponse](docs/ListInvocationsResponse.md)
|
|
612
|
+
- [ListNotesResponse](docs/ListNotesResponse.md)
|
|
613
|
+
- [ListProjectsResponse](docs/ListProjectsResponse.md)
|
|
614
|
+
- [ListRepositoriesResponse](docs/ListRepositoriesResponse.md)
|
|
615
|
+
- [ListSurveyResponsesResponse](docs/ListSurveyResponsesResponse.md)
|
|
616
|
+
- [ListSurveysResponse](docs/ListSurveysResponse.md)
|
|
617
|
+
- [ListTeamsResponse](docs/ListTeamsResponse.md)
|
|
618
|
+
- [ListThreatModelsResponse](docs/ListThreatModelsResponse.md)
|
|
619
|
+
- [ListThreatsResponse](docs/ListThreatsResponse.md)
|
|
620
|
+
- [ListTriageNotesResponse](docs/ListTriageNotesResponse.md)
|
|
621
|
+
- [ListUserQuotasResponse](docs/ListUserQuotasResponse.md)
|
|
622
|
+
- [ListWebhookDeliveriesResponse](docs/ListWebhookDeliveriesResponse.md)
|
|
623
|
+
- [ListWebhookQuotasResponse](docs/ListWebhookQuotasResponse.md)
|
|
624
|
+
- [ListWebhookSubscriptionsResponse](docs/ListWebhookSubscriptionsResponse.md)
|
|
625
|
+
- [MeClientCredentialsBody](docs/MeClientCredentialsBody.md)
|
|
626
|
+
- [Metadata](docs/Metadata.md)
|
|
627
|
+
- [MetadataKeyBody](docs/MetadataKeyBody.md)
|
|
628
|
+
- [MetadataKeyBody1](docs/MetadataKeyBody1.md)
|
|
629
|
+
- [MetadataKeyBody2](docs/MetadataKeyBody2.md)
|
|
630
|
+
- [MetadataKeyBody3](docs/MetadataKeyBody3.md)
|
|
631
|
+
- [MetadataKeyBody4](docs/MetadataKeyBody4.md)
|
|
632
|
+
- [MetadataKeyBody5](docs/MetadataKeyBody5.md)
|
|
633
|
+
- [MinimalCell](docs/MinimalCell.md)
|
|
634
|
+
- [MinimalDiagramModel](docs/MinimalDiagramModel.md)
|
|
635
|
+
- [MinimalEdge](docs/MinimalEdge.md)
|
|
636
|
+
- [MinimalNode](docs/MinimalNode.md)
|
|
637
|
+
- [MyGroupListResponse](docs/MyGroupListResponse.md)
|
|
638
|
+
- [Node](docs/Node.md)
|
|
639
|
+
- [NodeAttrs](docs/NodeAttrs.md)
|
|
640
|
+
- [NodeAttrsBody](docs/NodeAttrsBody.md)
|
|
641
|
+
- [NodeAttrsText](docs/NodeAttrsText.md)
|
|
642
|
+
- [NodePosition](docs/NodePosition.md)
|
|
643
|
+
- [NodeSize](docs/NodeSize.md)
|
|
644
|
+
- [Note](docs/Note.md)
|
|
645
|
+
- [NoteBase](docs/NoteBase.md)
|
|
646
|
+
- [NoteInput](docs/NoteInput.md)
|
|
647
|
+
- [NoteListItem](docs/NoteListItem.md)
|
|
648
|
+
- [OAuthProtectedResourceMetadata](docs/OAuthProtectedResourceMetadata.md)
|
|
649
|
+
- [Oauth2TokenBody](docs/Oauth2TokenBody.md)
|
|
650
|
+
- [OneOfEdgeLabelPosition](docs/OneOfEdgeLabelPosition.md)
|
|
651
|
+
- [OneOfJsonPatchDocumentInnerValue](docs/OneOfJsonPatchDocumentInnerValue.md)
|
|
652
|
+
- [Participant](docs/Participant.md)
|
|
653
|
+
- [Point](docs/Point.md)
|
|
654
|
+
- [PortConfiguration](docs/PortConfiguration.md)
|
|
655
|
+
- [PortConfigurationGroups](docs/PortConfigurationGroups.md)
|
|
656
|
+
- [PortConfigurationItems](docs/PortConfigurationItems.md)
|
|
657
|
+
- [Principal](docs/Principal.md)
|
|
658
|
+
- [Project](docs/Project.md)
|
|
659
|
+
- [ProjectBase](docs/ProjectBase.md)
|
|
660
|
+
- [ProjectInput](docs/ProjectInput.md)
|
|
661
|
+
- [ProjectListItem](docs/ProjectListItem.md)
|
|
662
|
+
- [ProjectStatus](docs/ProjectStatus.md)
|
|
663
|
+
- [RelatedProject](docs/RelatedProject.md)
|
|
664
|
+
- [RelatedTeam](docs/RelatedTeam.md)
|
|
665
|
+
- [RelationshipType](docs/RelationshipType.md)
|
|
666
|
+
- [Repository](docs/Repository.md)
|
|
667
|
+
- [RepositoryBase](docs/RepositoryBase.md)
|
|
668
|
+
- [RepositoryBaseParameters](docs/RepositoryBaseParameters.md)
|
|
669
|
+
- [RepositoryInput](docs/RepositoryInput.md)
|
|
670
|
+
- [ResponsibleParty](docs/ResponsibleParty.md)
|
|
671
|
+
- [RollbackResponse](docs/RollbackResponse.md)
|
|
672
|
+
- [SAMLProviderInfo](docs/SAMLProviderInfo.md)
|
|
673
|
+
- [SamlAssertionConsumerRequest](docs/SamlAssertionConsumerRequest.md)
|
|
674
|
+
- [SamlSingleLogoutRequest](docs/SamlSingleLogoutRequest.md)
|
|
675
|
+
- [Survey](docs/Survey.md)
|
|
676
|
+
- [SurveyBase](docs/SurveyBase.md)
|
|
677
|
+
- [SurveyInput](docs/SurveyInput.md)
|
|
678
|
+
- [SurveyListItem](docs/SurveyListItem.md)
|
|
679
|
+
- [SurveyResponse](docs/SurveyResponse.md)
|
|
680
|
+
- [SurveyResponseBase](docs/SurveyResponseBase.md)
|
|
681
|
+
- [SurveyResponseCreateRequest](docs/SurveyResponseCreateRequest.md)
|
|
682
|
+
- [SurveyResponseInput](docs/SurveyResponseInput.md)
|
|
683
|
+
- [SurveyResponseListItem](docs/SurveyResponseListItem.md)
|
|
684
|
+
- [SurveySettings](docs/SurveySettings.md)
|
|
685
|
+
- [SystemSetting](docs/SystemSetting.md)
|
|
686
|
+
- [SystemSettingUpdate](docs/SystemSettingUpdate.md)
|
|
687
|
+
- [TMListItem](docs/TMListItem.md)
|
|
688
|
+
- [Team](docs/Team.md)
|
|
689
|
+
- [TeamBase](docs/TeamBase.md)
|
|
690
|
+
- [TeamInput](docs/TeamInput.md)
|
|
691
|
+
- [TeamListItem](docs/TeamListItem.md)
|
|
692
|
+
- [TeamMember](docs/TeamMember.md)
|
|
693
|
+
- [TeamMemberRole](docs/TeamMemberRole.md)
|
|
694
|
+
- [TeamStatus](docs/TeamStatus.md)
|
|
695
|
+
- [Threat](docs/Threat.md)
|
|
696
|
+
- [ThreatBase](docs/ThreatBase.md)
|
|
697
|
+
- [ThreatBulkUpdateItem](docs/ThreatBulkUpdateItem.md)
|
|
698
|
+
- [ThreatInput](docs/ThreatInput.md)
|
|
699
|
+
- [ThreatModel](docs/ThreatModel.md)
|
|
700
|
+
- [ThreatModelBase](docs/ThreatModelBase.md)
|
|
701
|
+
- [ThreatModelInput](docs/ThreatModelInput.md)
|
|
702
|
+
- [TokenIntrospectionRequest](docs/TokenIntrospectionRequest.md)
|
|
703
|
+
- [TokenRefreshRequest](docs/TokenRefreshRequest.md)
|
|
704
|
+
- [TokenRequest](docs/TokenRequest.md)
|
|
705
|
+
- [TokenRevocationRequest](docs/TokenRevocationRequest.md)
|
|
706
|
+
- [TransferOwnershipRequest](docs/TransferOwnershipRequest.md)
|
|
707
|
+
- [TransferOwnershipResult](docs/TransferOwnershipResult.md)
|
|
708
|
+
- [TransferOwnershipResultSurveyResponsesTransferred](docs/TransferOwnershipResultSurveyResponsesTransferred.md)
|
|
709
|
+
- [TransferOwnershipResultThreatModelsTransferred](docs/TransferOwnershipResultThreatModelsTransferred.md)
|
|
710
|
+
- [TriageNote](docs/TriageNote.md)
|
|
711
|
+
- [TriageNoteBase](docs/TriageNoteBase.md)
|
|
712
|
+
- [TriageNoteInput](docs/TriageNoteInput.md)
|
|
713
|
+
- [TriageNoteListItem](docs/TriageNoteListItem.md)
|
|
714
|
+
- [UpdateAdminGroupRequest](docs/UpdateAdminGroupRequest.md)
|
|
715
|
+
- [UpdateAdminUserRequest](docs/UpdateAdminUserRequest.md)
|
|
716
|
+
- [UpdateInvocationStatusRequest](docs/UpdateInvocationStatusRequest.md)
|
|
717
|
+
- [UpdateInvocationStatusResponse](docs/UpdateInvocationStatusResponse.md)
|
|
718
|
+
- [User](docs/User.md)
|
|
719
|
+
- [UserAPIQuota](docs/UserAPIQuota.md)
|
|
720
|
+
- [UserGroupMembership](docs/UserGroupMembership.md)
|
|
721
|
+
- [UserPreferences](docs/UserPreferences.md)
|
|
722
|
+
- [UserQuotaUpdate](docs/UserQuotaUpdate.md)
|
|
723
|
+
- [UserWithAdminStatus](docs/UserWithAdminStatus.md)
|
|
724
|
+
- [WebhookDelivery](docs/WebhookDelivery.md)
|
|
725
|
+
- [WebhookEventType](docs/WebhookEventType.md)
|
|
726
|
+
- [WebhookQuota](docs/WebhookQuota.md)
|
|
727
|
+
- [WebhookQuotaUpdate](docs/WebhookQuotaUpdate.md)
|
|
728
|
+
- [WebhookSubscription](docs/WebhookSubscription.md)
|
|
729
|
+
- [WebhookSubscriptionInput](docs/WebhookSubscriptionInput.md)
|
|
730
|
+
- [WebhookTestRequest](docs/WebhookTestRequest.md)
|
|
731
|
+
- [WebhookTestResponse](docs/WebhookTestResponse.md)
|
|
732
|
+
- [WsTicketResponse](docs/WsTicketResponse.md)
|
|
733
|
+
|
|
734
|
+
## Documentation For Authorization
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
## bearerAuth
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
## Author
|
|
742
|
+
|
|
743
|
+
api@tmi.local.dev
|