spartera_api_sdk 1.0.77 → 1.0.78
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/CHANGELOG.md +5 -0
- data/Gemfile +9 -0
- data/README.md +333 -324
- data/Rakefile +10 -0
- data/docs/APIKeysApi.md +150 -126
- data/docs/Alerts.md +13 -13
- data/docs/AlertsApi.md +139 -139
- data/docs/AlertsInput.md +7 -7
- data/docs/AlertsUpdate.md +7 -7
- data/docs/ApiKeys.md +19 -11
- data/docs/ApiKeysInput.md +13 -5
- data/docs/ApiKeysUpdate.md +13 -5
- data/docs/AssetPriceHistory.md +14 -12
- data/docs/AssetPriceHistoryApi.md +164 -164
- data/docs/AssetPriceHistoryInput.md +8 -6
- data/docs/AssetPriceHistoryUpdate.md +8 -6
- data/docs/AssetUsecases.md +28 -0
- data/docs/AssetUsecasesApi.md +157 -0
- data/docs/Assets.md +113 -83
- data/docs/AssetsApi.md +534 -206
- data/docs/AssetsInput.md +100 -70
- data/docs/AssetsUpdate.md +100 -70
- data/docs/CloudProviders.md +12 -12
- data/docs/CloudProvidersApi.md +44 -31
- data/docs/CloudProvidersInput.md +6 -6
- data/docs/CloudProvidersUpdate.md +6 -6
- data/docs/Companies.md +27 -23
- data/docs/CompaniesApi.md +313 -147
- data/docs/CompaniesInput.md +21 -17
- data/docs/CompaniesUpdate.md +21 -17
- data/docs/Connections.md +22 -22
- data/docs/ConnectionsApi.md +149 -125
- data/docs/ConnectionsInput.md +16 -16
- data/docs/ConnectionsUpdate.md +16 -16
- data/docs/CreateAlerts200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData.md → CreateAlerts200ResponseData.md} +2 -2
- data/docs/CreateApiKeys200Response.md +20 -0
- data/docs/{CompaniesCompanyIdApiKeysPost200ResponseData.md → CreateApiKeys200ResponseData.md} +2 -2
- data/docs/{CompaniesCompanyIdPatch200Response.md → CreateAssetPriceHistory200Response.md} +3 -3
- data/docs/{CompaniesCompanyIdAssetsAssetIdPricesPost200ResponseData.md → CreateAssetPriceHistory200ResponseData.md} +2 -2
- data/docs/CreateAssetsAnalyze200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsPost200ResponseData.md → CreateAssetsAnalyze200ResponseData.md} +2 -2
- data/docs/CreateConnections200Response.md +20 -0
- data/docs/{CompaniesCompanyIdConnectionsPost200ResponseData.md → CreateConnections200ResponseData.md} +2 -2
- data/docs/CreateEndpoints200Response.md +20 -0
- data/docs/CreateEndpoints200ResponseData.md +18 -0
- data/docs/CreateFavorites200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdFavoritesPost200ResponseData.md → CreateFavorites200ResponseData.md} +2 -2
- data/docs/CreatePostgenIntegrations200Response.md +20 -0
- data/docs/CreatePostgenIntegrations200ResponseData.md +18 -0
- data/docs/CreatePosts200Response.md +20 -0
- data/docs/CreatePosts200ResponseData.md +18 -0
- data/docs/CreateUsers200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersPost200ResponseData.md → CreateUsers200ResponseData.md} +2 -2
- data/docs/DeleteAlerts200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData.md → DeleteAlerts200ResponseData.md} +2 -2
- data/docs/DeleteApiKeys200Response.md +20 -0
- data/docs/{CompaniesCompanyIdApiKeysApiKeyIdDelete200ResponseData.md → DeleteApiKeys200ResponseData.md} +2 -2
- data/docs/DeleteAssetPriceHistory200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsAssetIdPricesAphIdDelete200ResponseData.md → DeleteAssetPriceHistory200ResponseData.md} +2 -2
- data/docs/DeleteAssets200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsAssetIdDelete200ResponseData.md → DeleteAssets200ResponseData.md} +2 -2
- data/docs/DeleteConnections200Response.md +20 -0
- data/docs/{CompaniesCompanyIdConnectionsConnectionIdDelete200ResponseData.md → DeleteConnections200ResponseData.md} +2 -2
- data/docs/DeleteEndpoints200Response.md +20 -0
- data/docs/DeleteEndpoints200ResponseData.md +18 -0
- data/docs/DeleteFavorites200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData.md → DeleteFavorites200ResponseData.md} +2 -2
- data/docs/DeletePostgenIntegrations200Response.md +20 -0
- data/docs/DeletePostgenIntegrations200ResponseData.md +18 -0
- data/docs/DeletePosts200Response.md +20 -0
- data/docs/DeletePosts200ResponseData.md +18 -0
- data/docs/DeleteUsers200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdDelete200ResponseData.md → DeleteUsers200ResponseData.md} +2 -2
- data/docs/Endpoints.md +80 -0
- data/docs/EndpointsApi.md +1043 -0
- data/docs/EndpointsInput.md +78 -0
- data/docs/EndpointsUpdate.md +78 -0
- data/docs/Favorites.md +15 -15
- data/docs/FavoritesApi.md +159 -159
- data/docs/FavoritesInput.md +9 -9
- data/docs/FavoritesUpdate.md +9 -9
- data/docs/{CompaniesCompanyIdUsersUserIdAlertsAssetAssetIdGet200Response.md → GetAlertsById200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdApiKeysApiKeyIdGet200Response.md → GetApiKeysById200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdAssetsAssetIdPricesAphIdGet200Response.md → GetAssetPriceHistoryById200Response.md} +2 -2
- data/docs/GetAssetUsecasesById200Response.md +20 -0
- data/docs/{AnalyzeCompanyHandleAssetsAssetSlugGet200Response.md → GetAssetsByIdAnalyze200Response.md} +2 -2
- data/docs/{CloudProvidersProviderIdGet200Response.md → GetCloudProvidersById200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdGet200Response.md → GetCompaniesById200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdConnectionsConnectionIdGet200Response.md → GetConnectionsById200Response.md} +2 -2
- data/docs/GetEndpointsByIdConnectionsDescribe200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdFavoritesCategoryCategoryGet200Response.md → GetFavoritesById200Response.md} +2 -2
- data/docs/GetIndustriesById200Response.md +20 -0
- data/docs/{JobFunctionsFunctionIdGet200Response.md → GetJobFunctionsById200Response.md} +2 -2
- data/docs/GetPostgenIntegrationsById200Response.md +20 -0
- data/docs/GetPostsById200Response.md +20 -0
- data/docs/GetStorageEnginesById200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdGet200Response.md → GetUsersById200Response.md} +2 -2
- data/docs/Industries.md +32 -0
- data/docs/IndustriesApi.md +237 -0
- data/docs/InlineObject4.md +20 -0
- data/docs/InlineObject5.md +20 -0
- data/docs/InlineObject6.md +22 -0
- data/docs/InlineObject7.md +20 -0
- data/docs/JobFunctions.md +8 -8
- data/docs/JobFunctionsApi.md +38 -25
- data/docs/JobFunctionsInput.md +2 -2
- data/docs/JobFunctionsUpdate.md +2 -2
- data/docs/{CompaniesCompanyIdApiKeysGet200Response.md → ListApiKeys200Response.md} +2 -2
- data/docs/ListAssetUsecases200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsGet200Response.md → ListAssets200Response.md} +2 -2
- data/docs/{CloudProvidersGet200Response.md → ListCloudProviders200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdAnalyticsAssetsGet200Response.md → ListCompaniesAnalyticsAssets200Response.md} +2 -2
- data/docs/{CompaniesCompanyIdConnectionsGet200Response.md → ListConnections200Response.md} +2 -2
- data/docs/ListEndpoints200Response.md +20 -0
- data/docs/ListIndustries200Response.md +20 -0
- data/docs/{JobFunctionsGet200Response.md → ListJobFunctions200Response.md} +2 -2
- data/docs/ListPostgenIntegrations200Response.md +20 -0
- data/docs/ListPosts200Response.md +20 -0
- data/docs/ListStorageEngines200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersGet200Response.md → ListUsers200Response.md} +2 -2
- data/docs/PostPublications.md +40 -0
- data/docs/PostPublicationsInput.md +34 -0
- data/docs/PostPublicationsUpdate.md +34 -0
- data/docs/PostgenIntegrations.md +36 -0
- data/docs/PostgenIntegrationsApi.md +463 -0
- data/docs/PostgenIntegrationsInput.md +30 -0
- data/docs/PostgenIntegrationsUpdate.md +30 -0
- data/docs/Posts.md +68 -0
- data/docs/PostsApi.md +843 -0
- data/docs/PostsInput.md +62 -0
- data/docs/PostsUpdate.md +62 -0
- data/docs/StorageEngines.md +32 -0
- data/docs/StorageEnginesApi.md +40 -28
- data/docs/UpdateAlerts200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData.md → UpdateAlerts200ResponseData.md} +2 -2
- data/docs/UpdateApiKeys200Response.md +20 -0
- data/docs/{CompaniesCompanyIdApiKeysApiKeyIdPatch200ResponseData.md → UpdateApiKeys200ResponseData.md} +2 -2
- data/docs/UpdateAssetPriceHistory200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsAssetIdPricesAphIdPatch200ResponseData.md → UpdateAssetPriceHistory200ResponseData.md} +2 -2
- data/docs/UpdateAssets200Response.md +20 -0
- data/docs/{CompaniesCompanyIdAssetsAssetIdPatch200ResponseData.md → UpdateAssets200ResponseData.md} +2 -2
- data/docs/UpdateCompanies200Response.md +20 -0
- data/docs/{CompaniesCompanyIdPatch200ResponseData.md → UpdateCompanies200ResponseData.md} +2 -2
- data/docs/UpdateConnections200Response.md +20 -0
- data/docs/{CompaniesCompanyIdConnectionsConnectionIdPatch200ResponseData.md → UpdateConnections200ResponseData.md} +2 -2
- data/docs/UpdateEndpoints200Response.md +20 -0
- data/docs/UpdateEndpoints200ResponseData.md +18 -0
- data/docs/UpdateFavorites200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200ResponseData.md → UpdateFavorites200ResponseData.md} +2 -2
- data/docs/UpdatePostgenIntegrations200Response.md +20 -0
- data/docs/UpdatePostgenIntegrations200ResponseData.md +18 -0
- data/docs/UpdatePosts200Response.md +20 -0
- data/docs/UpdatePosts200ResponseData.md +18 -0
- data/docs/UpdateUsers200Response.md +20 -0
- data/docs/{CompaniesCompanyIdUsersUserIdPatch200ResponseData.md → UpdateUsers200ResponseData.md} +2 -2
- data/docs/Users.md +20 -16
- data/docs/UsersApi.md +302 -97
- data/docs/UsersInput.md +14 -10
- data/docs/UsersUpdate.md +14 -10
- data/git_push.sh +57 -0
- data/lib/spartera_api_sdk/api/alerts_api.rb +414 -167
- data/lib/spartera_api_sdk/api/api_keys_api.rb +386 -152
- data/lib/spartera_api_sdk/api/asset_price_history_api.rb +454 -207
- data/lib/spartera_api_sdk/api/asset_usecases_api.rb +190 -0
- data/lib/spartera_api_sdk/api/assets_api.rb +949 -225
- data/lib/spartera_api_sdk/api/cloud_providers_api.rb +83 -31
- data/lib/spartera_api_sdk/api/companies_api.rb +651 -148
- data/lib/spartera_api_sdk/api/connections_api.rb +376 -142
- data/lib/spartera_api_sdk/api/endpoints_api.rb +1416 -0
- data/lib/spartera_api_sdk/api/favorites_api.rb +456 -196
- data/lib/spartera_api_sdk/api/industries_api.rb +284 -0
- data/lib/spartera_api_sdk/api/job_functions_api.rb +75 -23
- data/lib/spartera_api_sdk/api/postgen_integrations_api.rb +634 -0
- data/lib/spartera_api_sdk/api/posts_api.rb +1190 -0
- data/lib/spartera_api_sdk/api/storage_engines_api.rb +107 -29
- data/lib/spartera_api_sdk/api/users_api.rb +574 -105
- data/lib/spartera_api_sdk/api_client.rb +8 -4
- data/lib/spartera_api_sdk/api_error.rb +2 -2
- data/lib/spartera_api_sdk/api_model_base.rb +88 -0
- data/lib/spartera_api_sdk/configuration.rb +2 -2
- data/lib/spartera_api_sdk/models/alerts.rb +10 -77
- data/lib/spartera_api_sdk/models/alerts_input.rb +6 -76
- data/lib/spartera_api_sdk/models/alerts_update.rb +6 -76
- data/lib/spartera_api_sdk/models/api_keys.rb +82 -78
- data/lib/spartera_api_sdk/models/api_keys_input.rb +44 -77
- data/lib/spartera_api_sdk/models/api_keys_update.rb +44 -77
- data/lib/spartera_api_sdk/models/asset_price_history.rb +21 -96
- data/lib/spartera_api_sdk/models/asset_price_history_input.rb +17 -95
- data/lib/spartera_api_sdk/models/asset_price_history_update.rb +17 -78
- data/lib/spartera_api_sdk/models/asset_usecases.rb +216 -0
- data/lib/spartera_api_sdk/models/assets.rb +262 -93
- data/lib/spartera_api_sdk/models/assets_input.rb +238 -91
- data/lib/spartera_api_sdk/models/assets_update.rb +238 -91
- data/lib/spartera_api_sdk/models/cloud_providers.rb +10 -77
- data/lib/spartera_api_sdk/models/cloud_providers_input.rb +6 -76
- data/lib/spartera_api_sdk/models/cloud_providers_update.rb +6 -76
- data/lib/spartera_api_sdk/models/companies.rb +72 -81
- data/lib/spartera_api_sdk/models/companies_input.rb +68 -80
- data/lib/spartera_api_sdk/models/companies_update.rb +68 -80
- data/lib/spartera_api_sdk/models/connections.rb +15 -78
- data/lib/spartera_api_sdk/models/connections_input.rb +11 -77
- data/lib/spartera_api_sdk/models/connections_update.rb +11 -77
- data/lib/spartera_api_sdk/models/{cloud_providers_provider_id_get200_response.rb → create_alerts200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_alerts_post200_response_data.rb → create_alerts200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/create_api_keys200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_api_keys_post200_response_data.rb → create_api_keys200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/{companies_company_id_patch200_response.rb → create_asset_price_history200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_prices_post200_response_data.rb → create_asset_price_history200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/create_assets_analyze200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_post200_response_data.rb → create_assets_analyze200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/create_connections200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_connections_post200_response_data.rb → create_connections200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/create_endpoints200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/create_endpoints200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/create_favorites200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_favorites_post200_response_data.rb → create_favorites200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/{job_functions_function_id_get200_response.rb → create_postgen_integrations200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/create_postgen_integrations200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/create_posts200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/create_posts200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/create_users200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_post200_response_data.rb → create_users200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_alerts200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_alerts_alert_id_delete200_response_data.rb → delete_alerts200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_api_keys200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_api_keys_api_key_id_delete200_response_data.rb → delete_api_keys200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_asset_price_history200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_prices_aph_id_delete200_response_data.rb → delete_asset_price_history200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_assets200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_delete200_response_data.rb → delete_assets200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_connections200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_connections_connection_id_delete200_response_data.rb → delete_connections200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_endpoints200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/delete_endpoints200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/delete_favorites200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data.rb → delete_favorites200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/delete_postgen_integrations200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/delete_posts200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/delete_posts200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/delete_users200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_delete200_response_data.rb → delete_users200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/endpoints.rb +684 -0
- data/lib/spartera_api_sdk/models/endpoints_input.rb +582 -0
- data/lib/spartera_api_sdk/models/endpoints_update.rb +531 -0
- data/lib/spartera_api_sdk/models/error.rb +3 -76
- data/lib/spartera_api_sdk/models/favorites.rb +10 -77
- data/lib/spartera_api_sdk/models/favorites_input.rb +6 -76
- data/lib/spartera_api_sdk/models/favorites_update.rb +6 -76
- data/lib/spartera_api_sdk/models/get_alerts_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_api_keys_api_key_id_get200_response.rb → get_api_keys_by_id200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_prices_aph_id_get200_response.rb → get_asset_price_history_by_id200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/get_asset_usecases_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{analyze_company_handle_assets_asset_slug_get200_response.rb → get_assets_by_id_analyze200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/{companies_company_id_get200_response.rb → get_cloud_providers_by_id200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/get_companies_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_connections_connection_id_get200_response.rb → get_connections_by_id200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_delete200_response.rb → get_endpoints_by_id_connections_describe200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/get_favorites_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/get_industries_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/get_job_functions_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_get200_response.rb → get_postgen_integrations_by_id200_response.rb} +7 -82
- data/lib/spartera_api_sdk/models/get_posts_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/get_storage_engines_by_id200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_get200_response.rb → get_users_by_id200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/industries.rb +253 -0
- data/lib/spartera_api_sdk/models/inline_object.rb +3 -76
- data/lib/spartera_api_sdk/models/inline_object1.rb +3 -76
- data/lib/spartera_api_sdk/models/inline_object2.rb +3 -76
- data/lib/spartera_api_sdk/models/inline_object3.rb +3 -76
- data/lib/spartera_api_sdk/models/inline_object4.rb +156 -0
- data/lib/spartera_api_sdk/models/inline_object5.rb +156 -0
- data/lib/spartera_api_sdk/models/{cloud_providers_provider_id_storage_engines_get200_response.rb → inline_object6.rb} +22 -102
- data/lib/spartera_api_sdk/models/inline_object7.rb +156 -0
- data/lib/spartera_api_sdk/models/job_functions.rb +8 -77
- data/lib/spartera_api_sdk/models/job_functions_input.rb +4 -76
- data/lib/spartera_api_sdk/models/job_functions_update.rb +4 -76
- data/lib/spartera_api_sdk/models/list_api_keys200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/{cloud_providers_get200_response.rb → list_asset_usecases200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_get200_response.rb → list_assets200_response.rb} +5 -78
- data/lib/spartera_api_sdk/models/list_cloud_providers200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_api_keys_get200_response.rb → list_companies_analytics_assets200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/{job_functions_get200_response.rb → list_connections200_response.rb} +6 -79
- data/lib/spartera_api_sdk/models/list_endpoints200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_industries200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_job_functions200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_postgen_integrations200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_posts200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_storage_engines200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/list_users200_response.rb +193 -0
- data/lib/spartera_api_sdk/models/post_publications.rb +327 -0
- data/lib/spartera_api_sdk/models/post_publications_input.rb +280 -0
- data/lib/spartera_api_sdk/models/post_publications_update.rb +229 -0
- data/lib/spartera_api_sdk/models/postgen_integrations.rb +341 -0
- data/lib/spartera_api_sdk/models/postgen_integrations_input.rb +294 -0
- data/lib/spartera_api_sdk/models/postgen_integrations_update.rb +209 -0
- data/lib/spartera_api_sdk/models/posts.rb +586 -0
- data/lib/spartera_api_sdk/models/posts_input.rb +437 -0
- data/lib/spartera_api_sdk/models/posts_update.rb +369 -0
- data/lib/spartera_api_sdk/models/storage_engines.rb +294 -0
- data/lib/spartera_api_sdk/models/update_alerts200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_alerts_alert_id_patch200_response_data.rb → update_alerts200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_api_keys200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_api_keys_api_key_id_patch200_response_data.rb → update_api_keys200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_asset_price_history200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_prices_aph_id_patch200_response_data.rb → update_asset_price_history200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_assets200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_assets_asset_id_patch200_response_data.rb → update_assets200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_companies200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_patch200_response_data.rb → update_companies200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_connections200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_connections_connection_id_patch200_response_data.rb → update_connections200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_endpoints200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/update_endpoints200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/update_favorites200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data.rb → update_favorites200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/update_postgen_integrations200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/update_posts200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/update_posts200_response_data.rb +165 -0
- data/lib/spartera_api_sdk/models/update_users200_response.rb +191 -0
- data/lib/spartera_api_sdk/models/{companies_company_id_users_user_id_patch200_response_data.rb → update_users200_response_data.rb} +5 -78
- data/lib/spartera_api_sdk/models/users.rb +70 -82
- data/lib/spartera_api_sdk/models/users_input.rb +32 -81
- data/lib/spartera_api_sdk/models/users_update.rb +32 -81
- data/lib/spartera_api_sdk/version.rb +13 -1
- data/lib/spartera_api_sdk.rb +118 -67
- data/spartera_api_sdk.gemspec +39 -0
- data/spec/api/alerts_api_spec.rb +50 -50
- data/spec/api/api_keys_api_spec.rb +53 -43
- data/spec/api/asset_price_history_api_spec.rb +57 -57
- data/spec/api/asset_usecases_api_spec.rb +61 -0
- data/spec/api/assets_api_spec.rb +134 -69
- data/spec/api/cloud_providers_api_spec.rb +16 -11
- data/spec/api/companies_api_spec.rb +99 -48
- data/spec/api/connections_api_spec.rb +53 -43
- data/spec/api/endpoints_api_spec.rb +215 -0
- data/spec/api/favorites_api_spec.rb +56 -56
- data/spec/api/industries_api_spec.rb +76 -0
- data/spec/api/job_functions_api_spec.rb +14 -9
- data/spec/api/postgen_integrations_api_spec.rb +117 -0
- data/spec/api/posts_api_spec.rb +186 -0
- data/spec/api/storage_engines_api_spec.rb +16 -11
- data/spec/api/users_api_spec.rb +81 -32
- data/spec/models/alerts_input_spec.rb +3 -3
- data/spec/models/alerts_spec.rb +3 -3
- data/spec/models/alerts_update_spec.rb +3 -3
- data/spec/models/api_keys_input_spec.rb +27 -3
- data/spec/models/api_keys_spec.rb +27 -3
- data/spec/models/api_keys_update_spec.rb +27 -3
- data/spec/models/asset_price_history_input_spec.rb +9 -3
- data/spec/models/asset_price_history_spec.rb +9 -3
- data/spec/models/asset_price_history_update_spec.rb +9 -3
- data/spec/models/asset_usecases_spec.rb +66 -0
- data/spec/models/assets_input_spec.rb +110 -4
- data/spec/models/assets_spec.rb +110 -4
- data/spec/models/assets_update_spec.rb +110 -4
- data/spec/models/cloud_providers_input_spec.rb +3 -3
- data/spec/models/cloud_providers_spec.rb +3 -3
- data/spec/models/cloud_providers_update_spec.rb +3 -3
- data/spec/models/companies_input_spec.rb +19 -3
- data/spec/models/companies_spec.rb +19 -3
- data/spec/models/companies_update_spec.rb +19 -3
- data/spec/models/connections_input_spec.rb +3 -3
- data/spec/models/connections_spec.rb +3 -3
- data/spec/models/connections_update_spec.rb +3 -3
- data/spec/models/create_alerts200_response_data_spec.rb +36 -0
- data/spec/models/create_alerts200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_api_keys_post200_response_data_spec.rb → create_api_keys200_response_data_spec.rb} +8 -8
- data/spec/models/create_api_keys200_response_spec.rb +42 -0
- data/spec/models/create_asset_price_history200_response_data_spec.rb +36 -0
- data/spec/models/{companies_company_id_patch200_response_spec.rb → create_asset_price_history200_response_spec.rb} +8 -8
- data/spec/models/{companies_company_id_assets_post200_response_data_spec.rb → create_assets_analyze200_response_data_spec.rb} +8 -8
- data/spec/models/create_assets_analyze200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_connections_post200_response_data_spec.rb → create_connections200_response_data_spec.rb} +8 -8
- data/spec/models/{cloud_providers_get200_response_spec.rb → create_connections200_response_spec.rb} +8 -8
- data/spec/models/create_endpoints200_response_data_spec.rb +36 -0
- data/spec/models/create_endpoints200_response_spec.rb +42 -0
- data/spec/models/create_favorites200_response_data_spec.rb +36 -0
- data/spec/models/create_favorites200_response_spec.rb +42 -0
- data/spec/models/create_postgen_integrations200_response_data_spec.rb +36 -0
- data/spec/models/{job_functions_function_id_get200_response_spec.rb → create_postgen_integrations200_response_spec.rb} +8 -8
- data/spec/models/create_posts200_response_data_spec.rb +36 -0
- data/spec/models/create_posts200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_users_post200_response_data_spec.rb → create_users200_response_data_spec.rb} +8 -8
- data/spec/models/create_users200_response_spec.rb +42 -0
- data/spec/models/delete_alerts200_response_data_spec.rb +36 -0
- data/spec/models/delete_alerts200_response_spec.rb +42 -0
- data/spec/models/delete_api_keys200_response_data_spec.rb +36 -0
- data/spec/models/delete_api_keys200_response_spec.rb +42 -0
- data/spec/models/delete_asset_price_history200_response_data_spec.rb +36 -0
- data/spec/models/delete_asset_price_history200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_assets_asset_id_patch200_response_data_spec.rb → delete_assets200_response_data_spec.rb} +8 -8
- data/spec/models/delete_assets200_response_spec.rb +42 -0
- data/spec/models/delete_connections200_response_data_spec.rb +36 -0
- data/spec/models/delete_connections200_response_spec.rb +42 -0
- data/spec/models/delete_endpoints200_response_data_spec.rb +36 -0
- data/spec/models/delete_endpoints200_response_spec.rb +42 -0
- data/spec/models/delete_favorites200_response_data_spec.rb +36 -0
- data/spec/models/delete_favorites200_response_spec.rb +42 -0
- data/spec/models/delete_postgen_integrations200_response_data_spec.rb +36 -0
- data/spec/models/delete_postgen_integrations200_response_spec.rb +42 -0
- data/spec/models/delete_posts200_response_data_spec.rb +36 -0
- data/spec/models/delete_posts200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_users_user_id_patch200_response_data_spec.rb → delete_users200_response_data_spec.rb} +8 -8
- data/spec/models/delete_users200_response_spec.rb +42 -0
- data/spec/models/endpoints_input_spec.rb +236 -0
- data/spec/models/endpoints_spec.rb +242 -0
- data/spec/models/endpoints_update_spec.rb +236 -0
- data/spec/models/error_spec.rb +3 -3
- data/spec/models/favorites_input_spec.rb +3 -3
- data/spec/models/favorites_spec.rb +3 -3
- data/spec/models/favorites_update_spec.rb +3 -3
- data/spec/models/get_alerts_by_id200_response_spec.rb +42 -0
- data/spec/models/{job_functions_get200_response_spec.rb → get_api_keys_by_id200_response_spec.rb} +8 -8
- data/spec/models/get_asset_price_history_by_id200_response_spec.rb +42 -0
- data/spec/models/get_asset_usecases_by_id200_response_spec.rb +42 -0
- data/spec/models/get_assets_by_id_analyze200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_get200_response_spec.rb → get_cloud_providers_by_id200_response_spec.rb} +8 -8
- data/spec/models/get_companies_by_id200_response_spec.rb +42 -0
- data/spec/models/get_connections_by_id200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_users_user_id_delete200_response_spec.rb → get_endpoints_by_id_connections_describe200_response_spec.rb} +8 -8
- data/spec/models/get_favorites_by_id200_response_spec.rb +42 -0
- data/spec/models/get_industries_by_id200_response_spec.rb +42 -0
- data/spec/models/get_job_functions_by_id200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_users_get200_response_spec.rb → get_postgen_integrations_by_id200_response_spec.rb} +8 -8
- data/spec/models/get_posts_by_id200_response_spec.rb +42 -0
- data/spec/models/get_storage_engines_by_id200_response_spec.rb +42 -0
- data/spec/models/get_users_by_id200_response_spec.rb +42 -0
- data/spec/models/industries_spec.rb +78 -0
- 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_object4_spec.rb +42 -0
- data/spec/models/inline_object5_spec.rb +42 -0
- data/spec/models/{cloud_providers_provider_id_get200_response_spec.rb → inline_object6_spec.rb} +15 -9
- data/spec/models/inline_object7_spec.rb +42 -0
- data/spec/models/inline_object_spec.rb +3 -3
- data/spec/models/job_functions_input_spec.rb +3 -3
- data/spec/models/job_functions_spec.rb +3 -3
- data/spec/models/job_functions_update_spec.rb +3 -3
- data/spec/models/list_api_keys200_response_spec.rb +42 -0
- data/spec/models/list_asset_usecases200_response_spec.rb +42 -0
- data/spec/models/list_assets200_response_spec.rb +42 -0
- data/spec/models/list_cloud_providers200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_api_keys_get200_response_spec.rb → list_companies_analytics_assets200_response_spec.rb} +8 -8
- data/spec/models/list_connections200_response_spec.rb +42 -0
- data/spec/models/list_endpoints200_response_spec.rb +42 -0
- data/spec/models/list_industries200_response_spec.rb +42 -0
- data/spec/models/list_job_functions200_response_spec.rb +42 -0
- data/spec/models/list_postgen_integrations200_response_spec.rb +42 -0
- data/spec/models/list_posts200_response_spec.rb +42 -0
- data/spec/models/list_storage_engines200_response_spec.rb +42 -0
- data/spec/models/list_users200_response_spec.rb +42 -0
- data/spec/models/post_publications_input_spec.rb +84 -0
- data/spec/models/post_publications_spec.rb +102 -0
- data/spec/models/post_publications_update_spec.rb +84 -0
- data/spec/models/postgen_integrations_input_spec.rb +72 -0
- data/spec/models/postgen_integrations_spec.rb +90 -0
- data/spec/models/postgen_integrations_update_spec.rb +72 -0
- data/spec/models/posts_input_spec.rb +168 -0
- data/spec/models/posts_spec.rb +186 -0
- data/spec/models/posts_update_spec.rb +168 -0
- data/spec/models/storage_engines_spec.rb +82 -0
- data/spec/models/update_alerts200_response_data_spec.rb +36 -0
- data/spec/models/update_alerts200_response_spec.rb +42 -0
- data/spec/models/update_api_keys200_response_data_spec.rb +36 -0
- data/spec/models/update_api_keys200_response_spec.rb +42 -0
- data/spec/models/update_asset_price_history200_response_data_spec.rb +36 -0
- data/spec/models/update_asset_price_history200_response_spec.rb +42 -0
- data/spec/models/update_assets200_response_data_spec.rb +36 -0
- data/spec/models/update_assets200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_patch200_response_data_spec.rb → update_companies200_response_data_spec.rb} +8 -8
- data/spec/models/update_companies200_response_spec.rb +42 -0
- data/spec/models/update_connections200_response_data_spec.rb +36 -0
- data/spec/models/update_connections200_response_spec.rb +42 -0
- data/spec/models/update_endpoints200_response_data_spec.rb +36 -0
- data/spec/models/update_endpoints200_response_spec.rb +42 -0
- data/spec/models/update_favorites200_response_data_spec.rb +36 -0
- data/spec/models/update_favorites200_response_spec.rb +42 -0
- data/spec/models/update_postgen_integrations200_response_data_spec.rb +36 -0
- data/spec/models/update_postgen_integrations200_response_spec.rb +42 -0
- data/spec/models/update_posts200_response_data_spec.rb +36 -0
- data/spec/models/update_posts200_response_spec.rb +42 -0
- data/spec/models/{companies_company_id_users_user_id_delete200_response_data_spec.rb → update_users200_response_data_spec.rb} +8 -8
- data/spec/models/update_users200_response_spec.rb +42 -0
- data/spec/models/users_input_spec.rb +15 -3
- data/spec/models/users_spec.rb +15 -3
- data/spec/models/users_update_spec.rb +15 -3
- data/spec/spec_helper.rb +111 -0
- metadata +515 -337
- data/docs/CloudProvidersProviderIdStorageEnginesGet200Response.md +0 -20
- data/docs/CompaniesCompanyIdApiKeysApiKeyIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdApiKeysApiKeyIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdApiKeysPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdPricesAphIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdPricesAphIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdPricesGet200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsAssetIdPricesPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdAssetsPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdConnectionsConnectionIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdConnectionsConnectionIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdConnectionsPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdAlertsGet200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdAlertsPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesGet200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesPost200Response.md +0 -20
- data/docs/CompaniesCompanyIdUsersUserIdPatch200Response.md +0 -20
- data/lib/spartera_api_sdk/models/companies_company_id_analytics_assets_get200_response.rb +0 -266
- data/lib/spartera_api_sdk/models/companies_company_id_api_keys_api_key_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_api_keys_api_key_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_api_keys_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_prices_aph_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_prices_aph_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_prices_get200_response.rb +0 -266
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_prices_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_assets_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_connections_get200_response.rb +0 -266
- data/lib/spartera_api_sdk/models/companies_company_id_connections_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_asset_asset_id_get200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_get200_response.rb +0 -266
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_category_category_get200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_get200_response.rb +0 -266
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_post200_response.rb +0 -264
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_patch200_response.rb +0 -264
- data/spec/models/analyze_company_handle_assets_asset_slug_get200_response_spec.rb +0 -42
- data/spec/models/cloud_providers_provider_id_storage_engines_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_analytics_assets_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_api_keys_api_key_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_api_keys_api_key_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_api_keys_api_key_id_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_api_keys_api_key_id_patch200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_api_keys_api_key_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_api_keys_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_assets_asset_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_prices_aph_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_assets_asset_id_prices_aph_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_prices_aph_id_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_prices_aph_id_patch200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_assets_asset_id_prices_aph_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_prices_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_asset_id_prices_post200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_assets_asset_id_prices_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_assets_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_connections_connection_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_connections_connection_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_connections_connection_id_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_connections_connection_id_patch200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_connections_connection_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_connections_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_connections_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_alerts_asset_asset_id_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_alerts_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_alerts_post200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_alerts_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_favorites_category_category_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_favorites_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_favorites_post200_response_data_spec.rb +0 -36
- data/spec/models/companies_company_id_users_user_id_favorites_post200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_get200_response_spec.rb +0 -42
- data/spec/models/companies_company_id_users_user_id_patch200_response_spec.rb +0 -42
data/docs/AssetsApi.md
CHANGED
|
@@ -4,25 +4,112 @@ 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
|
-
| [**
|
|
15
|
-
| [**
|
|
16
|
-
| [**
|
|
17
|
-
| [**
|
|
18
|
-
| [**
|
|
7
|
+
| [**create_assets**](AssetsApi.md#create_assets) | **POST** /companies/{company_id}/assets | Create a new asset |
|
|
8
|
+
| [**create_assets_analyze**](AssetsApi.md#create_assets_analyze) | **POST** /analyze/{company_handle}/assets/{asset_slug} | Process (analyze) an asset with dynamic rate limiting applied via decorator. |
|
|
9
|
+
| [**create_assets_scan_column**](AssetsApi.md#create_assets_scan_column) | **POST** /companies/{company_id}/assets/{asset_id}/scan_column | Scan a column in the asset's table to retrieve distinct values Request Body: column (str): Column name to scan limit (int, optional): Maximum distinct values to return (default 1000, max 5000) Returns: Flask Response with scan results |
|
|
10
|
+
| [**create_assets_test**](AssetsApi.md#create_assets_test) | **POST** /companies/{company_id}/assets/{asset_id}/test | POST /companies/{company_id}/assets/{asset_id}/test |
|
|
11
|
+
| [**delete_assets**](AssetsApi.md#delete_assets) | **DELETE** /companies/{company_id}/assets/{asset_id} | Delete single asset by ID |
|
|
12
|
+
| [**get_assets_by_id**](AssetsApi.md#get_assets_by_id) | **GET** /companies/{company_id}/assets/{asset_id} | Get single asset by ID |
|
|
13
|
+
| [**get_assets_by_id2**](AssetsApi.md#get_assets_by_id2) | **GET** /companies/{company_id}/assets/{asset_id}/statistics | Get statistics for a specific asset (public endpoint) |
|
|
14
|
+
| [**get_assets_by_id_analyze**](AssetsApi.md#get_assets_by_id_analyze) | **GET** /analyze/{company_handle}/assets/{asset_slug} | Process (analyze) an asset with dynamic rate limiting applied via decorator. |
|
|
15
|
+
| [**get_assets_by_id_infoschema**](AssetsApi.md#get_assets_by_id_infoschema) | **GET** /companies/{company_id}/assets/{asset_id}/infoschema | Get the information schema for a specific asset's table |
|
|
16
|
+
| [**get_assets_by_id_infoschema_save**](AssetsApi.md#get_assets_by_id_infoschema_save) | **GET** /companies/{company_id}/assets/{asset_id}/infoschema/save | Retrieve and save an asset's information schema |
|
|
17
|
+
| [**get_assets_by_id_predicted_price**](AssetsApi.md#get_assets_by_id_predicted_price) | **GET** /companies/{company_id}/assets/{asset_id}/predicted_price | Get AI-predicted pricing for a specific asset |
|
|
18
|
+
| [**get_assets_by_id_statistics**](AssetsApi.md#get_assets_by_id_statistics) | **GET** /companies/{company_id}/assets/statistics | Get statistics for all assets the user has access to |
|
|
19
|
+
| [**get_assets_by_id_test**](AssetsApi.md#get_assets_by_id_test) | **GET** /companies/{company_id}/assets/{asset_id}/test | GET /companies/{company_id}/assets/{asset_id}/test |
|
|
20
|
+
| [**list_assets**](AssetsApi.md#list_assets) | **GET** /companies/{company_id}/assets | Get all assets for a specific company |
|
|
21
|
+
| [**list_assets_search**](AssetsApi.md#list_assets_search) | **GET** /companies/{company_id}/assets/search | Search and filter assets with advanced options Query Parameters: q: Search query string category: Filter by category sport: Filter by sport tag sort_by: Sort field (name|recent|popular|trending) limit: Number of results (default 20, max 100) offset: Offset for pagination include_recommended: Include recommendations (true/false) include_schema: Include asset_schema in response (true/false, default false) |
|
|
22
|
+
| [**update_assets**](AssetsApi.md#update_assets) | **PATCH** /companies/{company_id}/assets/{asset_id} | Update an existing asset by ID |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## create_assets
|
|
26
|
+
|
|
27
|
+
> <CreateAssetsAnalyze200Response> create_assets(company_id, assets_input, opts)
|
|
19
28
|
|
|
29
|
+
Create a new asset
|
|
30
|
+
|
|
31
|
+
### Examples
|
|
32
|
+
|
|
33
|
+
```ruby
|
|
34
|
+
require 'time'
|
|
35
|
+
require 'spartera_api_sdk'
|
|
36
|
+
# setup authorization
|
|
37
|
+
SparteraApiSdk.configure do |config|
|
|
38
|
+
# Configure API key authorization: ApiKeyAuth
|
|
39
|
+
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
40
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
41
|
+
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
api_instance = SparteraApiSdk::AssetsApi.new
|
|
45
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
46
|
+
assets_input = SparteraApiSdk::AssetsInput.new({company_id: 'company_id_abc123', name: 'Example Name', source: 'MANUAL'}) # AssetsInput |
|
|
47
|
+
opts = {
|
|
48
|
+
page: 56, # Integer | Page number for pagination
|
|
49
|
+
limit: 56, # Integer | Number of items per page
|
|
50
|
+
sort_by: 'sort_by_example', # String | Field to sort by
|
|
51
|
+
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
52
|
+
search: 'search_example' # String | Search term to filter results
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
begin
|
|
56
|
+
# Create a new asset
|
|
57
|
+
result = api_instance.create_assets(company_id, assets_input, opts)
|
|
58
|
+
p result
|
|
59
|
+
rescue SparteraApiSdk::ApiError => e
|
|
60
|
+
puts "Error when calling AssetsApi->create_assets: #{e}"
|
|
61
|
+
end
|
|
62
|
+
```
|
|
20
63
|
|
|
21
|
-
|
|
64
|
+
#### Using the create_assets_with_http_info variant
|
|
22
65
|
|
|
23
|
-
|
|
66
|
+
This returns an Array which contains the response data, status code and headers.
|
|
24
67
|
|
|
25
|
-
|
|
68
|
+
> <Array(<CreateAssetsAnalyze200Response>, Integer, Hash)> create_assets_with_http_info(company_id, assets_input, opts)
|
|
69
|
+
|
|
70
|
+
```ruby
|
|
71
|
+
begin
|
|
72
|
+
# Create a new asset
|
|
73
|
+
data, status_code, headers = api_instance.create_assets_with_http_info(company_id, assets_input, opts)
|
|
74
|
+
p status_code # => 2xx
|
|
75
|
+
p headers # => { ... }
|
|
76
|
+
p data # => <CreateAssetsAnalyze200Response>
|
|
77
|
+
rescue SparteraApiSdk::ApiError => e
|
|
78
|
+
puts "Error when calling AssetsApi->create_assets_with_http_info: #{e}"
|
|
79
|
+
end
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Parameters
|
|
83
|
+
|
|
84
|
+
| Name | Type | Description | Notes |
|
|
85
|
+
| ---- | ---- | ----------- | ----- |
|
|
86
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
87
|
+
| **assets_input** | [**AssetsInput**](AssetsInput.md) | | |
|
|
88
|
+
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
89
|
+
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
90
|
+
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
91
|
+
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
92
|
+
| **search** | **String** | Search term to filter results | [optional] |
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
[**CreateAssetsAnalyze200Response**](CreateAssetsAnalyze200Response.md)
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: application/json
|
|
105
|
+
- **Accept**: application/json
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## create_assets_analyze
|
|
109
|
+
|
|
110
|
+
> <CreateAssetsAnalyze200Response> create_assets_analyze(asset_slug, company_handle, assets_input)
|
|
111
|
+
|
|
112
|
+
Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
26
113
|
|
|
27
114
|
### Examples
|
|
28
115
|
|
|
@@ -38,33 +125,34 @@ SparteraApiSdk.configure do |config|
|
|
|
38
125
|
end
|
|
39
126
|
|
|
40
127
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
41
|
-
asset_slug = 'asset_slug_example' # String |
|
|
42
|
-
company_handle = 'company_handle_example' # String |
|
|
128
|
+
asset_slug = 'asset_slug_example' # String | URL-friendly slug for the Asset
|
|
129
|
+
company_handle = 'company_handle_example' # String | Human-readable handle for the Company
|
|
130
|
+
assets_input = SparteraApiSdk::AssetsInput.new({company_id: 'company_id_abc123', name: 'Example Name', source: 'MANUAL'}) # AssetsInput |
|
|
43
131
|
|
|
44
132
|
begin
|
|
45
|
-
# Process (analyze) an asset.
|
|
46
|
-
result = api_instance.
|
|
133
|
+
# Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
134
|
+
result = api_instance.create_assets_analyze(asset_slug, company_handle, assets_input)
|
|
47
135
|
p result
|
|
48
136
|
rescue SparteraApiSdk::ApiError => e
|
|
49
|
-
puts "Error when calling AssetsApi->
|
|
137
|
+
puts "Error when calling AssetsApi->create_assets_analyze: #{e}"
|
|
50
138
|
end
|
|
51
139
|
```
|
|
52
140
|
|
|
53
|
-
#### Using the
|
|
141
|
+
#### Using the create_assets_analyze_with_http_info variant
|
|
54
142
|
|
|
55
143
|
This returns an Array which contains the response data, status code and headers.
|
|
56
144
|
|
|
57
|
-
> <Array(<
|
|
145
|
+
> <Array(<CreateAssetsAnalyze200Response>, Integer, Hash)> create_assets_analyze_with_http_info(asset_slug, company_handle, assets_input)
|
|
58
146
|
|
|
59
147
|
```ruby
|
|
60
148
|
begin
|
|
61
|
-
# Process (analyze) an asset.
|
|
62
|
-
data, status_code, headers = api_instance.
|
|
149
|
+
# Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
150
|
+
data, status_code, headers = api_instance.create_assets_analyze_with_http_info(asset_slug, company_handle, assets_input)
|
|
63
151
|
p status_code # => 2xx
|
|
64
152
|
p headers # => { ... }
|
|
65
|
-
p data # => <
|
|
153
|
+
p data # => <CreateAssetsAnalyze200Response>
|
|
66
154
|
rescue SparteraApiSdk::ApiError => e
|
|
67
|
-
puts "Error when calling AssetsApi->
|
|
155
|
+
puts "Error when calling AssetsApi->create_assets_analyze_with_http_info: #{e}"
|
|
68
156
|
end
|
|
69
157
|
```
|
|
70
158
|
|
|
@@ -72,12 +160,13 @@ end
|
|
|
72
160
|
|
|
73
161
|
| Name | Type | Description | Notes |
|
|
74
162
|
| ---- | ---- | ----------- | ----- |
|
|
75
|
-
| **asset_slug** | **String** |
|
|
76
|
-
| **company_handle** | **String** |
|
|
163
|
+
| **asset_slug** | **String** | URL-friendly slug for the Asset | |
|
|
164
|
+
| **company_handle** | **String** | Human-readable handle for the Company | |
|
|
165
|
+
| **assets_input** | [**AssetsInput**](AssetsInput.md) | | |
|
|
77
166
|
|
|
78
167
|
### Return type
|
|
79
168
|
|
|
80
|
-
[**
|
|
169
|
+
[**CreateAssetsAnalyze200Response**](CreateAssetsAnalyze200Response.md)
|
|
81
170
|
|
|
82
171
|
### Authorization
|
|
83
172
|
|
|
@@ -85,13 +174,159 @@ end
|
|
|
85
174
|
|
|
86
175
|
### HTTP request headers
|
|
87
176
|
|
|
88
|
-
- **Content-Type**:
|
|
177
|
+
- **Content-Type**: application/json
|
|
178
|
+
- **Accept**: application/json
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## create_assets_scan_column
|
|
182
|
+
|
|
183
|
+
> <CreateAssetsAnalyze200Response> create_assets_scan_column(company_id, asset_id, assets_input)
|
|
184
|
+
|
|
185
|
+
Scan a column in the asset's table to retrieve distinct values Request Body: column (str): Column name to scan limit (int, optional): Maximum distinct values to return (default 1000, max 5000) Returns: Flask Response with scan results
|
|
186
|
+
|
|
187
|
+
### Examples
|
|
188
|
+
|
|
189
|
+
```ruby
|
|
190
|
+
require 'time'
|
|
191
|
+
require 'spartera_api_sdk'
|
|
192
|
+
# setup authorization
|
|
193
|
+
SparteraApiSdk.configure do |config|
|
|
194
|
+
# Configure API key authorization: ApiKeyAuth
|
|
195
|
+
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
196
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
197
|
+
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
api_instance = SparteraApiSdk::AssetsApi.new
|
|
201
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
202
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
203
|
+
assets_input = SparteraApiSdk::AssetsInput.new({company_id: 'company_id_abc123', name: 'Example Name', source: 'MANUAL'}) # AssetsInput |
|
|
204
|
+
|
|
205
|
+
begin
|
|
206
|
+
# Scan a column in the asset's table to retrieve distinct values Request Body: column (str): Column name to scan limit (int, optional): Maximum distinct values to return (default 1000, max 5000) Returns: Flask Response with scan results
|
|
207
|
+
result = api_instance.create_assets_scan_column(company_id, asset_id, assets_input)
|
|
208
|
+
p result
|
|
209
|
+
rescue SparteraApiSdk::ApiError => e
|
|
210
|
+
puts "Error when calling AssetsApi->create_assets_scan_column: #{e}"
|
|
211
|
+
end
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
#### Using the create_assets_scan_column_with_http_info variant
|
|
215
|
+
|
|
216
|
+
This returns an Array which contains the response data, status code and headers.
|
|
217
|
+
|
|
218
|
+
> <Array(<CreateAssetsAnalyze200Response>, Integer, Hash)> create_assets_scan_column_with_http_info(company_id, asset_id, assets_input)
|
|
219
|
+
|
|
220
|
+
```ruby
|
|
221
|
+
begin
|
|
222
|
+
# Scan a column in the asset's table to retrieve distinct values Request Body: column (str): Column name to scan limit (int, optional): Maximum distinct values to return (default 1000, max 5000) Returns: Flask Response with scan results
|
|
223
|
+
data, status_code, headers = api_instance.create_assets_scan_column_with_http_info(company_id, asset_id, assets_input)
|
|
224
|
+
p status_code # => 2xx
|
|
225
|
+
p headers # => { ... }
|
|
226
|
+
p data # => <CreateAssetsAnalyze200Response>
|
|
227
|
+
rescue SparteraApiSdk::ApiError => e
|
|
228
|
+
puts "Error when calling AssetsApi->create_assets_scan_column_with_http_info: #{e}"
|
|
229
|
+
end
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
### Parameters
|
|
233
|
+
|
|
234
|
+
| Name | Type | Description | Notes |
|
|
235
|
+
| ---- | ---- | ----------- | ----- |
|
|
236
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
237
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
238
|
+
| **assets_input** | [**AssetsInput**](AssetsInput.md) | | |
|
|
239
|
+
|
|
240
|
+
### Return type
|
|
241
|
+
|
|
242
|
+
[**CreateAssetsAnalyze200Response**](CreateAssetsAnalyze200Response.md)
|
|
243
|
+
|
|
244
|
+
### Authorization
|
|
245
|
+
|
|
246
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
247
|
+
|
|
248
|
+
### HTTP request headers
|
|
249
|
+
|
|
250
|
+
- **Content-Type**: application/json
|
|
251
|
+
- **Accept**: application/json
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## create_assets_test
|
|
255
|
+
|
|
256
|
+
> <CreateAssetsAnalyze200Response> create_assets_test(company_id, asset_id, assets_input)
|
|
257
|
+
|
|
258
|
+
POST /companies/{company_id}/assets/{asset_id}/test
|
|
259
|
+
|
|
260
|
+
### Examples
|
|
261
|
+
|
|
262
|
+
```ruby
|
|
263
|
+
require 'time'
|
|
264
|
+
require 'spartera_api_sdk'
|
|
265
|
+
# setup authorization
|
|
266
|
+
SparteraApiSdk.configure do |config|
|
|
267
|
+
# Configure API key authorization: ApiKeyAuth
|
|
268
|
+
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
269
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
270
|
+
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
api_instance = SparteraApiSdk::AssetsApi.new
|
|
274
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
275
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
276
|
+
assets_input = SparteraApiSdk::AssetsInput.new({company_id: 'company_id_abc123', name: 'Example Name', source: 'MANUAL'}) # AssetsInput |
|
|
277
|
+
|
|
278
|
+
begin
|
|
279
|
+
# POST /companies/{company_id}/assets/{asset_id}/test
|
|
280
|
+
result = api_instance.create_assets_test(company_id, asset_id, assets_input)
|
|
281
|
+
p result
|
|
282
|
+
rescue SparteraApiSdk::ApiError => e
|
|
283
|
+
puts "Error when calling AssetsApi->create_assets_test: #{e}"
|
|
284
|
+
end
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
#### Using the create_assets_test_with_http_info variant
|
|
288
|
+
|
|
289
|
+
This returns an Array which contains the response data, status code and headers.
|
|
290
|
+
|
|
291
|
+
> <Array(<CreateAssetsAnalyze200Response>, Integer, Hash)> create_assets_test_with_http_info(company_id, asset_id, assets_input)
|
|
292
|
+
|
|
293
|
+
```ruby
|
|
294
|
+
begin
|
|
295
|
+
# POST /companies/{company_id}/assets/{asset_id}/test
|
|
296
|
+
data, status_code, headers = api_instance.create_assets_test_with_http_info(company_id, asset_id, assets_input)
|
|
297
|
+
p status_code # => 2xx
|
|
298
|
+
p headers # => { ... }
|
|
299
|
+
p data # => <CreateAssetsAnalyze200Response>
|
|
300
|
+
rescue SparteraApiSdk::ApiError => e
|
|
301
|
+
puts "Error when calling AssetsApi->create_assets_test_with_http_info: #{e}"
|
|
302
|
+
end
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
### Parameters
|
|
306
|
+
|
|
307
|
+
| Name | Type | Description | Notes |
|
|
308
|
+
| ---- | ---- | ----------- | ----- |
|
|
309
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
310
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
311
|
+
| **assets_input** | [**AssetsInput**](AssetsInput.md) | | |
|
|
312
|
+
|
|
313
|
+
### Return type
|
|
314
|
+
|
|
315
|
+
[**CreateAssetsAnalyze200Response**](CreateAssetsAnalyze200Response.md)
|
|
316
|
+
|
|
317
|
+
### Authorization
|
|
318
|
+
|
|
319
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
320
|
+
|
|
321
|
+
### HTTP request headers
|
|
322
|
+
|
|
323
|
+
- **Content-Type**: application/json
|
|
89
324
|
- **Accept**: application/json
|
|
90
325
|
|
|
91
326
|
|
|
92
|
-
##
|
|
327
|
+
## delete_assets
|
|
93
328
|
|
|
94
|
-
> <
|
|
329
|
+
> <DeleteAssets200Response> delete_assets(company_id, asset_id)
|
|
95
330
|
|
|
96
331
|
Delete single asset by ID
|
|
97
332
|
|
|
@@ -109,33 +344,33 @@ SparteraApiSdk.configure do |config|
|
|
|
109
344
|
end
|
|
110
345
|
|
|
111
346
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
112
|
-
company_id = 'company_id_example' # String |
|
|
113
|
-
asset_id = 'asset_id_example' # String |
|
|
347
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
348
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
114
349
|
|
|
115
350
|
begin
|
|
116
351
|
# Delete single asset by ID
|
|
117
|
-
result = api_instance.
|
|
352
|
+
result = api_instance.delete_assets(company_id, asset_id)
|
|
118
353
|
p result
|
|
119
354
|
rescue SparteraApiSdk::ApiError => e
|
|
120
|
-
puts "Error when calling AssetsApi->
|
|
355
|
+
puts "Error when calling AssetsApi->delete_assets: #{e}"
|
|
121
356
|
end
|
|
122
357
|
```
|
|
123
358
|
|
|
124
|
-
#### Using the
|
|
359
|
+
#### Using the delete_assets_with_http_info variant
|
|
125
360
|
|
|
126
361
|
This returns an Array which contains the response data, status code and headers.
|
|
127
362
|
|
|
128
|
-
> <Array(<
|
|
363
|
+
> <Array(<DeleteAssets200Response>, Integer, Hash)> delete_assets_with_http_info(company_id, asset_id)
|
|
129
364
|
|
|
130
365
|
```ruby
|
|
131
366
|
begin
|
|
132
367
|
# Delete single asset by ID
|
|
133
|
-
data, status_code, headers = api_instance.
|
|
368
|
+
data, status_code, headers = api_instance.delete_assets_with_http_info(company_id, asset_id)
|
|
134
369
|
p status_code # => 2xx
|
|
135
370
|
p headers # => { ... }
|
|
136
|
-
p data # => <
|
|
371
|
+
p data # => <DeleteAssets200Response>
|
|
137
372
|
rescue SparteraApiSdk::ApiError => e
|
|
138
|
-
puts "Error when calling AssetsApi->
|
|
373
|
+
puts "Error when calling AssetsApi->delete_assets_with_http_info: #{e}"
|
|
139
374
|
end
|
|
140
375
|
```
|
|
141
376
|
|
|
@@ -143,12 +378,12 @@ end
|
|
|
143
378
|
|
|
144
379
|
| Name | Type | Description | Notes |
|
|
145
380
|
| ---- | ---- | ----------- | ----- |
|
|
146
|
-
| **company_id** | **String** |
|
|
147
|
-
| **asset_id** | **String** |
|
|
381
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
382
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
148
383
|
|
|
149
384
|
### Return type
|
|
150
385
|
|
|
151
|
-
[**
|
|
386
|
+
[**DeleteAssets200Response**](DeleteAssets200Response.md)
|
|
152
387
|
|
|
153
388
|
### Authorization
|
|
154
389
|
|
|
@@ -160,9 +395,9 @@ end
|
|
|
160
395
|
- **Accept**: application/json
|
|
161
396
|
|
|
162
397
|
|
|
163
|
-
##
|
|
398
|
+
## get_assets_by_id
|
|
164
399
|
|
|
165
|
-
> <
|
|
400
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id(company_id, asset_id)
|
|
166
401
|
|
|
167
402
|
Get single asset by ID
|
|
168
403
|
|
|
@@ -180,33 +415,33 @@ SparteraApiSdk.configure do |config|
|
|
|
180
415
|
end
|
|
181
416
|
|
|
182
417
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
183
|
-
company_id = 'company_id_example' # String |
|
|
184
|
-
asset_id = 'asset_id_example' # String |
|
|
418
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
419
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
185
420
|
|
|
186
421
|
begin
|
|
187
422
|
# Get single asset by ID
|
|
188
|
-
result = api_instance.
|
|
423
|
+
result = api_instance.get_assets_by_id(company_id, asset_id)
|
|
189
424
|
p result
|
|
190
425
|
rescue SparteraApiSdk::ApiError => e
|
|
191
|
-
puts "Error when calling AssetsApi->
|
|
426
|
+
puts "Error when calling AssetsApi->get_assets_by_id: #{e}"
|
|
192
427
|
end
|
|
193
428
|
```
|
|
194
429
|
|
|
195
|
-
#### Using the
|
|
430
|
+
#### Using the get_assets_by_id_with_http_info variant
|
|
196
431
|
|
|
197
432
|
This returns an Array which contains the response data, status code and headers.
|
|
198
433
|
|
|
199
|
-
> <Array(<
|
|
434
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_with_http_info(company_id, asset_id)
|
|
200
435
|
|
|
201
436
|
```ruby
|
|
202
437
|
begin
|
|
203
438
|
# Get single asset by ID
|
|
204
|
-
data, status_code, headers = api_instance.
|
|
439
|
+
data, status_code, headers = api_instance.get_assets_by_id_with_http_info(company_id, asset_id)
|
|
205
440
|
p status_code # => 2xx
|
|
206
441
|
p headers # => { ... }
|
|
207
|
-
p data # => <
|
|
442
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
208
443
|
rescue SparteraApiSdk::ApiError => e
|
|
209
|
-
puts "Error when calling AssetsApi->
|
|
444
|
+
puts "Error when calling AssetsApi->get_assets_by_id_with_http_info: #{e}"
|
|
210
445
|
end
|
|
211
446
|
```
|
|
212
447
|
|
|
@@ -214,12 +449,12 @@ end
|
|
|
214
449
|
|
|
215
450
|
| Name | Type | Description | Notes |
|
|
216
451
|
| ---- | ---- | ----------- | ----- |
|
|
217
|
-
| **company_id** | **String** |
|
|
218
|
-
| **asset_id** | **String** |
|
|
452
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
453
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
219
454
|
|
|
220
455
|
### Return type
|
|
221
456
|
|
|
222
|
-
[**
|
|
457
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
223
458
|
|
|
224
459
|
### Authorization
|
|
225
460
|
|
|
@@ -231,11 +466,11 @@ end
|
|
|
231
466
|
- **Accept**: application/json
|
|
232
467
|
|
|
233
468
|
|
|
234
|
-
##
|
|
469
|
+
## get_assets_by_id2
|
|
235
470
|
|
|
236
|
-
> <
|
|
471
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id2(company_id, asset_id)
|
|
237
472
|
|
|
238
|
-
Get
|
|
473
|
+
Get statistics for a specific asset (public endpoint)
|
|
239
474
|
|
|
240
475
|
### Examples
|
|
241
476
|
|
|
@@ -251,33 +486,33 @@ SparteraApiSdk.configure do |config|
|
|
|
251
486
|
end
|
|
252
487
|
|
|
253
488
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
254
|
-
company_id = 'company_id_example' # String |
|
|
255
|
-
asset_id = 'asset_id_example' # String |
|
|
489
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
490
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
256
491
|
|
|
257
492
|
begin
|
|
258
|
-
# Get
|
|
259
|
-
result = api_instance.
|
|
493
|
+
# Get statistics for a specific asset (public endpoint)
|
|
494
|
+
result = api_instance.get_assets_by_id2(company_id, asset_id)
|
|
260
495
|
p result
|
|
261
496
|
rescue SparteraApiSdk::ApiError => e
|
|
262
|
-
puts "Error when calling AssetsApi->
|
|
497
|
+
puts "Error when calling AssetsApi->get_assets_by_id2: #{e}"
|
|
263
498
|
end
|
|
264
499
|
```
|
|
265
500
|
|
|
266
|
-
#### Using the
|
|
501
|
+
#### Using the get_assets_by_id2_with_http_info variant
|
|
267
502
|
|
|
268
503
|
This returns an Array which contains the response data, status code and headers.
|
|
269
504
|
|
|
270
|
-
> <Array(<
|
|
505
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id2_with_http_info(company_id, asset_id)
|
|
271
506
|
|
|
272
507
|
```ruby
|
|
273
508
|
begin
|
|
274
|
-
# Get
|
|
275
|
-
data, status_code, headers = api_instance.
|
|
509
|
+
# Get statistics for a specific asset (public endpoint)
|
|
510
|
+
data, status_code, headers = api_instance.get_assets_by_id2_with_http_info(company_id, asset_id)
|
|
276
511
|
p status_code # => 2xx
|
|
277
512
|
p headers # => { ... }
|
|
278
|
-
p data # => <
|
|
513
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
279
514
|
rescue SparteraApiSdk::ApiError => e
|
|
280
|
-
puts "Error when calling AssetsApi->
|
|
515
|
+
puts "Error when calling AssetsApi->get_assets_by_id2_with_http_info: #{e}"
|
|
281
516
|
end
|
|
282
517
|
```
|
|
283
518
|
|
|
@@ -285,12 +520,12 @@ end
|
|
|
285
520
|
|
|
286
521
|
| Name | Type | Description | Notes |
|
|
287
522
|
| ---- | ---- | ----------- | ----- |
|
|
288
|
-
| **company_id** | **String** |
|
|
289
|
-
| **asset_id** | **String** |
|
|
523
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
524
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
290
525
|
|
|
291
526
|
### Return type
|
|
292
527
|
|
|
293
|
-
[**
|
|
528
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
294
529
|
|
|
295
530
|
### Authorization
|
|
296
531
|
|
|
@@ -302,11 +537,11 @@ end
|
|
|
302
537
|
- **Accept**: application/json
|
|
303
538
|
|
|
304
539
|
|
|
305
|
-
##
|
|
540
|
+
## get_assets_by_id_analyze
|
|
306
541
|
|
|
307
|
-
> <
|
|
542
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_analyze(asset_slug, company_handle)
|
|
308
543
|
|
|
309
|
-
|
|
544
|
+
Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
310
545
|
|
|
311
546
|
### Examples
|
|
312
547
|
|
|
@@ -322,33 +557,33 @@ SparteraApiSdk.configure do |config|
|
|
|
322
557
|
end
|
|
323
558
|
|
|
324
559
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
325
|
-
|
|
326
|
-
|
|
560
|
+
asset_slug = 'asset_slug_example' # String | URL-friendly slug for the Asset
|
|
561
|
+
company_handle = 'company_handle_example' # String | Human-readable handle for the Company
|
|
327
562
|
|
|
328
563
|
begin
|
|
329
|
-
#
|
|
330
|
-
result = api_instance.
|
|
564
|
+
# Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
565
|
+
result = api_instance.get_assets_by_id_analyze(asset_slug, company_handle)
|
|
331
566
|
p result
|
|
332
567
|
rescue SparteraApiSdk::ApiError => e
|
|
333
|
-
puts "Error when calling AssetsApi->
|
|
568
|
+
puts "Error when calling AssetsApi->get_assets_by_id_analyze: #{e}"
|
|
334
569
|
end
|
|
335
570
|
```
|
|
336
571
|
|
|
337
|
-
#### Using the
|
|
572
|
+
#### Using the get_assets_by_id_analyze_with_http_info variant
|
|
338
573
|
|
|
339
574
|
This returns an Array which contains the response data, status code and headers.
|
|
340
575
|
|
|
341
|
-
> <Array(<
|
|
576
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_analyze_with_http_info(asset_slug, company_handle)
|
|
342
577
|
|
|
343
578
|
```ruby
|
|
344
579
|
begin
|
|
345
|
-
#
|
|
346
|
-
data, status_code, headers = api_instance.
|
|
580
|
+
# Process (analyze) an asset with dynamic rate limiting applied via decorator.
|
|
581
|
+
data, status_code, headers = api_instance.get_assets_by_id_analyze_with_http_info(asset_slug, company_handle)
|
|
347
582
|
p status_code # => 2xx
|
|
348
583
|
p headers # => { ... }
|
|
349
|
-
p data # => <
|
|
584
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
350
585
|
rescue SparteraApiSdk::ApiError => e
|
|
351
|
-
puts "Error when calling AssetsApi->
|
|
586
|
+
puts "Error when calling AssetsApi->get_assets_by_id_analyze_with_http_info: #{e}"
|
|
352
587
|
end
|
|
353
588
|
```
|
|
354
589
|
|
|
@@ -356,12 +591,12 @@ end
|
|
|
356
591
|
|
|
357
592
|
| Name | Type | Description | Notes |
|
|
358
593
|
| ---- | ---- | ----------- | ----- |
|
|
359
|
-
| **
|
|
360
|
-
| **
|
|
594
|
+
| **asset_slug** | **String** | URL-friendly slug for the Asset | |
|
|
595
|
+
| **company_handle** | **String** | Human-readable handle for the Company | |
|
|
361
596
|
|
|
362
597
|
### Return type
|
|
363
598
|
|
|
364
|
-
[**
|
|
599
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
365
600
|
|
|
366
601
|
### Authorization
|
|
367
602
|
|
|
@@ -373,11 +608,11 @@ end
|
|
|
373
608
|
- **Accept**: application/json
|
|
374
609
|
|
|
375
610
|
|
|
376
|
-
##
|
|
611
|
+
## get_assets_by_id_infoschema
|
|
377
612
|
|
|
378
|
-
> <
|
|
613
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_infoschema(company_id, asset_id)
|
|
379
614
|
|
|
380
|
-
|
|
615
|
+
Get the information schema for a specific asset's table
|
|
381
616
|
|
|
382
617
|
### Examples
|
|
383
618
|
|
|
@@ -393,34 +628,33 @@ SparteraApiSdk.configure do |config|
|
|
|
393
628
|
end
|
|
394
629
|
|
|
395
630
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
396
|
-
company_id = 'company_id_example' # String |
|
|
397
|
-
asset_id = 'asset_id_example' # String |
|
|
398
|
-
assets_update = SparteraApiSdk::AssetsUpdate.new # AssetsUpdate |
|
|
631
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
632
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
399
633
|
|
|
400
634
|
begin
|
|
401
|
-
#
|
|
402
|
-
result = api_instance.
|
|
635
|
+
# Get the information schema for a specific asset's table
|
|
636
|
+
result = api_instance.get_assets_by_id_infoschema(company_id, asset_id)
|
|
403
637
|
p result
|
|
404
638
|
rescue SparteraApiSdk::ApiError => e
|
|
405
|
-
puts "Error when calling AssetsApi->
|
|
639
|
+
puts "Error when calling AssetsApi->get_assets_by_id_infoschema: #{e}"
|
|
406
640
|
end
|
|
407
641
|
```
|
|
408
642
|
|
|
409
|
-
#### Using the
|
|
643
|
+
#### Using the get_assets_by_id_infoschema_with_http_info variant
|
|
410
644
|
|
|
411
645
|
This returns an Array which contains the response data, status code and headers.
|
|
412
646
|
|
|
413
|
-
> <Array(<
|
|
647
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_infoschema_with_http_info(company_id, asset_id)
|
|
414
648
|
|
|
415
649
|
```ruby
|
|
416
650
|
begin
|
|
417
|
-
#
|
|
418
|
-
data, status_code, headers = api_instance.
|
|
651
|
+
# Get the information schema for a specific asset's table
|
|
652
|
+
data, status_code, headers = api_instance.get_assets_by_id_infoschema_with_http_info(company_id, asset_id)
|
|
419
653
|
p status_code # => 2xx
|
|
420
654
|
p headers # => { ... }
|
|
421
|
-
p data # => <
|
|
655
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
422
656
|
rescue SparteraApiSdk::ApiError => e
|
|
423
|
-
puts "Error when calling AssetsApi->
|
|
657
|
+
puts "Error when calling AssetsApi->get_assets_by_id_infoschema_with_http_info: #{e}"
|
|
424
658
|
end
|
|
425
659
|
```
|
|
426
660
|
|
|
@@ -428,13 +662,12 @@ end
|
|
|
428
662
|
|
|
429
663
|
| Name | Type | Description | Notes |
|
|
430
664
|
| ---- | ---- | ----------- | ----- |
|
|
431
|
-
| **company_id** | **String** |
|
|
432
|
-
| **asset_id** | **String** |
|
|
433
|
-
| **assets_update** | [**AssetsUpdate**](AssetsUpdate.md) | | |
|
|
665
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
666
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
434
667
|
|
|
435
668
|
### Return type
|
|
436
669
|
|
|
437
|
-
[**
|
|
670
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
438
671
|
|
|
439
672
|
### Authorization
|
|
440
673
|
|
|
@@ -442,13 +675,84 @@ end
|
|
|
442
675
|
|
|
443
676
|
### HTTP request headers
|
|
444
677
|
|
|
445
|
-
- **Content-Type**:
|
|
678
|
+
- **Content-Type**: Not defined
|
|
446
679
|
- **Accept**: application/json
|
|
447
680
|
|
|
448
681
|
|
|
449
|
-
##
|
|
682
|
+
## get_assets_by_id_infoschema_save
|
|
683
|
+
|
|
684
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_infoschema_save(company_id, asset_id)
|
|
450
685
|
|
|
451
|
-
|
|
686
|
+
Retrieve and save an asset's information schema
|
|
687
|
+
|
|
688
|
+
### Examples
|
|
689
|
+
|
|
690
|
+
```ruby
|
|
691
|
+
require 'time'
|
|
692
|
+
require 'spartera_api_sdk'
|
|
693
|
+
# setup authorization
|
|
694
|
+
SparteraApiSdk.configure do |config|
|
|
695
|
+
# Configure API key authorization: ApiKeyAuth
|
|
696
|
+
config.api_key['x-api-key'] = 'YOUR API KEY'
|
|
697
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
698
|
+
# config.api_key_prefix['x-api-key'] = 'Bearer'
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
api_instance = SparteraApiSdk::AssetsApi.new
|
|
702
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
703
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
704
|
+
|
|
705
|
+
begin
|
|
706
|
+
# Retrieve and save an asset's information schema
|
|
707
|
+
result = api_instance.get_assets_by_id_infoschema_save(company_id, asset_id)
|
|
708
|
+
p result
|
|
709
|
+
rescue SparteraApiSdk::ApiError => e
|
|
710
|
+
puts "Error when calling AssetsApi->get_assets_by_id_infoschema_save: #{e}"
|
|
711
|
+
end
|
|
712
|
+
```
|
|
713
|
+
|
|
714
|
+
#### Using the get_assets_by_id_infoschema_save_with_http_info variant
|
|
715
|
+
|
|
716
|
+
This returns an Array which contains the response data, status code and headers.
|
|
717
|
+
|
|
718
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_infoschema_save_with_http_info(company_id, asset_id)
|
|
719
|
+
|
|
720
|
+
```ruby
|
|
721
|
+
begin
|
|
722
|
+
# Retrieve and save an asset's information schema
|
|
723
|
+
data, status_code, headers = api_instance.get_assets_by_id_infoschema_save_with_http_info(company_id, asset_id)
|
|
724
|
+
p status_code # => 2xx
|
|
725
|
+
p headers # => { ... }
|
|
726
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
727
|
+
rescue SparteraApiSdk::ApiError => e
|
|
728
|
+
puts "Error when calling AssetsApi->get_assets_by_id_infoschema_save_with_http_info: #{e}"
|
|
729
|
+
end
|
|
730
|
+
```
|
|
731
|
+
|
|
732
|
+
### Parameters
|
|
733
|
+
|
|
734
|
+
| Name | Type | Description | Notes |
|
|
735
|
+
| ---- | ---- | ----------- | ----- |
|
|
736
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
737
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
738
|
+
|
|
739
|
+
### Return type
|
|
740
|
+
|
|
741
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
742
|
+
|
|
743
|
+
### Authorization
|
|
744
|
+
|
|
745
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
746
|
+
|
|
747
|
+
### HTTP request headers
|
|
748
|
+
|
|
749
|
+
- **Content-Type**: Not defined
|
|
750
|
+
- **Accept**: application/json
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
## get_assets_by_id_predicted_price
|
|
754
|
+
|
|
755
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_predicted_price(company_id, asset_id)
|
|
452
756
|
|
|
453
757
|
Get AI-predicted pricing for a specific asset
|
|
454
758
|
|
|
@@ -466,33 +770,33 @@ SparteraApiSdk.configure do |config|
|
|
|
466
770
|
end
|
|
467
771
|
|
|
468
772
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
469
|
-
company_id = 'company_id_example' # String |
|
|
470
|
-
asset_id = 'asset_id_example' # String |
|
|
773
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
774
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
471
775
|
|
|
472
776
|
begin
|
|
473
777
|
# Get AI-predicted pricing for a specific asset
|
|
474
|
-
result = api_instance.
|
|
778
|
+
result = api_instance.get_assets_by_id_predicted_price(company_id, asset_id)
|
|
475
779
|
p result
|
|
476
780
|
rescue SparteraApiSdk::ApiError => e
|
|
477
|
-
puts "Error when calling AssetsApi->
|
|
781
|
+
puts "Error when calling AssetsApi->get_assets_by_id_predicted_price: #{e}"
|
|
478
782
|
end
|
|
479
783
|
```
|
|
480
784
|
|
|
481
|
-
#### Using the
|
|
785
|
+
#### Using the get_assets_by_id_predicted_price_with_http_info variant
|
|
482
786
|
|
|
483
787
|
This returns an Array which contains the response data, status code and headers.
|
|
484
788
|
|
|
485
|
-
> <Array(<
|
|
789
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_predicted_price_with_http_info(company_id, asset_id)
|
|
486
790
|
|
|
487
791
|
```ruby
|
|
488
792
|
begin
|
|
489
793
|
# Get AI-predicted pricing for a specific asset
|
|
490
|
-
data, status_code, headers = api_instance.
|
|
794
|
+
data, status_code, headers = api_instance.get_assets_by_id_predicted_price_with_http_info(company_id, asset_id)
|
|
491
795
|
p status_code # => 2xx
|
|
492
796
|
p headers # => { ... }
|
|
493
|
-
p data # => <
|
|
797
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
494
798
|
rescue SparteraApiSdk::ApiError => e
|
|
495
|
-
puts "Error when calling AssetsApi->
|
|
799
|
+
puts "Error when calling AssetsApi->get_assets_by_id_predicted_price_with_http_info: #{e}"
|
|
496
800
|
end
|
|
497
801
|
```
|
|
498
802
|
|
|
@@ -500,12 +804,12 @@ end
|
|
|
500
804
|
|
|
501
805
|
| Name | Type | Description | Notes |
|
|
502
806
|
| ---- | ---- | ----------- | ----- |
|
|
503
|
-
| **company_id** | **String** |
|
|
504
|
-
| **asset_id** | **String** |
|
|
807
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
808
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
505
809
|
|
|
506
810
|
### Return type
|
|
507
811
|
|
|
508
|
-
[**
|
|
812
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
509
813
|
|
|
510
814
|
### Authorization
|
|
511
815
|
|
|
@@ -517,11 +821,11 @@ end
|
|
|
517
821
|
- **Accept**: application/json
|
|
518
822
|
|
|
519
823
|
|
|
520
|
-
##
|
|
824
|
+
## get_assets_by_id_statistics
|
|
521
825
|
|
|
522
|
-
> <
|
|
826
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_statistics(company_id)
|
|
523
827
|
|
|
524
|
-
Get statistics for
|
|
828
|
+
Get statistics for all assets the user has access to
|
|
525
829
|
|
|
526
830
|
### Examples
|
|
527
831
|
|
|
@@ -537,33 +841,32 @@ SparteraApiSdk.configure do |config|
|
|
|
537
841
|
end
|
|
538
842
|
|
|
539
843
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
540
|
-
company_id = 'company_id_example' # String |
|
|
541
|
-
asset_id = 'asset_id_example' # String |
|
|
844
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
542
845
|
|
|
543
846
|
begin
|
|
544
|
-
# Get statistics for
|
|
545
|
-
result = api_instance.
|
|
847
|
+
# Get statistics for all assets the user has access to
|
|
848
|
+
result = api_instance.get_assets_by_id_statistics(company_id)
|
|
546
849
|
p result
|
|
547
850
|
rescue SparteraApiSdk::ApiError => e
|
|
548
|
-
puts "Error when calling AssetsApi->
|
|
851
|
+
puts "Error when calling AssetsApi->get_assets_by_id_statistics: #{e}"
|
|
549
852
|
end
|
|
550
853
|
```
|
|
551
854
|
|
|
552
|
-
#### Using the
|
|
855
|
+
#### Using the get_assets_by_id_statistics_with_http_info variant
|
|
553
856
|
|
|
554
857
|
This returns an Array which contains the response data, status code and headers.
|
|
555
858
|
|
|
556
|
-
> <Array(<
|
|
859
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_statistics_with_http_info(company_id)
|
|
557
860
|
|
|
558
861
|
```ruby
|
|
559
862
|
begin
|
|
560
|
-
# Get statistics for
|
|
561
|
-
data, status_code, headers = api_instance.
|
|
863
|
+
# Get statistics for all assets the user has access to
|
|
864
|
+
data, status_code, headers = api_instance.get_assets_by_id_statistics_with_http_info(company_id)
|
|
562
865
|
p status_code # => 2xx
|
|
563
866
|
p headers # => { ... }
|
|
564
|
-
p data # => <
|
|
867
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
565
868
|
rescue SparteraApiSdk::ApiError => e
|
|
566
|
-
puts "Error when calling AssetsApi->
|
|
869
|
+
puts "Error when calling AssetsApi->get_assets_by_id_statistics_with_http_info: #{e}"
|
|
567
870
|
end
|
|
568
871
|
```
|
|
569
872
|
|
|
@@ -571,12 +874,11 @@ end
|
|
|
571
874
|
|
|
572
875
|
| Name | Type | Description | Notes |
|
|
573
876
|
| ---- | ---- | ----------- | ----- |
|
|
574
|
-
| **company_id** | **String** |
|
|
575
|
-
| **asset_id** | **String** | | |
|
|
877
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
576
878
|
|
|
577
879
|
### Return type
|
|
578
880
|
|
|
579
|
-
[**
|
|
881
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
580
882
|
|
|
581
883
|
### Authorization
|
|
582
884
|
|
|
@@ -588,11 +890,11 @@ end
|
|
|
588
890
|
- **Accept**: application/json
|
|
589
891
|
|
|
590
892
|
|
|
591
|
-
##
|
|
893
|
+
## get_assets_by_id_test
|
|
592
894
|
|
|
593
|
-
> <
|
|
895
|
+
> <GetAssetsByIdAnalyze200Response> get_assets_by_id_test(company_id, asset_id)
|
|
594
896
|
|
|
595
|
-
|
|
897
|
+
GET /companies/{company_id}/assets/{asset_id}/test
|
|
596
898
|
|
|
597
899
|
### Examples
|
|
598
900
|
|
|
@@ -608,33 +910,33 @@ SparteraApiSdk.configure do |config|
|
|
|
608
910
|
end
|
|
609
911
|
|
|
610
912
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
611
|
-
company_id = 'company_id_example' # String |
|
|
612
|
-
asset_id = 'asset_id_example' # String |
|
|
913
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
914
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
613
915
|
|
|
614
916
|
begin
|
|
615
|
-
#
|
|
616
|
-
result = api_instance.
|
|
917
|
+
# GET /companies/{company_id}/assets/{asset_id}/test
|
|
918
|
+
result = api_instance.get_assets_by_id_test(company_id, asset_id)
|
|
617
919
|
p result
|
|
618
920
|
rescue SparteraApiSdk::ApiError => e
|
|
619
|
-
puts "Error when calling AssetsApi->
|
|
921
|
+
puts "Error when calling AssetsApi->get_assets_by_id_test: #{e}"
|
|
620
922
|
end
|
|
621
923
|
```
|
|
622
924
|
|
|
623
|
-
#### Using the
|
|
925
|
+
#### Using the get_assets_by_id_test_with_http_info variant
|
|
624
926
|
|
|
625
927
|
This returns an Array which contains the response data, status code and headers.
|
|
626
928
|
|
|
627
|
-
> <Array(<
|
|
929
|
+
> <Array(<GetAssetsByIdAnalyze200Response>, Integer, Hash)> get_assets_by_id_test_with_http_info(company_id, asset_id)
|
|
628
930
|
|
|
629
931
|
```ruby
|
|
630
932
|
begin
|
|
631
|
-
#
|
|
632
|
-
data, status_code, headers = api_instance.
|
|
933
|
+
# GET /companies/{company_id}/assets/{asset_id}/test
|
|
934
|
+
data, status_code, headers = api_instance.get_assets_by_id_test_with_http_info(company_id, asset_id)
|
|
633
935
|
p status_code # => 2xx
|
|
634
936
|
p headers # => { ... }
|
|
635
|
-
p data # => <
|
|
937
|
+
p data # => <GetAssetsByIdAnalyze200Response>
|
|
636
938
|
rescue SparteraApiSdk::ApiError => e
|
|
637
|
-
puts "Error when calling AssetsApi->
|
|
939
|
+
puts "Error when calling AssetsApi->get_assets_by_id_test_with_http_info: #{e}"
|
|
638
940
|
end
|
|
639
941
|
```
|
|
640
942
|
|
|
@@ -642,12 +944,12 @@ end
|
|
|
642
944
|
|
|
643
945
|
| Name | Type | Description | Notes |
|
|
644
946
|
| ---- | ---- | ----------- | ----- |
|
|
645
|
-
| **company_id** | **String** |
|
|
646
|
-
| **asset_id** | **String** |
|
|
947
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
948
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
647
949
|
|
|
648
950
|
### Return type
|
|
649
951
|
|
|
650
|
-
[**
|
|
952
|
+
[**GetAssetsByIdAnalyze200Response**](GetAssetsByIdAnalyze200Response.md)
|
|
651
953
|
|
|
652
954
|
### Authorization
|
|
653
955
|
|
|
@@ -659,9 +961,9 @@ end
|
|
|
659
961
|
- **Accept**: application/json
|
|
660
962
|
|
|
661
963
|
|
|
662
|
-
##
|
|
964
|
+
## list_assets
|
|
663
965
|
|
|
664
|
-
> <
|
|
966
|
+
> <ListAssets200Response> list_assets(company_id, opts)
|
|
665
967
|
|
|
666
968
|
Get all assets for a specific company
|
|
667
969
|
|
|
@@ -679,32 +981,39 @@ SparteraApiSdk.configure do |config|
|
|
|
679
981
|
end
|
|
680
982
|
|
|
681
983
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
682
|
-
company_id = 'company_id_example' # String |
|
|
984
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
985
|
+
opts = {
|
|
986
|
+
page: 56, # Integer | Page number for pagination
|
|
987
|
+
limit: 56, # Integer | Number of items per page
|
|
988
|
+
sort_by: 'sort_by_example', # String | Field to sort by
|
|
989
|
+
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
990
|
+
search: 'search_example' # String | Search term to filter results
|
|
991
|
+
}
|
|
683
992
|
|
|
684
993
|
begin
|
|
685
994
|
# Get all assets for a specific company
|
|
686
|
-
result = api_instance.
|
|
995
|
+
result = api_instance.list_assets(company_id, opts)
|
|
687
996
|
p result
|
|
688
997
|
rescue SparteraApiSdk::ApiError => e
|
|
689
|
-
puts "Error when calling AssetsApi->
|
|
998
|
+
puts "Error when calling AssetsApi->list_assets: #{e}"
|
|
690
999
|
end
|
|
691
1000
|
```
|
|
692
1001
|
|
|
693
|
-
#### Using the
|
|
1002
|
+
#### Using the list_assets_with_http_info variant
|
|
694
1003
|
|
|
695
1004
|
This returns an Array which contains the response data, status code and headers.
|
|
696
1005
|
|
|
697
|
-
> <Array(<
|
|
1006
|
+
> <Array(<ListAssets200Response>, Integer, Hash)> list_assets_with_http_info(company_id, opts)
|
|
698
1007
|
|
|
699
1008
|
```ruby
|
|
700
1009
|
begin
|
|
701
1010
|
# Get all assets for a specific company
|
|
702
|
-
data, status_code, headers = api_instance.
|
|
1011
|
+
data, status_code, headers = api_instance.list_assets_with_http_info(company_id, opts)
|
|
703
1012
|
p status_code # => 2xx
|
|
704
1013
|
p headers # => { ... }
|
|
705
|
-
p data # => <
|
|
1014
|
+
p data # => <ListAssets200Response>
|
|
706
1015
|
rescue SparteraApiSdk::ApiError => e
|
|
707
|
-
puts "Error when calling AssetsApi->
|
|
1016
|
+
puts "Error when calling AssetsApi->list_assets_with_http_info: #{e}"
|
|
708
1017
|
end
|
|
709
1018
|
```
|
|
710
1019
|
|
|
@@ -712,11 +1021,16 @@ end
|
|
|
712
1021
|
|
|
713
1022
|
| Name | Type | Description | Notes |
|
|
714
1023
|
| ---- | ---- | ----------- | ----- |
|
|
715
|
-
| **company_id** | **String** |
|
|
1024
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
1025
|
+
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
1026
|
+
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
1027
|
+
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
1028
|
+
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
1029
|
+
| **search** | **String** | Search term to filter results | [optional] |
|
|
716
1030
|
|
|
717
1031
|
### Return type
|
|
718
1032
|
|
|
719
|
-
[**
|
|
1033
|
+
[**ListAssets200Response**](ListAssets200Response.md)
|
|
720
1034
|
|
|
721
1035
|
### Authorization
|
|
722
1036
|
|
|
@@ -728,11 +1042,11 @@ end
|
|
|
728
1042
|
- **Accept**: application/json
|
|
729
1043
|
|
|
730
1044
|
|
|
731
|
-
##
|
|
1045
|
+
## list_assets_search
|
|
732
1046
|
|
|
733
|
-
> <
|
|
1047
|
+
> <ListAssets200Response> list_assets_search(company_id, opts)
|
|
734
1048
|
|
|
735
|
-
|
|
1049
|
+
Search and filter assets with advanced options Query Parameters: q: Search query string category: Filter by category sport: Filter by sport tag sort_by: Sort field (name|recent|popular|trending) limit: Number of results (default 20, max 100) offset: Offset for pagination include_recommended: Include recommendations (true/false) include_schema: Include asset_schema in response (true/false, default false)
|
|
736
1050
|
|
|
737
1051
|
### Examples
|
|
738
1052
|
|
|
@@ -748,33 +1062,39 @@ SparteraApiSdk.configure do |config|
|
|
|
748
1062
|
end
|
|
749
1063
|
|
|
750
1064
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
751
|
-
company_id = 'company_id_example' # String |
|
|
752
|
-
|
|
1065
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
1066
|
+
opts = {
|
|
1067
|
+
page: 56, # Integer | Page number for pagination
|
|
1068
|
+
limit: 56, # Integer | Number of items per page
|
|
1069
|
+
sort_by: 'sort_by_example', # String | Field to sort by
|
|
1070
|
+
sort_order: 'asc', # String | Sort order (ascending or descending)
|
|
1071
|
+
search: 'search_example' # String | Search term to filter results
|
|
1072
|
+
}
|
|
753
1073
|
|
|
754
1074
|
begin
|
|
755
|
-
#
|
|
756
|
-
result = api_instance.
|
|
1075
|
+
# Search and filter assets with advanced options Query Parameters: q: Search query string category: Filter by category sport: Filter by sport tag sort_by: Sort field (name|recent|popular|trending) limit: Number of results (default 20, max 100) offset: Offset for pagination include_recommended: Include recommendations (true/false) include_schema: Include asset_schema in response (true/false, default false)
|
|
1076
|
+
result = api_instance.list_assets_search(company_id, opts)
|
|
757
1077
|
p result
|
|
758
1078
|
rescue SparteraApiSdk::ApiError => e
|
|
759
|
-
puts "Error when calling AssetsApi->
|
|
1079
|
+
puts "Error when calling AssetsApi->list_assets_search: #{e}"
|
|
760
1080
|
end
|
|
761
1081
|
```
|
|
762
1082
|
|
|
763
|
-
#### Using the
|
|
1083
|
+
#### Using the list_assets_search_with_http_info variant
|
|
764
1084
|
|
|
765
1085
|
This returns an Array which contains the response data, status code and headers.
|
|
766
1086
|
|
|
767
|
-
> <Array(<
|
|
1087
|
+
> <Array(<ListAssets200Response>, Integer, Hash)> list_assets_search_with_http_info(company_id, opts)
|
|
768
1088
|
|
|
769
1089
|
```ruby
|
|
770
1090
|
begin
|
|
771
|
-
#
|
|
772
|
-
data, status_code, headers = api_instance.
|
|
1091
|
+
# Search and filter assets with advanced options Query Parameters: q: Search query string category: Filter by category sport: Filter by sport tag sort_by: Sort field (name|recent|popular|trending) limit: Number of results (default 20, max 100) offset: Offset for pagination include_recommended: Include recommendations (true/false) include_schema: Include asset_schema in response (true/false, default false)
|
|
1092
|
+
data, status_code, headers = api_instance.list_assets_search_with_http_info(company_id, opts)
|
|
773
1093
|
p status_code # => 2xx
|
|
774
1094
|
p headers # => { ... }
|
|
775
|
-
p data # => <
|
|
1095
|
+
p data # => <ListAssets200Response>
|
|
776
1096
|
rescue SparteraApiSdk::ApiError => e
|
|
777
|
-
puts "Error when calling AssetsApi->
|
|
1097
|
+
puts "Error when calling AssetsApi->list_assets_search_with_http_info: #{e}"
|
|
778
1098
|
end
|
|
779
1099
|
```
|
|
780
1100
|
|
|
@@ -782,12 +1102,16 @@ end
|
|
|
782
1102
|
|
|
783
1103
|
| Name | Type | Description | Notes |
|
|
784
1104
|
| ---- | ---- | ----------- | ----- |
|
|
785
|
-
| **company_id** | **String** |
|
|
786
|
-
| **
|
|
1105
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
1106
|
+
| **page** | **Integer** | Page number for pagination | [optional][default to 1] |
|
|
1107
|
+
| **limit** | **Integer** | Number of items per page | [optional][default to 20] |
|
|
1108
|
+
| **sort_by** | **String** | Field to sort by | [optional] |
|
|
1109
|
+
| **sort_order** | **String** | Sort order (ascending or descending) | [optional][default to 'desc'] |
|
|
1110
|
+
| **search** | **String** | Search term to filter results | [optional] |
|
|
787
1111
|
|
|
788
1112
|
### Return type
|
|
789
1113
|
|
|
790
|
-
[**
|
|
1114
|
+
[**ListAssets200Response**](ListAssets200Response.md)
|
|
791
1115
|
|
|
792
1116
|
### Authorization
|
|
793
1117
|
|
|
@@ -795,15 +1119,15 @@ end
|
|
|
795
1119
|
|
|
796
1120
|
### HTTP request headers
|
|
797
1121
|
|
|
798
|
-
- **Content-Type**:
|
|
1122
|
+
- **Content-Type**: Not defined
|
|
799
1123
|
- **Accept**: application/json
|
|
800
1124
|
|
|
801
1125
|
|
|
802
|
-
##
|
|
1126
|
+
## update_assets
|
|
803
1127
|
|
|
804
|
-
> <
|
|
1128
|
+
> <UpdateAssets200Response> update_assets(company_id, asset_id, assets_update)
|
|
805
1129
|
|
|
806
|
-
|
|
1130
|
+
Update an existing asset by ID
|
|
807
1131
|
|
|
808
1132
|
### Examples
|
|
809
1133
|
|
|
@@ -819,32 +1143,34 @@ SparteraApiSdk.configure do |config|
|
|
|
819
1143
|
end
|
|
820
1144
|
|
|
821
1145
|
api_instance = SparteraApiSdk::AssetsApi.new
|
|
822
|
-
company_id = 'company_id_example' # String |
|
|
1146
|
+
company_id = 'company_id_example' # String | Unique identifier for the Company
|
|
1147
|
+
asset_id = 'asset_id_example' # String | Unique identifier for the Asset
|
|
1148
|
+
assets_update = SparteraApiSdk::AssetsUpdate.new # AssetsUpdate |
|
|
823
1149
|
|
|
824
1150
|
begin
|
|
825
|
-
#
|
|
826
|
-
result = api_instance.
|
|
1151
|
+
# Update an existing asset by ID
|
|
1152
|
+
result = api_instance.update_assets(company_id, asset_id, assets_update)
|
|
827
1153
|
p result
|
|
828
1154
|
rescue SparteraApiSdk::ApiError => e
|
|
829
|
-
puts "Error when calling AssetsApi->
|
|
1155
|
+
puts "Error when calling AssetsApi->update_assets: #{e}"
|
|
830
1156
|
end
|
|
831
1157
|
```
|
|
832
1158
|
|
|
833
|
-
#### Using the
|
|
1159
|
+
#### Using the update_assets_with_http_info variant
|
|
834
1160
|
|
|
835
1161
|
This returns an Array which contains the response data, status code and headers.
|
|
836
1162
|
|
|
837
|
-
> <Array(<
|
|
1163
|
+
> <Array(<UpdateAssets200Response>, Integer, Hash)> update_assets_with_http_info(company_id, asset_id, assets_update)
|
|
838
1164
|
|
|
839
1165
|
```ruby
|
|
840
1166
|
begin
|
|
841
|
-
#
|
|
842
|
-
data, status_code, headers = api_instance.
|
|
1167
|
+
# Update an existing asset by ID
|
|
1168
|
+
data, status_code, headers = api_instance.update_assets_with_http_info(company_id, asset_id, assets_update)
|
|
843
1169
|
p status_code # => 2xx
|
|
844
1170
|
p headers # => { ... }
|
|
845
|
-
p data # => <
|
|
1171
|
+
p data # => <UpdateAssets200Response>
|
|
846
1172
|
rescue SparteraApiSdk::ApiError => e
|
|
847
|
-
puts "Error when calling AssetsApi->
|
|
1173
|
+
puts "Error when calling AssetsApi->update_assets_with_http_info: #{e}"
|
|
848
1174
|
end
|
|
849
1175
|
```
|
|
850
1176
|
|
|
@@ -852,11 +1178,13 @@ end
|
|
|
852
1178
|
|
|
853
1179
|
| Name | Type | Description | Notes |
|
|
854
1180
|
| ---- | ---- | ----------- | ----- |
|
|
855
|
-
| **company_id** | **String** |
|
|
1181
|
+
| **company_id** | **String** | Unique identifier for the Company | |
|
|
1182
|
+
| **asset_id** | **String** | Unique identifier for the Asset | |
|
|
1183
|
+
| **assets_update** | [**AssetsUpdate**](AssetsUpdate.md) | | |
|
|
856
1184
|
|
|
857
1185
|
### Return type
|
|
858
1186
|
|
|
859
|
-
[**
|
|
1187
|
+
[**UpdateAssets200Response**](UpdateAssets200Response.md)
|
|
860
1188
|
|
|
861
1189
|
### Authorization
|
|
862
1190
|
|
|
@@ -864,6 +1192,6 @@ end
|
|
|
864
1192
|
|
|
865
1193
|
### HTTP request headers
|
|
866
1194
|
|
|
867
|
-
- **Content-Type**:
|
|
1195
|
+
- **Content-Type**: application/json
|
|
868
1196
|
- **Accept**: application/json
|
|
869
1197
|
|