spartera_api_sdk 0.3.7 → 1.0.58
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.
- checksums.yaml +4 -4
- data/Gemfile +5 -3
- data/Gemfile.lock +69 -0
- data/README.md +324 -336
- data/config.json +10 -0
- data/docs/APIKeysApi.md +102 -286
- data/docs/Alert.md +36 -0
- data/docs/AlertsApi.md +163 -177
- data/docs/Apikey.md +36 -0
- data/docs/Asset.md +110 -0
- data/docs/AssetPriceHistoryApi.md +178 -202
- data/docs/Assetpricehistory.md +38 -0
- data/docs/AssetsApi.md +352 -418
- data/docs/CloudProvidersApi.md +233 -49
- data/docs/Cloudprovider.md +30 -0
- data/docs/CompaniesApi.md +171 -357
- data/docs/Company.md +44 -0
- data/docs/Connection.md +54 -0
- data/docs/ConnectionsApi.md +139 -249
- data/docs/Favorite.md +36 -0
- data/docs/FavoritesApi.md +183 -199
- data/docs/User.md +34 -0
- data/docs/UsersApi.md +97 -379
- data/example.rb +51 -0
- data/git_push.sh +2 -2
- data/lib/spartera_api_sdk/api/alerts_api.rb +176 -423
- data/lib/spartera_api_sdk/api/api_keys_api.rb +95 -496
- data/lib/spartera_api_sdk/api/asset_price_history_api.rb +177 -468
- data/lib/spartera_api_sdk/api/assets_api.rb +358 -806
- data/lib/spartera_api_sdk/api/cloud_providers_api.rb +199 -74
- data/lib/spartera_api_sdk/api/companies_api.rb +146 -660
- data/lib/spartera_api_sdk/api/connections_api.rb +139 -466
- data/lib/spartera_api_sdk/api/favorites_api.rb +204 -464
- data/lib/spartera_api_sdk/api/users_api.rb +95 -619
- data/lib/spartera_api_sdk/api_client.rb +4 -8
- data/lib/spartera_api_sdk/api_error.rb +2 -2
- data/lib/spartera_api_sdk/configuration.rb +12 -4
- data/lib/spartera_api_sdk/models/{alerts.rb → alert.rb} +139 -46
- data/lib/spartera_api_sdk/models/{api_keys.rb → apikey.rb} +124 -98
- data/lib/spartera_api_sdk/models/asset.rb +686 -0
- data/lib/spartera_api_sdk/models/{asset_price_history.rb → assetpricehistory.rb} +180 -44
- data/lib/spartera_api_sdk/models/{cloud_providers.rb → cloudprovider.rb} +111 -35
- data/lib/spartera_api_sdk/models/{companies.rb → company.rb} +105 -90
- data/lib/spartera_api_sdk/models/{connections.rb → connection.rb} +186 -69
- data/lib/spartera_api_sdk/models/error.rb +76 -3
- data/lib/spartera_api_sdk/models/{favorites.rb → favorite.rb} +111 -38
- data/lib/spartera_api_sdk/models/inline_object.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object1.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object2.rb +76 -3
- data/lib/spartera_api_sdk/models/inline_object3.rb +76 -3
- data/lib/spartera_api_sdk/models/{users.rb → user.rb} +108 -112
- data/lib/spartera_api_sdk/version.rb +3 -3
- data/lib/spartera_api_sdk.rb +11 -150
- data/spartera_api_sdk.gemspec +8 -19
- data/spec/api/alerts_api_spec.rb +51 -51
- data/spec/api/api_keys_api_spec.rb +30 -67
- data/spec/api/asset_price_history_api_spec.rb +53 -57
- data/spec/api/assets_api_spec.rb +99 -114
- data/spec/api/cloud_providers_api_spec.rb +42 -15
- data/spec/api/companies_api_spec.rb +47 -99
- data/spec/api/connections_api_spec.rb +41 -63
- data/spec/api/favorites_api_spec.rb +56 -56
- data/spec/api/users_api_spec.rb +29 -88
- data/spec/models/{postgen_integrations_spec.rb → alert_spec.rb} +17 -17
- data/spec/models/{api_keys_update_spec.rb → apikey_spec.rb} +20 -14
- data/spec/models/{endpoints_spec.rb → asset_spec.rb} +83 -69
- data/spec/models/{api_keys_spec.rb → assetpricehistory_spec.rb} +19 -25
- data/spec/models/{cloud_providers_spec.rb → cloudprovider_spec.rb} +20 -14
- data/spec/models/{companies_spec.rb → company_spec.rb} +16 -26
- data/spec/models/{posts_input_spec.rb → connection_spec.rb} +27 -51
- data/spec/models/error_spec.rb +3 -3
- data/spec/models/{favorites_spec.rb → favorite_spec.rb} +23 -17
- data/spec/models/inline_object1_spec.rb +3 -3
- data/spec/models/inline_object2_spec.rb +3 -3
- data/spec/models/inline_object3_spec.rb +3 -3
- data/spec/models/inline_object_spec.rb +3 -3
- data/spec/models/{api_keys_input_spec.rb → user_spec.rb} +15 -15
- data/spec/spec_helper.rb +2 -2
- data/test.sh +42 -0
- metadata +77 -615
- data/CHANGELOG.md +0 -13
- data/docs/Alerts.md +0 -30
- data/docs/AlertsInput.md +0 -24
- data/docs/AlertsUpdate.md +0 -24
- data/docs/ApiKeys.md +0 -40
- data/docs/ApiKeysInput.md +0 -34
- data/docs/ApiKeysUpdate.md +0 -34
- data/docs/AssetPriceHistory.md +0 -30
- data/docs/AssetPriceHistoryInput.md +0 -24
- data/docs/AssetPriceHistoryUpdate.md +0 -24
- data/docs/AssetUsecases.md +0 -28
- data/docs/AssetUsecasesApi.md +0 -157
- data/docs/Assets.md +0 -142
- data/docs/AssetsInput.md +0 -128
- data/docs/AssetsUpdate.md +0 -128
- data/docs/CloudProviders.md +0 -28
- data/docs/CloudProvidersInput.md +0 -22
- data/docs/CloudProvidersUpdate.md +0 -22
- data/docs/Companies.md +0 -46
- data/docs/CompaniesInput.md +0 -40
- data/docs/CompaniesUpdate.md +0 -40
- data/docs/Connections.md +0 -38
- data/docs/ConnectionsInput.md +0 -32
- data/docs/ConnectionsUpdate.md +0 -32
- data/docs/CreateAlerts200Response.md +0 -20
- data/docs/CreateAlerts200ResponseData.md +0 -18
- data/docs/CreateApiKeys200Response.md +0 -20
- data/docs/CreateApiKeys200ResponseData.md +0 -18
- data/docs/CreateAssetPriceHistory200Response.md +0 -20
- data/docs/CreateAssetPriceHistory200ResponseData.md +0 -18
- data/docs/CreateAssetsAnalyze200Response.md +0 -20
- data/docs/CreateAssetsAnalyze200ResponseData.md +0 -18
- data/docs/CreateConnections200Response.md +0 -20
- data/docs/CreateConnections200ResponseData.md +0 -18
- data/docs/CreateEndpoints200Response.md +0 -20
- data/docs/CreateEndpoints200ResponseData.md +0 -18
- data/docs/CreateFavorites200Response.md +0 -20
- data/docs/CreateFavorites200ResponseData.md +0 -18
- data/docs/CreatePostgenIntegrations200Response.md +0 -20
- data/docs/CreatePostgenIntegrations200ResponseData.md +0 -18
- data/docs/CreatePosts200Response.md +0 -20
- data/docs/CreatePosts200ResponseData.md +0 -18
- data/docs/CreateUsers200Response.md +0 -20
- data/docs/CreateUsers200ResponseData.md +0 -18
- data/docs/DeleteAlerts200Response.md +0 -20
- data/docs/DeleteAlerts200ResponseData.md +0 -18
- data/docs/DeleteApiKeys200Response.md +0 -20
- data/docs/DeleteApiKeys200ResponseData.md +0 -18
- data/docs/DeleteAssetPriceHistory200Response.md +0 -20
- data/docs/DeleteAssetPriceHistory200ResponseData.md +0 -18
- data/docs/DeleteAssets200Response.md +0 -20
- data/docs/DeleteAssets200ResponseData.md +0 -18
- data/docs/DeleteConnections200Response.md +0 -20
- data/docs/DeleteConnections200ResponseData.md +0 -18
- data/docs/DeleteEndpoints200Response.md +0 -20
- data/docs/DeleteEndpoints200ResponseData.md +0 -18
- data/docs/DeleteFavorites200Response.md +0 -20
- data/docs/DeleteFavorites200ResponseData.md +0 -18
- data/docs/DeletePostgenIntegrations200Response.md +0 -20
- data/docs/DeletePostgenIntegrations200ResponseData.md +0 -18
- data/docs/DeletePosts200Response.md +0 -20
- data/docs/DeletePosts200ResponseData.md +0 -18
- data/docs/DeleteUsers200Response.md +0 -20
- data/docs/DeleteUsers200ResponseData.md +0 -18
- data/docs/Endpoints.md +0 -96
- data/docs/EndpointsApi.md +0 -1189
- data/docs/EndpointsInput.md +0 -94
- data/docs/EndpointsUpdate.md +0 -94
- data/docs/Favorites.md +0 -34
- data/docs/FavoritesInput.md +0 -28
- data/docs/FavoritesUpdate.md +0 -28
- data/docs/GetAlertsById200Response.md +0 -20
- data/docs/GetApiKeysById200Response.md +0 -20
- data/docs/GetAssetPriceHistoryById200Response.md +0 -20
- data/docs/GetAssetUsecasesById200Response.md +0 -20
- data/docs/GetAssetsByIdAnalyze200Response.md +0 -20
- data/docs/GetCloudProvidersById200Response.md +0 -20
- data/docs/GetCompaniesById200Response.md +0 -20
- data/docs/GetConnectionsById200Response.md +0 -20
- data/docs/GetEndpointsByIdConnectionsDescribe200Response.md +0 -20
- data/docs/GetFavoritesById200Response.md +0 -20
- data/docs/GetIndustriesById200Response.md +0 -20
- data/docs/GetJobFunctionsById200Response.md +0 -20
- data/docs/GetPostgenIntegrationsById200Response.md +0 -20
- data/docs/GetPostsById200Response.md +0 -20
- data/docs/GetStorageEnginesById200Response.md +0 -20
- data/docs/GetUsersById200Response.md +0 -20
- data/docs/Industries.md +0 -32
- data/docs/IndustriesApi.md +0 -237
- data/docs/InlineObject4.md +0 -20
- data/docs/InlineObject5.md +0 -20
- data/docs/InlineObject6.md +0 -22
- data/docs/InlineObject7.md +0 -20
- data/docs/JobFunctions.md +0 -24
- data/docs/JobFunctionsApi.md +0 -157
- data/docs/JobFunctionsInput.md +0 -18
- data/docs/JobFunctionsUpdate.md +0 -18
- data/docs/ListApiKeys200Response.md +0 -20
- data/docs/ListAssetUsecases200Response.md +0 -20
- data/docs/ListAssets200Response.md +0 -20
- data/docs/ListCloudProviders200Response.md +0 -20
- data/docs/ListCompaniesAnalyticsAssets200Response.md +0 -20
- data/docs/ListConnections200Response.md +0 -20
- data/docs/ListEndpoints200Response.md +0 -20
- data/docs/ListIndustries200Response.md +0 -20
- data/docs/ListJobFunctions200Response.md +0 -20
- data/docs/ListPostgenIntegrations200Response.md +0 -20
- data/docs/ListPosts200Response.md +0 -20
- data/docs/ListStorageEngines200Response.md +0 -20
- data/docs/ListUsers200Response.md +0 -20
- data/docs/PostPublications.md +0 -40
- data/docs/PostPublicationsInput.md +0 -34
- data/docs/PostPublicationsUpdate.md +0 -34
- data/docs/PostgenIntegrations.md +0 -36
- data/docs/PostgenIntegrationsApi.md +0 -463
- data/docs/PostgenIntegrationsInput.md +0 -30
- data/docs/PostgenIntegrationsUpdate.md +0 -30
- data/docs/Posts.md +0 -68
- data/docs/PostsApi.md +0 -843
- data/docs/PostsInput.md +0 -62
- data/docs/PostsUpdate.md +0 -62
- data/docs/StorageEngines.md +0 -32
- data/docs/StorageEnginesApi.md +0 -161
- data/docs/UpdateAlerts200Response.md +0 -20
- data/docs/UpdateAlerts200ResponseData.md +0 -18
- data/docs/UpdateApiKeys200Response.md +0 -20
- data/docs/UpdateApiKeys200ResponseData.md +0 -18
- data/docs/UpdateAssetPriceHistory200Response.md +0 -20
- data/docs/UpdateAssetPriceHistory200ResponseData.md +0 -18
- data/docs/UpdateAssets200Response.md +0 -20
- data/docs/UpdateAssets200ResponseData.md +0 -18
- data/docs/UpdateCompanies200Response.md +0 -20
- data/docs/UpdateCompanies200ResponseData.md +0 -18
- data/docs/UpdateConnections200Response.md +0 -20
- data/docs/UpdateConnections200ResponseData.md +0 -18
- data/docs/UpdateEndpoints200Response.md +0 -20
- data/docs/UpdateEndpoints200ResponseData.md +0 -18
- data/docs/UpdateFavorites200Response.md +0 -20
- data/docs/UpdateFavorites200ResponseData.md +0 -18
- data/docs/UpdatePostgenIntegrations200Response.md +0 -20
- data/docs/UpdatePostgenIntegrations200ResponseData.md +0 -18
- data/docs/UpdatePosts200Response.md +0 -20
- data/docs/UpdatePosts200ResponseData.md +0 -18
- data/docs/UpdateUsers200Response.md +0 -20
- data/docs/UpdateUsers200ResponseData.md +0 -18
- data/docs/Users.md +0 -36
- data/docs/UsersInput.md +0 -30
- data/docs/UsersUpdate.md +0 -30
- data/lib/spartera_api_sdk/api/asset_usecases_api.rb +0 -190
- data/lib/spartera_api_sdk/api/endpoints_api.rb +0 -1613
- data/lib/spartera_api_sdk/api/industries_api.rb +0 -284
- data/lib/spartera_api_sdk/api/job_functions_api.rb +0 -190
- data/lib/spartera_api_sdk/api/postgen_integrations_api.rb +0 -634
- data/lib/spartera_api_sdk/api/posts_api.rb +0 -1190
- data/lib/spartera_api_sdk/api/storage_engines_api.rb +0 -228
- data/lib/spartera_api_sdk/api_model_base.rb +0 -88
- data/lib/spartera_api_sdk/models/alerts_input.rb +0 -213
- data/lib/spartera_api_sdk/models/alerts_update.rb +0 -179
- data/lib/spartera_api_sdk/models/api_keys_input.rb +0 -263
- data/lib/spartera_api_sdk/models/api_keys_update.rb +0 -229
- data/lib/spartera_api_sdk/models/asset_price_history_input.rb +0 -179
- data/lib/spartera_api_sdk/models/asset_price_history_update.rb +0 -179
- data/lib/spartera_api_sdk/models/asset_usecases.rb +0 -216
- data/lib/spartera_api_sdk/models/assets.rb +0 -1068
- data/lib/spartera_api_sdk/models/assets_input.rb +0 -918
- data/lib/spartera_api_sdk/models/assets_update.rb +0 -877
- data/lib/spartera_api_sdk/models/cloud_providers_input.rb +0 -186
- data/lib/spartera_api_sdk/models/cloud_providers_update.rb +0 -169
- data/lib/spartera_api_sdk/models/companies_input.rb +0 -327
- data/lib/spartera_api_sdk/models/companies_update.rb +0 -293
- data/lib/spartera_api_sdk/models/connections_input.rb +0 -287
- data/lib/spartera_api_sdk/models/connections_update.rb +0 -253
- data/lib/spartera_api_sdk/models/create_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_assets_analyze200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_assets_analyze200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/create_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/create_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_assets200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_assets200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/delete_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/delete_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/endpoints.rb +0 -788
- data/lib/spartera_api_sdk/models/endpoints_input.rb +0 -686
- data/lib/spartera_api_sdk/models/endpoints_update.rb +0 -635
- data/lib/spartera_api_sdk/models/favorites_input.rb +0 -233
- data/lib/spartera_api_sdk/models/favorites_update.rb +0 -199
- data/lib/spartera_api_sdk/models/get_alerts_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_api_keys_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_asset_price_history_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_asset_usecases_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_assets_by_id_analyze200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_cloud_providers_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_companies_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_connections_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_endpoints_by_id_connections_describe200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_favorites_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_industries_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_job_functions_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_postgen_integrations_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_posts_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_storage_engines_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/get_users_by_id200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/industries.rb +0 -253
- data/lib/spartera_api_sdk/models/inline_object4.rb +0 -156
- data/lib/spartera_api_sdk/models/inline_object5.rb +0 -156
- data/lib/spartera_api_sdk/models/inline_object6.rb +0 -166
- data/lib/spartera_api_sdk/models/inline_object7.rb +0 -156
- data/lib/spartera_api_sdk/models/job_functions.rb +0 -213
- data/lib/spartera_api_sdk/models/job_functions_input.rb +0 -166
- data/lib/spartera_api_sdk/models/job_functions_update.rb +0 -149
- data/lib/spartera_api_sdk/models/list_api_keys200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_asset_usecases200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_assets200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_cloud_providers200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_companies_analytics_assets200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_connections200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_endpoints200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_industries200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_job_functions200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_postgen_integrations200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_posts200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_storage_engines200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/list_users200_response.rb +0 -193
- data/lib/spartera_api_sdk/models/post_publications.rb +0 -327
- data/lib/spartera_api_sdk/models/post_publications_input.rb +0 -280
- data/lib/spartera_api_sdk/models/post_publications_update.rb +0 -229
- data/lib/spartera_api_sdk/models/postgen_integrations.rb +0 -341
- data/lib/spartera_api_sdk/models/postgen_integrations_input.rb +0 -294
- data/lib/spartera_api_sdk/models/postgen_integrations_update.rb +0 -209
- data/lib/spartera_api_sdk/models/posts.rb +0 -586
- data/lib/spartera_api_sdk/models/posts_input.rb +0 -437
- data/lib/spartera_api_sdk/models/posts_update.rb +0 -369
- data/lib/spartera_api_sdk/models/storage_engines.rb +0 -294
- data/lib/spartera_api_sdk/models/update_alerts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_alerts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_api_keys200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_api_keys200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_asset_price_history200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_asset_price_history200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_assets200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_assets200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_companies200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_companies200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_connections200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_connections200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_endpoints200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_endpoints200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_favorites200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_favorites200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_posts200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_posts200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/update_users200_response.rb +0 -191
- data/lib/spartera_api_sdk/models/update_users200_response_data.rb +0 -165
- data/lib/spartera_api_sdk/models/users_input.rb +0 -260
- data/lib/spartera_api_sdk/models/users_update.rb +0 -243
- data/spec/api/asset_usecases_api_spec.rb +0 -61
- data/spec/api/endpoints_api_spec.rb +0 -240
- data/spec/api/industries_api_spec.rb +0 -76
- data/spec/api/job_functions_api_spec.rb +0 -61
- data/spec/api/postgen_integrations_api_spec.rb +0 -117
- data/spec/api/posts_api_spec.rb +0 -186
- data/spec/api/storage_engines_api_spec.rb +0 -63
- data/spec/models/alerts_input_spec.rb +0 -54
- data/spec/models/alerts_spec.rb +0 -72
- data/spec/models/alerts_update_spec.rb +0 -54
- data/spec/models/asset_price_history_input_spec.rb +0 -54
- data/spec/models/asset_price_history_spec.rb +0 -72
- data/spec/models/asset_price_history_update_spec.rb +0 -54
- data/spec/models/asset_usecases_spec.rb +0 -66
- data/spec/models/assets_input_spec.rb +0 -418
- data/spec/models/assets_spec.rb +0 -464
- data/spec/models/assets_update_spec.rb +0 -418
- data/spec/models/cloud_providers_input_spec.rb +0 -48
- data/spec/models/cloud_providers_update_spec.rb +0 -48
- data/spec/models/companies_input_spec.rb +0 -106
- data/spec/models/companies_update_spec.rb +0 -106
- data/spec/models/connections_input_spec.rb +0 -82
- data/spec/models/connections_spec.rb +0 -100
- data/spec/models/connections_update_spec.rb +0 -82
- data/spec/models/create_alerts200_response_data_spec.rb +0 -36
- data/spec/models/create_alerts200_response_spec.rb +0 -42
- data/spec/models/create_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/create_api_keys200_response_spec.rb +0 -42
- data/spec/models/create_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/create_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/create_assets_analyze200_response_data_spec.rb +0 -36
- data/spec/models/create_assets_analyze200_response_spec.rb +0 -42
- data/spec/models/create_connections200_response_data_spec.rb +0 -36
- data/spec/models/create_connections200_response_spec.rb +0 -42
- data/spec/models/create_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/create_endpoints200_response_spec.rb +0 -42
- data/spec/models/create_favorites200_response_data_spec.rb +0 -36
- data/spec/models/create_favorites200_response_spec.rb +0 -42
- data/spec/models/create_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/create_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/create_posts200_response_data_spec.rb +0 -36
- data/spec/models/create_posts200_response_spec.rb +0 -42
- data/spec/models/create_users200_response_data_spec.rb +0 -36
- data/spec/models/create_users200_response_spec.rb +0 -42
- data/spec/models/delete_alerts200_response_data_spec.rb +0 -36
- data/spec/models/delete_alerts200_response_spec.rb +0 -42
- data/spec/models/delete_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/delete_api_keys200_response_spec.rb +0 -42
- data/spec/models/delete_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/delete_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/delete_assets200_response_data_spec.rb +0 -36
- data/spec/models/delete_assets200_response_spec.rb +0 -42
- data/spec/models/delete_connections200_response_data_spec.rb +0 -36
- data/spec/models/delete_connections200_response_spec.rb +0 -42
- data/spec/models/delete_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/delete_endpoints200_response_spec.rb +0 -42
- data/spec/models/delete_favorites200_response_data_spec.rb +0 -36
- data/spec/models/delete_favorites200_response_spec.rb +0 -42
- data/spec/models/delete_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/delete_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/delete_posts200_response_data_spec.rb +0 -36
- data/spec/models/delete_posts200_response_spec.rb +0 -42
- data/spec/models/delete_users200_response_data_spec.rb +0 -36
- data/spec/models/delete_users200_response_spec.rb +0 -42
- data/spec/models/endpoints_input_spec.rb +0 -292
- data/spec/models/endpoints_update_spec.rb +0 -292
- data/spec/models/favorites_input_spec.rb +0 -66
- data/spec/models/favorites_update_spec.rb +0 -66
- data/spec/models/get_alerts_by_id200_response_spec.rb +0 -42
- data/spec/models/get_api_keys_by_id200_response_spec.rb +0 -42
- data/spec/models/get_asset_price_history_by_id200_response_spec.rb +0 -42
- data/spec/models/get_asset_usecases_by_id200_response_spec.rb +0 -42
- data/spec/models/get_assets_by_id_analyze200_response_spec.rb +0 -42
- data/spec/models/get_cloud_providers_by_id200_response_spec.rb +0 -42
- data/spec/models/get_companies_by_id200_response_spec.rb +0 -42
- data/spec/models/get_connections_by_id200_response_spec.rb +0 -42
- data/spec/models/get_endpoints_by_id_connections_describe200_response_spec.rb +0 -42
- data/spec/models/get_favorites_by_id200_response_spec.rb +0 -42
- data/spec/models/get_industries_by_id200_response_spec.rb +0 -42
- data/spec/models/get_job_functions_by_id200_response_spec.rb +0 -42
- data/spec/models/get_postgen_integrations_by_id200_response_spec.rb +0 -42
- data/spec/models/get_posts_by_id200_response_spec.rb +0 -42
- data/spec/models/get_storage_engines_by_id200_response_spec.rb +0 -42
- data/spec/models/get_users_by_id200_response_spec.rb +0 -42
- data/spec/models/industries_spec.rb +0 -78
- data/spec/models/inline_object4_spec.rb +0 -42
- data/spec/models/inline_object5_spec.rb +0 -42
- data/spec/models/inline_object6_spec.rb +0 -48
- data/spec/models/inline_object7_spec.rb +0 -42
- data/spec/models/job_functions_input_spec.rb +0 -36
- data/spec/models/job_functions_spec.rb +0 -54
- data/spec/models/job_functions_update_spec.rb +0 -36
- data/spec/models/list_api_keys200_response_spec.rb +0 -42
- data/spec/models/list_asset_usecases200_response_spec.rb +0 -42
- data/spec/models/list_assets200_response_spec.rb +0 -42
- data/spec/models/list_cloud_providers200_response_spec.rb +0 -42
- data/spec/models/list_companies_analytics_assets200_response_spec.rb +0 -42
- data/spec/models/list_connections200_response_spec.rb +0 -42
- data/spec/models/list_endpoints200_response_spec.rb +0 -42
- data/spec/models/list_industries200_response_spec.rb +0 -42
- data/spec/models/list_job_functions200_response_spec.rb +0 -42
- data/spec/models/list_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/list_posts200_response_spec.rb +0 -42
- data/spec/models/list_storage_engines200_response_spec.rb +0 -42
- data/spec/models/list_users200_response_spec.rb +0 -42
- data/spec/models/post_publications_input_spec.rb +0 -84
- data/spec/models/post_publications_spec.rb +0 -102
- data/spec/models/post_publications_update_spec.rb +0 -84
- data/spec/models/postgen_integrations_input_spec.rb +0 -72
- data/spec/models/postgen_integrations_update_spec.rb +0 -72
- data/spec/models/posts_spec.rb +0 -186
- data/spec/models/posts_update_spec.rb +0 -168
- data/spec/models/storage_engines_spec.rb +0 -82
- data/spec/models/update_alerts200_response_data_spec.rb +0 -36
- data/spec/models/update_alerts200_response_spec.rb +0 -42
- data/spec/models/update_api_keys200_response_data_spec.rb +0 -36
- data/spec/models/update_api_keys200_response_spec.rb +0 -42
- data/spec/models/update_asset_price_history200_response_data_spec.rb +0 -36
- data/spec/models/update_asset_price_history200_response_spec.rb +0 -42
- data/spec/models/update_assets200_response_data_spec.rb +0 -36
- data/spec/models/update_assets200_response_spec.rb +0 -42
- data/spec/models/update_companies200_response_data_spec.rb +0 -36
- data/spec/models/update_companies200_response_spec.rb +0 -42
- data/spec/models/update_connections200_response_data_spec.rb +0 -36
- data/spec/models/update_connections200_response_spec.rb +0 -42
- data/spec/models/update_endpoints200_response_data_spec.rb +0 -36
- data/spec/models/update_endpoints200_response_spec.rb +0 -42
- data/spec/models/update_favorites200_response_data_spec.rb +0 -36
- data/spec/models/update_favorites200_response_spec.rb +0 -42
- data/spec/models/update_postgen_integrations200_response_data_spec.rb +0 -36
- data/spec/models/update_postgen_integrations200_response_spec.rb +0 -42
- data/spec/models/update_posts200_response_data_spec.rb +0 -36
- data/spec/models/update_posts200_response_spec.rb +0 -42
- data/spec/models/update_users200_response_data_spec.rb +0 -36
- data/spec/models/update_users200_response_spec.rb +0 -42
- data/spec/models/users_input_spec.rb +0 -76
- data/spec/models/users_spec.rb +0 -94
- data/spec/models/users_update_spec.rb +0 -76
data/docs/ConnectionsApi.md
CHANGED
|
@@ -4,102 +4,18 @@ All URIs are relative to *https://api.spartera.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**
|
|
8
|
-
| [**
|
|
9
|
-
| [**
|
|
10
|
-
| [**
|
|
11
|
-
| [**
|
|
12
|
-
| [**
|
|
13
|
-
| [**
|
|
14
|
-
| [**update_connections**](ConnectionsApi.md#update_connections) | **PATCH** /companies/{company_id}/connections/{connection_id} | Update an existing connection by ID |
|
|
7
|
+
| [**companies_company_id_connections_connection_id_delete**](ConnectionsApi.md#companies_company_id_connections_connection_id_delete) | **DELETE** /companies/{company_id}/connections/{connection_id} | Delete single connection by ID |
|
|
8
|
+
| [**companies_company_id_connections_connection_id_get**](ConnectionsApi.md#companies_company_id_connections_connection_id_get) | **GET** /companies/{company_id}/connections/{connection_id} | Get single connection by ID |
|
|
9
|
+
| [**companies_company_id_connections_connection_id_infoschema_get**](ConnectionsApi.md#companies_company_id_connections_connection_id_infoschema_get) | **GET** /companies/{company_id}/connections/{connection_id}/infoschema | Retrieve the information schema for the specified connection |
|
|
10
|
+
| [**companies_company_id_connections_connection_id_patch**](ConnectionsApi.md#companies_company_id_connections_connection_id_patch) | **PATCH** /companies/{company_id}/connections/{connection_id} | Update an existing connection by ID |
|
|
11
|
+
| [**companies_company_id_connections_connection_id_test_get**](ConnectionsApi.md#companies_company_id_connections_connection_id_test_get) | **GET** /companies/{company_id}/connections/{connection_id}/test | Verify the specified connection to ensure it is functioning correctly |
|
|
12
|
+
| [**companies_company_id_connections_get**](ConnectionsApi.md#companies_company_id_connections_get) | **GET** /companies/{company_id}/connections | Get all connections for a specific company |
|
|
13
|
+
| [**companies_company_id_connections_post**](ConnectionsApi.md#companies_company_id_connections_post) | **POST** /companies/{company_id}/connections | Create a new connection by ID |
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
##
|
|
16
|
+
## companies_company_id_connections_connection_id_delete
|
|
18
17
|
|
|
19
|
-
>
|
|
20
|
-
|
|
21
|
-
Create a new connection by ID
|
|
22
|
-
|
|
23
|
-
### Examples
|
|
24
|
-
|
|
25
|
-
```ruby
|
|
26
|
-
require 'time'
|
|
27
|
-
require 'spartera_api_sdk'
|
|
28
|
-
# setup authorization
|
|
29
|
-
SparteraApiSdk.configure do |config|
|
|
30
|
-
# Configure API key authorization: ApiKeyAuth
|
|
31
|
-
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
32
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
33
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
37
|
-
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
38
|
-
connections_input = SparteraApiSdk::ConnectionsInput.new({engine_id: 1, company_id: 'company_id_abc123'}) # ConnectionsInput |
|
|
39
|
-
opts = {
|
|
40
|
-
page: 56, # Integer | Page number for pagination
|
|
41
|
-
limit: 56, # Integer | Number of items per page
|
|
42
|
-
sort_by: 'sort_by_example', # String | Field to sort by
|
|
43
|
-
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
44
|
-
search: 'search_example' # String | Search term to filter results
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
begin
|
|
48
|
-
# Create a new connection by ID
|
|
49
|
-
result = api_instance.create_connections(company_id, connections_input, opts)
|
|
50
|
-
p result
|
|
51
|
-
rescue SparteraApiSdk::ApiError => e
|
|
52
|
-
puts "Error when calling ConnectionsApi->create_connections: #{e}"
|
|
53
|
-
end
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
#### Using the create_connections_with_http_info variant
|
|
57
|
-
|
|
58
|
-
This returns an Array which contains the response data, status code and headers.
|
|
59
|
-
|
|
60
|
-
> <Array(<CreateConnections200Response>, Integer, Hash)> create_connections_with_http_info(company_id, connections_input, opts)
|
|
61
|
-
|
|
62
|
-
```ruby
|
|
63
|
-
begin
|
|
64
|
-
# Create a new connection by ID
|
|
65
|
-
data, status_code, headers = api_instance.create_connections_with_http_info(company_id, connections_input, opts)
|
|
66
|
-
p status_code # => 2xx
|
|
67
|
-
p headers # => { ... }
|
|
68
|
-
p data # => <CreateConnections200Response>
|
|
69
|
-
rescue SparteraApiSdk::ApiError => e
|
|
70
|
-
puts "Error when calling ConnectionsApi->create_connections_with_http_info: #{e}"
|
|
71
|
-
end
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
### Parameters
|
|
75
|
-
|
|
76
|
-
| Name | Type | Description | Notes |
|
|
77
|
-
| ---- | ---- | ----------- | ----- |
|
|
78
|
-
| **company_id** | **String** | Unique identifier for the Company | |
|
|
79
|
-
| **connections_input** | [**ConnectionsInput**](ConnectionsInput.md) | | |
|
|
80
|
-
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
81
|
-
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
82
|
-
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
83
|
-
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
84
|
-
| **search** | **String** | Search term to filter results | [optional] |
|
|
85
|
-
|
|
86
|
-
### Return type
|
|
87
|
-
|
|
88
|
-
[**CreateConnections200Response**](CreateConnections200Response.md)
|
|
89
|
-
|
|
90
|
-
### Authorization
|
|
91
|
-
|
|
92
|
-
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
93
|
-
|
|
94
|
-
### HTTP request headers
|
|
95
|
-
|
|
96
|
-
- **Content-Type**: application/json
|
|
97
|
-
- **Accept**: application/json
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## delete_connections
|
|
101
|
-
|
|
102
|
-
> <DeleteConnections200Response> delete_connections(company_id, connection_id)
|
|
18
|
+
> Object companies_company_id_connections_connection_id_delete(company_id, connection_id)
|
|
103
19
|
|
|
104
20
|
Delete single connection by ID
|
|
105
21
|
|
|
@@ -110,40 +26,38 @@ require 'time'
|
|
|
110
26
|
require 'spartera_api_sdk'
|
|
111
27
|
# setup authorization
|
|
112
28
|
SparteraApiSdk.configure do |config|
|
|
113
|
-
# Configure
|
|
114
|
-
config.
|
|
115
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
116
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
29
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
30
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
117
31
|
end
|
|
118
32
|
|
|
119
33
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
120
|
-
company_id = 'company_id_example' # String |
|
|
121
|
-
connection_id = 'connection_id_example' # String |
|
|
34
|
+
company_id = 'company_id_example' # String |
|
|
35
|
+
connection_id = 'connection_id_example' # String |
|
|
122
36
|
|
|
123
37
|
begin
|
|
124
38
|
# Delete single connection by ID
|
|
125
|
-
result = api_instance.
|
|
39
|
+
result = api_instance.companies_company_id_connections_connection_id_delete(company_id, connection_id)
|
|
126
40
|
p result
|
|
127
41
|
rescue SparteraApiSdk::ApiError => e
|
|
128
|
-
puts "Error when calling ConnectionsApi->
|
|
42
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_delete: #{e}"
|
|
129
43
|
end
|
|
130
44
|
```
|
|
131
45
|
|
|
132
|
-
#### Using the
|
|
46
|
+
#### Using the companies_company_id_connections_connection_id_delete_with_http_info variant
|
|
133
47
|
|
|
134
48
|
This returns an Array which contains the response data, status code and headers.
|
|
135
49
|
|
|
136
|
-
> <Array(
|
|
50
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_connection_id_delete_with_http_info(company_id, connection_id)
|
|
137
51
|
|
|
138
52
|
```ruby
|
|
139
53
|
begin
|
|
140
54
|
# Delete single connection by ID
|
|
141
|
-
data, status_code, headers = api_instance.
|
|
55
|
+
data, status_code, headers = api_instance.companies_company_id_connections_connection_id_delete_with_http_info(company_id, connection_id)
|
|
142
56
|
p status_code # => 2xx
|
|
143
57
|
p headers # => { ... }
|
|
144
|
-
p data # =>
|
|
58
|
+
p data # => Object
|
|
145
59
|
rescue SparteraApiSdk::ApiError => e
|
|
146
|
-
puts "Error when calling ConnectionsApi->
|
|
60
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_delete_with_http_info: #{e}"
|
|
147
61
|
end
|
|
148
62
|
```
|
|
149
63
|
|
|
@@ -151,16 +65,16 @@ end
|
|
|
151
65
|
|
|
152
66
|
| Name | Type | Description | Notes |
|
|
153
67
|
| ---- | ---- | ----------- | ----- |
|
|
154
|
-
| **company_id** | **String** |
|
|
155
|
-
| **connection_id** | **String** |
|
|
68
|
+
| **company_id** | **String** | | |
|
|
69
|
+
| **connection_id** | **String** | | |
|
|
156
70
|
|
|
157
71
|
### Return type
|
|
158
72
|
|
|
159
|
-
|
|
73
|
+
**Object**
|
|
160
74
|
|
|
161
75
|
### Authorization
|
|
162
76
|
|
|
163
|
-
[
|
|
77
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
164
78
|
|
|
165
79
|
### HTTP request headers
|
|
166
80
|
|
|
@@ -168,9 +82,9 @@ end
|
|
|
168
82
|
- **Accept**: application/json
|
|
169
83
|
|
|
170
84
|
|
|
171
|
-
##
|
|
85
|
+
## companies_company_id_connections_connection_id_get
|
|
172
86
|
|
|
173
|
-
>
|
|
87
|
+
> Object companies_company_id_connections_connection_id_get(company_id, connection_id)
|
|
174
88
|
|
|
175
89
|
Get single connection by ID
|
|
176
90
|
|
|
@@ -181,40 +95,38 @@ require 'time'
|
|
|
181
95
|
require 'spartera_api_sdk'
|
|
182
96
|
# setup authorization
|
|
183
97
|
SparteraApiSdk.configure do |config|
|
|
184
|
-
# Configure
|
|
185
|
-
config.
|
|
186
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
187
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
98
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
99
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
188
100
|
end
|
|
189
101
|
|
|
190
102
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
191
|
-
company_id = 'company_id_example' # String |
|
|
192
|
-
connection_id = 'connection_id_example' # String |
|
|
103
|
+
company_id = 'company_id_example' # String |
|
|
104
|
+
connection_id = 'connection_id_example' # String |
|
|
193
105
|
|
|
194
106
|
begin
|
|
195
107
|
# Get single connection by ID
|
|
196
|
-
result = api_instance.
|
|
108
|
+
result = api_instance.companies_company_id_connections_connection_id_get(company_id, connection_id)
|
|
197
109
|
p result
|
|
198
110
|
rescue SparteraApiSdk::ApiError => e
|
|
199
|
-
puts "Error when calling ConnectionsApi->
|
|
111
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_get: #{e}"
|
|
200
112
|
end
|
|
201
113
|
```
|
|
202
114
|
|
|
203
|
-
#### Using the
|
|
115
|
+
#### Using the companies_company_id_connections_connection_id_get_with_http_info variant
|
|
204
116
|
|
|
205
117
|
This returns an Array which contains the response data, status code and headers.
|
|
206
118
|
|
|
207
|
-
> <Array(
|
|
119
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_connection_id_get_with_http_info(company_id, connection_id)
|
|
208
120
|
|
|
209
121
|
```ruby
|
|
210
122
|
begin
|
|
211
123
|
# Get single connection by ID
|
|
212
|
-
data, status_code, headers = api_instance.
|
|
124
|
+
data, status_code, headers = api_instance.companies_company_id_connections_connection_id_get_with_http_info(company_id, connection_id)
|
|
213
125
|
p status_code # => 2xx
|
|
214
126
|
p headers # => { ... }
|
|
215
|
-
p data # =>
|
|
127
|
+
p data # => Object
|
|
216
128
|
rescue SparteraApiSdk::ApiError => e
|
|
217
|
-
puts "Error when calling ConnectionsApi->
|
|
129
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_get_with_http_info: #{e}"
|
|
218
130
|
end
|
|
219
131
|
```
|
|
220
132
|
|
|
@@ -222,16 +134,16 @@ end
|
|
|
222
134
|
|
|
223
135
|
| Name | Type | Description | Notes |
|
|
224
136
|
| ---- | ---- | ----------- | ----- |
|
|
225
|
-
| **company_id** | **String** |
|
|
226
|
-
| **connection_id** | **String** |
|
|
137
|
+
| **company_id** | **String** | | |
|
|
138
|
+
| **connection_id** | **String** | | |
|
|
227
139
|
|
|
228
140
|
### Return type
|
|
229
141
|
|
|
230
|
-
|
|
142
|
+
**Object**
|
|
231
143
|
|
|
232
144
|
### Authorization
|
|
233
145
|
|
|
234
|
-
[
|
|
146
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
235
147
|
|
|
236
148
|
### HTTP request headers
|
|
237
149
|
|
|
@@ -239,11 +151,11 @@ end
|
|
|
239
151
|
- **Accept**: application/json
|
|
240
152
|
|
|
241
153
|
|
|
242
|
-
##
|
|
154
|
+
## companies_company_id_connections_connection_id_infoschema_get
|
|
243
155
|
|
|
244
|
-
>
|
|
156
|
+
> Object companies_company_id_connections_connection_id_infoschema_get(company_id, connection_id)
|
|
245
157
|
|
|
246
|
-
|
|
158
|
+
Retrieve the information schema for the specified connection
|
|
247
159
|
|
|
248
160
|
### Examples
|
|
249
161
|
|
|
@@ -252,40 +164,38 @@ require 'time'
|
|
|
252
164
|
require 'spartera_api_sdk'
|
|
253
165
|
# setup authorization
|
|
254
166
|
SparteraApiSdk.configure do |config|
|
|
255
|
-
# Configure
|
|
256
|
-
config.
|
|
257
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
258
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
167
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
168
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
259
169
|
end
|
|
260
170
|
|
|
261
171
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
262
|
-
company_id = 'company_id_example' # String |
|
|
263
|
-
connection_id = 'connection_id_example' # String |
|
|
172
|
+
company_id = 'company_id_example' # String |
|
|
173
|
+
connection_id = 'connection_id_example' # String |
|
|
264
174
|
|
|
265
175
|
begin
|
|
266
|
-
#
|
|
267
|
-
result = api_instance.
|
|
176
|
+
# Retrieve the information schema for the specified connection
|
|
177
|
+
result = api_instance.companies_company_id_connections_connection_id_infoschema_get(company_id, connection_id)
|
|
268
178
|
p result
|
|
269
179
|
rescue SparteraApiSdk::ApiError => e
|
|
270
|
-
puts "Error when calling ConnectionsApi->
|
|
180
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_infoschema_get: #{e}"
|
|
271
181
|
end
|
|
272
182
|
```
|
|
273
183
|
|
|
274
|
-
#### Using the
|
|
184
|
+
#### Using the companies_company_id_connections_connection_id_infoschema_get_with_http_info variant
|
|
275
185
|
|
|
276
186
|
This returns an Array which contains the response data, status code and headers.
|
|
277
187
|
|
|
278
|
-
> <Array(
|
|
188
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_connection_id_infoschema_get_with_http_info(company_id, connection_id)
|
|
279
189
|
|
|
280
190
|
```ruby
|
|
281
191
|
begin
|
|
282
|
-
#
|
|
283
|
-
data, status_code, headers = api_instance.
|
|
192
|
+
# Retrieve the information schema for the specified connection
|
|
193
|
+
data, status_code, headers = api_instance.companies_company_id_connections_connection_id_infoschema_get_with_http_info(company_id, connection_id)
|
|
284
194
|
p status_code # => 2xx
|
|
285
195
|
p headers # => { ... }
|
|
286
|
-
p data # =>
|
|
196
|
+
p data # => Object
|
|
287
197
|
rescue SparteraApiSdk::ApiError => e
|
|
288
|
-
puts "Error when calling ConnectionsApi->
|
|
198
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_infoschema_get_with_http_info: #{e}"
|
|
289
199
|
end
|
|
290
200
|
```
|
|
291
201
|
|
|
@@ -293,16 +203,16 @@ end
|
|
|
293
203
|
|
|
294
204
|
| Name | Type | Description | Notes |
|
|
295
205
|
| ---- | ---- | ----------- | ----- |
|
|
296
|
-
| **company_id** | **String** |
|
|
297
|
-
| **connection_id** | **String** |
|
|
206
|
+
| **company_id** | **String** | | |
|
|
207
|
+
| **connection_id** | **String** | | |
|
|
298
208
|
|
|
299
209
|
### Return type
|
|
300
210
|
|
|
301
|
-
|
|
211
|
+
**Object**
|
|
302
212
|
|
|
303
213
|
### Authorization
|
|
304
214
|
|
|
305
|
-
[
|
|
215
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
306
216
|
|
|
307
217
|
### HTTP request headers
|
|
308
218
|
|
|
@@ -310,11 +220,11 @@ end
|
|
|
310
220
|
- **Accept**: application/json
|
|
311
221
|
|
|
312
222
|
|
|
313
|
-
##
|
|
223
|
+
## companies_company_id_connections_connection_id_patch
|
|
314
224
|
|
|
315
|
-
>
|
|
225
|
+
> Object companies_company_id_connections_connection_id_patch(company_id, connection_id, connection)
|
|
316
226
|
|
|
317
|
-
|
|
227
|
+
Update an existing connection by ID
|
|
318
228
|
|
|
319
229
|
### Examples
|
|
320
230
|
|
|
@@ -323,40 +233,39 @@ require 'time'
|
|
|
323
233
|
require 'spartera_api_sdk'
|
|
324
234
|
# setup authorization
|
|
325
235
|
SparteraApiSdk.configure do |config|
|
|
326
|
-
# Configure
|
|
327
|
-
config.
|
|
328
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
329
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
236
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
237
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
330
238
|
end
|
|
331
239
|
|
|
332
240
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
333
|
-
company_id = 'company_id_example' # String |
|
|
334
|
-
connection_id = 'connection_id_example' # String |
|
|
241
|
+
company_id = 'company_id_example' # String |
|
|
242
|
+
connection_id = 'connection_id_example' # String |
|
|
243
|
+
connection = SparteraApiSdk::Connection.new({engine_id: 'engine_id_example', company_id: 'company_id_example', visibility: 'visibility_example'}) # Connection |
|
|
335
244
|
|
|
336
245
|
begin
|
|
337
|
-
#
|
|
338
|
-
result = api_instance.
|
|
246
|
+
# Update an existing connection by ID
|
|
247
|
+
result = api_instance.companies_company_id_connections_connection_id_patch(company_id, connection_id, connection)
|
|
339
248
|
p result
|
|
340
249
|
rescue SparteraApiSdk::ApiError => e
|
|
341
|
-
puts "Error when calling ConnectionsApi->
|
|
250
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_patch: #{e}"
|
|
342
251
|
end
|
|
343
252
|
```
|
|
344
253
|
|
|
345
|
-
#### Using the
|
|
254
|
+
#### Using the companies_company_id_connections_connection_id_patch_with_http_info variant
|
|
346
255
|
|
|
347
256
|
This returns an Array which contains the response data, status code and headers.
|
|
348
257
|
|
|
349
|
-
> <Array(
|
|
258
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_connection_id_patch_with_http_info(company_id, connection_id, connection)
|
|
350
259
|
|
|
351
260
|
```ruby
|
|
352
261
|
begin
|
|
353
|
-
#
|
|
354
|
-
data, status_code, headers = api_instance.
|
|
262
|
+
# Update an existing connection by ID
|
|
263
|
+
data, status_code, headers = api_instance.companies_company_id_connections_connection_id_patch_with_http_info(company_id, connection_id, connection)
|
|
355
264
|
p status_code # => 2xx
|
|
356
265
|
p headers # => { ... }
|
|
357
|
-
p data # =>
|
|
266
|
+
p data # => Object
|
|
358
267
|
rescue SparteraApiSdk::ApiError => e
|
|
359
|
-
puts "Error when calling ConnectionsApi->
|
|
268
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_patch_with_http_info: #{e}"
|
|
360
269
|
end
|
|
361
270
|
```
|
|
362
271
|
|
|
@@ -364,28 +273,29 @@ end
|
|
|
364
273
|
|
|
365
274
|
| Name | Type | Description | Notes |
|
|
366
275
|
| ---- | ---- | ----------- | ----- |
|
|
367
|
-
| **company_id** | **String** |
|
|
368
|
-
| **connection_id** | **String** |
|
|
276
|
+
| **company_id** | **String** | | |
|
|
277
|
+
| **connection_id** | **String** | | |
|
|
278
|
+
| **connection** | [**Connection**](Connection.md) | | |
|
|
369
279
|
|
|
370
280
|
### Return type
|
|
371
281
|
|
|
372
|
-
|
|
282
|
+
**Object**
|
|
373
283
|
|
|
374
284
|
### Authorization
|
|
375
285
|
|
|
376
|
-
[
|
|
286
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
377
287
|
|
|
378
288
|
### HTTP request headers
|
|
379
289
|
|
|
380
|
-
- **Content-Type**:
|
|
290
|
+
- **Content-Type**: application/json
|
|
381
291
|
- **Accept**: application/json
|
|
382
292
|
|
|
383
293
|
|
|
384
|
-
##
|
|
294
|
+
## companies_company_id_connections_connection_id_test_get
|
|
385
295
|
|
|
386
|
-
>
|
|
296
|
+
> Object companies_company_id_connections_connection_id_test_get(company_id, connection_id)
|
|
387
297
|
|
|
388
|
-
|
|
298
|
+
Verify the specified connection to ensure it is functioning correctly
|
|
389
299
|
|
|
390
300
|
### Examples
|
|
391
301
|
|
|
@@ -394,40 +304,38 @@ require 'time'
|
|
|
394
304
|
require 'spartera_api_sdk'
|
|
395
305
|
# setup authorization
|
|
396
306
|
SparteraApiSdk.configure do |config|
|
|
397
|
-
# Configure
|
|
398
|
-
config.
|
|
399
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
400
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
307
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
308
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
401
309
|
end
|
|
402
310
|
|
|
403
311
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
404
|
-
company_id = 'company_id_example' # String |
|
|
405
|
-
connection_id = 'connection_id_example' # String |
|
|
312
|
+
company_id = 'company_id_example' # String |
|
|
313
|
+
connection_id = 'connection_id_example' # String |
|
|
406
314
|
|
|
407
315
|
begin
|
|
408
|
-
#
|
|
409
|
-
result = api_instance.
|
|
316
|
+
# Verify the specified connection to ensure it is functioning correctly
|
|
317
|
+
result = api_instance.companies_company_id_connections_connection_id_test_get(company_id, connection_id)
|
|
410
318
|
p result
|
|
411
319
|
rescue SparteraApiSdk::ApiError => e
|
|
412
|
-
puts "Error when calling ConnectionsApi->
|
|
320
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_test_get: #{e}"
|
|
413
321
|
end
|
|
414
322
|
```
|
|
415
323
|
|
|
416
|
-
#### Using the
|
|
324
|
+
#### Using the companies_company_id_connections_connection_id_test_get_with_http_info variant
|
|
417
325
|
|
|
418
326
|
This returns an Array which contains the response data, status code and headers.
|
|
419
327
|
|
|
420
|
-
> <Array(
|
|
328
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_connection_id_test_get_with_http_info(company_id, connection_id)
|
|
421
329
|
|
|
422
330
|
```ruby
|
|
423
331
|
begin
|
|
424
|
-
#
|
|
425
|
-
data, status_code, headers = api_instance.
|
|
332
|
+
# Verify the specified connection to ensure it is functioning correctly
|
|
333
|
+
data, status_code, headers = api_instance.companies_company_id_connections_connection_id_test_get_with_http_info(company_id, connection_id)
|
|
426
334
|
p status_code # => 2xx
|
|
427
335
|
p headers # => { ... }
|
|
428
|
-
p data # =>
|
|
336
|
+
p data # => Object
|
|
429
337
|
rescue SparteraApiSdk::ApiError => e
|
|
430
|
-
puts "Error when calling ConnectionsApi->
|
|
338
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_connection_id_test_get_with_http_info: #{e}"
|
|
431
339
|
end
|
|
432
340
|
```
|
|
433
341
|
|
|
@@ -435,16 +343,16 @@ end
|
|
|
435
343
|
|
|
436
344
|
| Name | Type | Description | Notes |
|
|
437
345
|
| ---- | ---- | ----------- | ----- |
|
|
438
|
-
| **company_id** | **String** |
|
|
439
|
-
| **connection_id** | **String** |
|
|
346
|
+
| **company_id** | **String** | | |
|
|
347
|
+
| **connection_id** | **String** | | |
|
|
440
348
|
|
|
441
349
|
### Return type
|
|
442
350
|
|
|
443
|
-
|
|
351
|
+
**Object**
|
|
444
352
|
|
|
445
353
|
### Authorization
|
|
446
354
|
|
|
447
|
-
[
|
|
355
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
448
356
|
|
|
449
357
|
### HTTP request headers
|
|
450
358
|
|
|
@@ -452,9 +360,9 @@ end
|
|
|
452
360
|
- **Accept**: application/json
|
|
453
361
|
|
|
454
362
|
|
|
455
|
-
##
|
|
363
|
+
## companies_company_id_connections_get
|
|
456
364
|
|
|
457
|
-
>
|
|
365
|
+
> Object companies_company_id_connections_get(company_id)
|
|
458
366
|
|
|
459
367
|
Get all connections for a specific company
|
|
460
368
|
|
|
@@ -465,46 +373,37 @@ require 'time'
|
|
|
465
373
|
require 'spartera_api_sdk'
|
|
466
374
|
# setup authorization
|
|
467
375
|
SparteraApiSdk.configure do |config|
|
|
468
|
-
# Configure
|
|
469
|
-
config.
|
|
470
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
471
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
376
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
377
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
472
378
|
end
|
|
473
379
|
|
|
474
380
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
475
|
-
company_id = 'company_id_example' # String |
|
|
476
|
-
opts = {
|
|
477
|
-
page: 56, # Integer | Page number for pagination
|
|
478
|
-
limit: 56, # Integer | Number of items per page
|
|
479
|
-
sort_by: 'sort_by_example', # String | Field to sort by
|
|
480
|
-
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
481
|
-
search: 'search_example' # String | Search term to filter results
|
|
482
|
-
}
|
|
381
|
+
company_id = 'company_id_example' # String |
|
|
483
382
|
|
|
484
383
|
begin
|
|
485
384
|
# Get all connections for a specific company
|
|
486
|
-
result = api_instance.
|
|
385
|
+
result = api_instance.companies_company_id_connections_get(company_id)
|
|
487
386
|
p result
|
|
488
387
|
rescue SparteraApiSdk::ApiError => e
|
|
489
|
-
puts "Error when calling ConnectionsApi->
|
|
388
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_get: #{e}"
|
|
490
389
|
end
|
|
491
390
|
```
|
|
492
391
|
|
|
493
|
-
#### Using the
|
|
392
|
+
#### Using the companies_company_id_connections_get_with_http_info variant
|
|
494
393
|
|
|
495
394
|
This returns an Array which contains the response data, status code and headers.
|
|
496
395
|
|
|
497
|
-
> <Array(
|
|
396
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_get_with_http_info(company_id)
|
|
498
397
|
|
|
499
398
|
```ruby
|
|
500
399
|
begin
|
|
501
400
|
# Get all connections for a specific company
|
|
502
|
-
data, status_code, headers = api_instance.
|
|
401
|
+
data, status_code, headers = api_instance.companies_company_id_connections_get_with_http_info(company_id)
|
|
503
402
|
p status_code # => 2xx
|
|
504
403
|
p headers # => { ... }
|
|
505
|
-
p data # =>
|
|
404
|
+
p data # => Object
|
|
506
405
|
rescue SparteraApiSdk::ApiError => e
|
|
507
|
-
puts "Error when calling ConnectionsApi->
|
|
406
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_get_with_http_info: #{e}"
|
|
508
407
|
end
|
|
509
408
|
```
|
|
510
409
|
|
|
@@ -512,20 +411,15 @@ end
|
|
|
512
411
|
|
|
513
412
|
| Name | Type | Description | Notes |
|
|
514
413
|
| ---- | ---- | ----------- | ----- |
|
|
515
|
-
| **company_id** | **String** |
|
|
516
|
-
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
517
|
-
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
518
|
-
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
519
|
-
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
520
|
-
| **search** | **String** | Search term to filter results | [optional] |
|
|
414
|
+
| **company_id** | **String** | | |
|
|
521
415
|
|
|
522
416
|
### Return type
|
|
523
417
|
|
|
524
|
-
|
|
418
|
+
**Object**
|
|
525
419
|
|
|
526
420
|
### Authorization
|
|
527
421
|
|
|
528
|
-
[
|
|
422
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
529
423
|
|
|
530
424
|
### HTTP request headers
|
|
531
425
|
|
|
@@ -533,11 +427,11 @@ end
|
|
|
533
427
|
- **Accept**: application/json
|
|
534
428
|
|
|
535
429
|
|
|
536
|
-
##
|
|
430
|
+
## companies_company_id_connections_post
|
|
537
431
|
|
|
538
|
-
>
|
|
432
|
+
> Object companies_company_id_connections_post(company_id, connection)
|
|
539
433
|
|
|
540
|
-
|
|
434
|
+
Create a new connection by ID
|
|
541
435
|
|
|
542
436
|
### Examples
|
|
543
437
|
|
|
@@ -546,41 +440,38 @@ require 'time'
|
|
|
546
440
|
require 'spartera_api_sdk'
|
|
547
441
|
# setup authorization
|
|
548
442
|
SparteraApiSdk.configure do |config|
|
|
549
|
-
# Configure
|
|
550
|
-
config.
|
|
551
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
552
|
-
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
443
|
+
# Configure Bearer authorization (JWT): bearerAuth
|
|
444
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
553
445
|
end
|
|
554
446
|
|
|
555
447
|
api_instance = SparteraApiSdk::ConnectionsApi.new
|
|
556
|
-
company_id = 'company_id_example' # String |
|
|
557
|
-
|
|
558
|
-
connections_update = SparteraApiSdk::ConnectionsUpdate.new # ConnectionsUpdate |
|
|
448
|
+
company_id = 'company_id_example' # String |
|
|
449
|
+
connection = SparteraApiSdk::Connection.new({engine_id: 'engine_id_example', company_id: 'company_id_example', visibility: 'visibility_example'}) # Connection |
|
|
559
450
|
|
|
560
451
|
begin
|
|
561
|
-
#
|
|
562
|
-
result = api_instance.
|
|
452
|
+
# Create a new connection by ID
|
|
453
|
+
result = api_instance.companies_company_id_connections_post(company_id, connection)
|
|
563
454
|
p result
|
|
564
455
|
rescue SparteraApiSdk::ApiError => e
|
|
565
|
-
puts "Error when calling ConnectionsApi->
|
|
456
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_post: #{e}"
|
|
566
457
|
end
|
|
567
458
|
```
|
|
568
459
|
|
|
569
|
-
#### Using the
|
|
460
|
+
#### Using the companies_company_id_connections_post_with_http_info variant
|
|
570
461
|
|
|
571
462
|
This returns an Array which contains the response data, status code and headers.
|
|
572
463
|
|
|
573
|
-
> <Array(
|
|
464
|
+
> <Array(Object, Integer, Hash)> companies_company_id_connections_post_with_http_info(company_id, connection)
|
|
574
465
|
|
|
575
466
|
```ruby
|
|
576
467
|
begin
|
|
577
|
-
#
|
|
578
|
-
data, status_code, headers = api_instance.
|
|
468
|
+
# Create a new connection by ID
|
|
469
|
+
data, status_code, headers = api_instance.companies_company_id_connections_post_with_http_info(company_id, connection)
|
|
579
470
|
p status_code # => 2xx
|
|
580
471
|
p headers # => { ... }
|
|
581
|
-
p data # =>
|
|
472
|
+
p data # => Object
|
|
582
473
|
rescue SparteraApiSdk::ApiError => e
|
|
583
|
-
puts "Error when calling ConnectionsApi->
|
|
474
|
+
puts "Error when calling ConnectionsApi->companies_company_id_connections_post_with_http_info: #{e}"
|
|
584
475
|
end
|
|
585
476
|
```
|
|
586
477
|
|
|
@@ -588,17 +479,16 @@ end
|
|
|
588
479
|
|
|
589
480
|
| Name | Type | Description | Notes |
|
|
590
481
|
| ---- | ---- | ----------- | ----- |
|
|
591
|
-
| **company_id** | **String** |
|
|
592
|
-
| **
|
|
593
|
-
| **connections_update** | [**ConnectionsUpdate**](ConnectionsUpdate.md) | | |
|
|
482
|
+
| **company_id** | **String** | | |
|
|
483
|
+
| **connection** | [**Connection**](Connection.md) | | |
|
|
594
484
|
|
|
595
485
|
### Return type
|
|
596
486
|
|
|
597
|
-
|
|
487
|
+
**Object**
|
|
598
488
|
|
|
599
489
|
### Authorization
|
|
600
490
|
|
|
601
|
-
[
|
|
491
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
602
492
|
|
|
603
493
|
### HTTP request headers
|
|
604
494
|
|