@@ -131,6 +131,11 @@ Class | Method | HTTP request | Description
131131* EcommerceStoresApi* | [ ** get_stores_v1** ] ( docs/EcommerceStoresApi.md#get_stores_v1 ) | ** GET** /api/ecommerce/v1/stores | Get stores
132132* HorizonsWebsitesApi* | [ ** create_website_v1** ] ( docs/HorizonsWebsitesApi.md#create_website_v1 ) | ** POST** /api/horizons/v1/websites | Create website
133133* HorizonsWebsitesApi* | [ ** get_website_v1** ] ( docs/HorizonsWebsitesApi.md#get_website_v1 ) | ** GET** /api/horizons/v1/websites/{websiteId} | Get website
134+ * HostingCacheApi* | [ ** clear_website_cache_v1** ] ( docs/HostingCacheApi.md#clear_website_cache_v1 ) | ** DELETE** /api/hosting/v1/accounts/{username}/websites/{domain}/cache/clear | Clear website cache
135+ * HostingCacheApi* | [ ** disable_cacheless_mode_v1** ] ( docs/HostingCacheApi.md#disable_cacheless_mode_v1 ) | ** PATCH** /api/hosting/v1/accounts/{username}/websites/{domain}/cacheless-mode/disable | Disable cacheless mode
136+ * HostingCacheApi* | [ ** disable_website_cache_v1** ] ( docs/HostingCacheApi.md#disable_website_cache_v1 ) | ** PATCH** /api/hosting/v1/accounts/{username}/websites/{domain}/cache/disable | Disable website cache
137+ * HostingCacheApi* | [ ** enable_cacheless_mode_v1** ] ( docs/HostingCacheApi.md#enable_cacheless_mode_v1 ) | ** PATCH** /api/hosting/v1/accounts/{username}/websites/{domain}/cacheless-mode/enable | Enable cacheless mode
138+ * HostingCacheApi* | [ ** enable_website_cache_v1** ] ( docs/HostingCacheApi.md#enable_website_cache_v1 ) | ** PATCH** /api/hosting/v1/accounts/{username}/websites/{domain}/cache/enable | Enable website cache
134139* HostingCronJobsApi* | [ ** create_account_cron_job_v1** ] ( docs/HostingCronJobsApi.md#create_account_cron_job_v1 ) | ** POST** /api/hosting/v1/accounts/{username}/cron-jobs | Create account cron job
135140* HostingCronJobsApi* | [ ** delete_account_cron_job_v1** ] ( docs/HostingCronJobsApi.md#delete_account_cron_job_v1 ) | ** DELETE** /api/hosting/v1/accounts/{username}/cron-jobs/{uid} | Delete account cron job
136141* HostingCronJobsApi* | [ ** get_cron_job_output_v1** ] ( docs/HostingCronJobsApi.md#get_cron_job_output_v1 ) | ** GET** /api/hosting/v1/accounts/{username}/cron-jobs/{uid}/output | Get cron job output
@@ -156,6 +161,7 @@ Class | Method | HTTP request | Description
156161* HostingNodeJSApi* | [ ** create_node_js_build_from_archive_v1** ] ( docs/HostingNodeJSApi.md#create_node_js_build_from_archive_v1 ) | ** POST** /api/hosting/v1/accounts/{username}/websites/{domain}/nodejs/builds/from-archive | Create NodeJS build from archive
157162* HostingNodeJSApi* | [ ** get_node_js_build_logs_v1** ] ( docs/HostingNodeJSApi.md#get_node_js_build_logs_v1 ) | ** GET** /api/hosting/v1/accounts/{username}/websites/{domain}/nodejs/builds/{uuid}/logs | Get NodeJS build logs
158163* HostingNodeJSApi* | [ ** list_node_js_builds_v1** ] ( docs/HostingNodeJSApi.md#list_node_js_builds_v1 ) | ** GET** /api/hosting/v1/accounts/{username}/websites/{domain}/nodejs/builds | List NodeJS builds
164+ * HostingNodeJSApi* | [ ** restart_node_js_application_v1** ] ( docs/HostingNodeJSApi.md#restart_node_js_application_v1 ) | ** POST** /api/hosting/v1/accounts/{username}/websites/{domain}/nodejs/server/restart | Restart Node.js application
159165* HostingOrdersApi* | [ ** list_orders_v1** ] ( docs/HostingOrdersApi.md#list_orders_v1 ) | ** GET** /api/hosting/v1/orders | List orders
160166* HostingPHPApi* | [ ** get_php_details_v1** ] ( docs/HostingPHPApi.md#get_php_details_v1 ) | ** GET** /api/hosting/v1/accounts/{username}/websites/{domain}/php/details | Get PHP details
161167* HostingPHPApi* | [ ** get_php_info_v1** ] ( docs/HostingPHPApi.md#get_php_info_v1 ) | ** GET** /api/hosting/v1/accounts/{username}/websites/{domain}/php/php-info | Get PHP info
@@ -415,13 +421,10 @@ Class | Method | HTTP request | Description
415421 - [ ReachV1ProfilesProfileResource] ( docs/ReachV1ProfilesProfileResource.md )
416422 - [ ReachV1ProfilesProfileResourceLimits] ( docs/ReachV1ProfilesProfileResourceLimits.md )
417423 - [ ReachV1ProfilesProfileResourceProfilesInner] ( docs/ReachV1ProfilesProfileResourceProfilesInner.md )
418- - [ VPSGetActionsV1200Response] ( docs/VPSGetActionsV1200Response.md )
419- - [ VPSGetBackupsV1200Response] ( docs/VPSGetBackupsV1200Response.md )
420- - [ VPSGetFirewallListV1200Response] ( docs/VPSGetFirewallListV1200Response.md )
421- - [ VPSGetPostInstallScriptsV1200Response] ( docs/VPSGetPostInstallScriptsV1200Response.md )
422- - [ VPSGetPublicKeysV1200Response] ( docs/VPSGetPublicKeysV1200Response.md )
423424 - [ VPSV1ActionActionResource] ( docs/VPSV1ActionActionResource.md )
425+ - [ VPSV1ActionListResponse] ( docs/VPSV1ActionListResponse.md )
424426 - [ VPSV1BackupBackupResource] ( docs/VPSV1BackupBackupResource.md )
427+ - [ VPSV1BackupListResponse] ( docs/VPSV1BackupListResponse.md )
425428 - [ VPSV1DataCenterDataCenterResource] ( docs/VPSV1DataCenterDataCenterResource.md )
426429 - [ VPSV1DockerManagerContainerPortResource] ( docs/VPSV1DockerManagerContainerPortResource.md )
427430 - [ VPSV1DockerManagerContainerResource] ( docs/VPSV1DockerManagerContainerResource.md )
@@ -432,15 +435,18 @@ Class | Method | HTTP request | Description
432435 - [ VPSV1DockerManagerProjectResource] ( docs/VPSV1DockerManagerProjectResource.md )
433436 - [ VPSV1FirewallFirewallResource] ( docs/VPSV1FirewallFirewallResource.md )
434437 - [ VPSV1FirewallFirewallRuleResource] ( docs/VPSV1FirewallFirewallRuleResource.md )
438+ - [ VPSV1FirewallListResponse] ( docs/VPSV1FirewallListResponse.md )
435439 - [ VPSV1FirewallRulesStoreRequest] ( docs/VPSV1FirewallRulesStoreRequest.md )
436440 - [ VPSV1FirewallStoreRequest] ( docs/VPSV1FirewallStoreRequest.md )
437441 - [ VPSV1IPAddressIPAddressResource] ( docs/VPSV1IPAddressIPAddressResource.md )
438442 - [ VPSV1MalwareMetricsResource] ( docs/VPSV1MalwareMetricsResource.md )
439443 - [ VPSV1MetricsMetricsCollection] ( docs/VPSV1MetricsMetricsCollection.md )
440444 - [ VPSV1MetricsMetricsResource] ( docs/VPSV1MetricsMetricsResource.md )
445+ - [ VPSV1PostInstallScriptListResponse] ( docs/VPSV1PostInstallScriptListResponse.md )
441446 - [ VPSV1PostInstallScriptPostInstallScriptResource] ( docs/VPSV1PostInstallScriptPostInstallScriptResource.md )
442447 - [ VPSV1PostInstallScriptStoreRequest] ( docs/VPSV1PostInstallScriptStoreRequest.md )
443448 - [ VPSV1PublicKeyAttachRequest] ( docs/VPSV1PublicKeyAttachRequest.md )
449+ - [ VPSV1PublicKeyListResponse] ( docs/VPSV1PublicKeyListResponse.md )
444450 - [ VPSV1PublicKeyPublicKeyResource] ( docs/VPSV1PublicKeyPublicKeyResource.md )
445451 - [ VPSV1PublicKeyStoreRequest] ( docs/VPSV1PublicKeyStoreRequest.md )
446452 - [ VPSV1SnapshotSnapshotResource] ( docs/VPSV1SnapshotSnapshotResource.md )
0 commit comments