From 8a690e184f3a1b43d7c67b4a752e8610522e7adc Mon Sep 17 00:00:00 2001 From: Jason Barry Date: Fri, 16 Jun 2023 08:18:02 -0700 Subject: [PATCH 1/2] fix(docs): remove mention of migrating from classic env vars experience --- swagger.yml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/swagger.yml b/swagger.yml index 89d9a088..ea635784 100644 --- a/swagger.yml +++ b/swagger.yml @@ -242,16 +242,13 @@ paths: $ref: '#/responses/error' description: >- Returns all environment variables for an account or site. An - account corresponds to a team in the Netlify UI. To use this endpoint, your - site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + account corresponds to a team in the Netlify UI. post: tags: - environmentVariables operationId: createEnvVars description: >- - Creates new environment variables. Granular scopes are available - on Pro plans and above. To use this endpoint, your site must no longer be - using the classic environment variables experience. Migrate now with the Netlify UI. + Creates new environment variables. Granular scopes are available on Pro plans and above. parameters: - in: body name: env_vars @@ -332,16 +329,14 @@ paths: default: $ref: '#/responses/error' description: >- - Returns an individual environment variable. To use this endpoint, your site - must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + Returns an individual environment variable. put: tags: - environmentVariables operationId: updateEnvVar description: >- Updates an existing environment variable and all of its values. - Existing values will be replaced by values provided. To use this endpoint, your site must - no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + Existing values will be replaced by values provided. parameters: - name: account_id description: Scope response to account_id @@ -395,8 +390,7 @@ paths: - environmentVariables operationId: setEnvVarValue description: >- - Updates or creates a new value for an existing environment variable. To use this endpoint, your site - must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + Updates or creates a new value for an existing environment variable. parameters: - name: account_id description: Scope response to account_id @@ -467,8 +461,7 @@ paths: default: $ref: '#/responses/error' description: >- - Deletes an environment variable. To use this endpoint, your site must no - longer be using the classic environment variables experience. Migrate now with the Netlify UI. + Deletes an environment variable. /accounts/{account_id}/env/{key}/value/{id}: delete: tags: @@ -503,8 +496,7 @@ paths: default: $ref: '#/responses/error' description: >- - Deletes a specific environment variable value. To use this endpoint, your site - must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + Deletes a specific environment variable value. /sites/{site_id}/forms: get: operationId: listSiteForms From b9a4791876532f502833994af08da1531f2963a0 Mon Sep 17 00:00:00 2001 From: Jason Barry Date: Fri, 16 Jun 2023 08:25:26 -0700 Subject: [PATCH 2/2] chore: make all --- .../add_member_to_account_parameters.go | 3 +- .../add_member_to_account_responses.go | 6 +- .../operations/cancel_account_parameters.go | 3 +- .../operations/cancel_account_responses.go | 6 +- .../cancel_site_deploy_parameters.go | 3 +- .../cancel_site_deploy_responses.go | 6 +- .../configure_dns_for_site_parameters.go | 3 +- .../configure_dns_for_site_responses.go | 6 +- .../operations/create_account_parameters.go | 3 +- .../operations/create_account_responses.go | 6 +- .../create_deploy_key_parameters.go | 3 +- .../operations/create_deploy_key_responses.go | 6 +- .../create_dns_record_parameters.go | 3 +- .../operations/create_dns_record_responses.go | 6 +- .../operations/create_dns_zone_parameters.go | 3 +- .../operations/create_dns_zone_responses.go | 6 +- .../operations/create_env_vars_parameters.go | 3 +- .../operations/create_env_vars_responses.go | 6 +- .../create_hook_by_site_id_parameters.go | 3 +- .../create_hook_by_site_id_responses.go | 6 +- .../create_plugin_run_parameters.go | 3 +- .../operations/create_plugin_run_responses.go | 6 +- .../create_service_instance_parameters.go | 3 +- .../create_service_instance_responses.go | 6 +- .../create_site_asset_parameters.go | 3 +- .../operations/create_site_asset_responses.go | 6 +- .../create_site_build_hook_parameters.go | 3 +- .../create_site_build_hook_responses.go | 6 +- .../create_site_build_parameters.go | 3 +- .../operations/create_site_build_responses.go | 6 +- .../create_site_deploy_parameters.go | 3 +- .../create_site_deploy_responses.go | 6 +- .../create_site_in_team_parameters.go | 3 +- .../create_site_in_team_responses.go | 6 +- .../operations/create_site_parameters.go | 3 +- .../operations/create_site_responses.go | 6 +- .../create_site_snippet_parameters.go | 3 +- .../create_site_snippet_responses.go | 6 +- .../create_split_test_swagger_parameters.go | 3 +- .../create_split_test_swagger_responses.go | 6 +- .../operations/create_ticket_parameters.go | 3 +- .../operations/create_ticket_responses.go | 6 +- .../delete_deploy_key_parameters.go | 3 +- .../operations/delete_deploy_key_responses.go | 6 +- .../operations/delete_deploy_parameters.go | 3 +- .../operations/delete_deploy_responses.go | 6 +- .../delete_dns_record_parameters.go | 3 +- .../operations/delete_dns_record_responses.go | 6 +- .../operations/delete_dns_zone_parameters.go | 3 +- .../operations/delete_dns_zone_responses.go | 6 +- .../operations/delete_env_var_parameters.go | 3 +- .../operations/delete_env_var_responses.go | 6 +- .../delete_env_var_value_parameters.go | 3 +- .../delete_env_var_value_responses.go | 6 +- .../operations/delete_hook_parameters.go | 3 +- .../operations/delete_hook_responses.go | 3 +- .../delete_service_instance_parameters.go | 3 +- .../delete_service_instance_responses.go | 6 +- .../delete_site_asset_parameters.go | 3 +- .../operations/delete_site_asset_responses.go | 6 +- .../delete_site_build_hook_parameters.go | 3 +- .../delete_site_build_hook_responses.go | 6 +- .../delete_site_deploy_parameters.go | 3 +- .../delete_site_deploy_responses.go | 6 +- .../operations/delete_site_form_parameters.go | 3 +- .../operations/delete_site_form_responses.go | 6 +- .../operations/delete_site_parameters.go | 3 +- .../operations/delete_site_responses.go | 6 +- .../delete_site_snippet_parameters.go | 3 +- .../delete_site_snippet_responses.go | 6 +- .../delete_submission_parameters.go | 3 +- .../operations/delete_submission_responses.go | 6 +- .../disable_split_test_swagger_parameters.go | 3 +- .../disable_split_test_swagger_responses.go | 6 +- .../operations/enable_hook_parameters.go | 3 +- .../operations/enable_hook_responses.go | 6 +- .../enable_split_test_swagger_parameters.go | 3 +- .../enable_split_test_swagger_responses.go | 6 +- .../operations/exchange_ticket_parameters.go | 3 +- .../operations/exchange_ticket_responses.go | 6 +- .../get_account_build_status_parameters.go | 3 +- .../get_account_build_status_responses.go | 6 +- .../get_account_member_parameters.go | 3 +- .../get_account_member_responses.go | 6 +- .../operations/get_account_parameters.go | 3 +- .../operations/get_account_responses.go | 6 +- .../operations/get_current_user_parameters.go | 3 +- .../operations/get_current_user_responses.go | 6 +- .../operations/get_deploy_key_parameters.go | 3 +- .../operations/get_deploy_key_responses.go | 6 +- .../operations/get_deploy_parameters.go | 3 +- .../operations/get_deploy_responses.go | 6 +- .../operations/get_dns_for_site_parameters.go | 3 +- .../operations/get_dns_for_site_responses.go | 6 +- .../operations/get_dns_records_parameters.go | 3 +- .../operations/get_dns_records_responses.go | 6 +- .../operations/get_dns_zone_parameters.go | 3 +- .../operations/get_dns_zone_responses.go | 6 +- .../operations/get_dns_zones_parameters.go | 3 +- .../operations/get_dns_zones_responses.go | 6 +- .../operations/get_env_var_parameters.go | 3 +- .../operations/get_env_var_responses.go | 6 +- .../operations/get_env_vars_parameters.go | 3 +- .../operations/get_env_vars_responses.go | 6 +- go/plumbing/operations/get_hook_parameters.go | 3 +- go/plumbing/operations/get_hook_responses.go | 6 +- .../get_individual_dns_record_parameters.go | 3 +- .../get_individual_dns_record_responses.go | 6 +- .../get_latest_plugin_runs_parameters.go | 3 +- .../get_latest_plugin_runs_responses.go | 6 +- .../operations/get_services_parameters.go | 3 +- .../operations/get_services_responses.go | 6 +- .../get_site_asset_info_parameters.go | 3 +- .../get_site_asset_info_responses.go | 6 +- ..._site_asset_public_signature_parameters.go | 3 +- ...t_site_asset_public_signature_responses.go | 6 +- .../get_site_build_hook_parameters.go | 3 +- .../get_site_build_hook_responses.go | 6 +- .../operations/get_site_build_parameters.go | 3 +- .../operations/get_site_build_responses.go | 6 +- .../operations/get_site_deploy_parameters.go | 3 +- .../operations/get_site_deploy_responses.go | 6 +- .../get_site_file_by_path_name_parameters.go | 3 +- .../get_site_file_by_path_name_responses.go | 6 +- .../get_site_metadata_parameters.go | 3 +- .../operations/get_site_metadata_responses.go | 6 +- go/plumbing/operations/get_site_parameters.go | 3 +- go/plumbing/operations/get_site_responses.go | 6 +- .../operations/get_site_snippet_parameters.go | 3 +- .../operations/get_site_snippet_responses.go | 6 +- .../get_split_test_swagger_parameters.go | 3 +- .../get_split_test_swagger_responses.go | 6 +- .../operations/get_split_tests_parameters.go | 3 +- .../operations/get_split_tests_responses.go | 6 +- .../list_account_audit_events_parameters.go | 3 +- .../list_account_audit_events_responses.go | 6 +- .../list_account_types_for_user_parameters.go | 3 +- .../list_account_types_for_user_responses.go | 6 +- .../list_accounts_for_user_parameters.go | 3 +- .../list_accounts_for_user_responses.go | 6 +- .../operations/list_deploy_keys_parameters.go | 3 +- .../operations/list_deploy_keys_responses.go | 6 +- .../list_form_submission_parameters.go | 3 +- .../list_form_submission_responses.go | 6 +- .../list_form_submissions_parameters.go | 3 +- .../list_form_submissions_responses.go | 6 +- .../operations/list_hook_types_parameters.go | 3 +- .../operations/list_hook_types_responses.go | 6 +- .../list_hooks_by_site_id_parameters.go | 3 +- .../list_hooks_by_site_id_responses.go | 6 +- .../list_members_for_account_parameters.go | 3 +- .../list_members_for_account_responses.go | 6 +- ...ist_payment_methods_for_user_parameters.go | 3 +- ...list_payment_methods_for_user_responses.go | 6 +- ...t_service_instances_for_site_parameters.go | 3 +- ...st_service_instances_for_site_responses.go | 6 +- .../operations/list_site_assets_parameters.go | 3 +- .../operations/list_site_assets_responses.go | 6 +- .../list_site_build_hooks_parameters.go | 3 +- .../list_site_build_hooks_responses.go | 6 +- .../operations/list_site_builds_parameters.go | 3 +- .../operations/list_site_builds_responses.go | 6 +- .../list_site_deployed_branches_parameters.go | 3 +- .../list_site_deployed_branches_responses.go | 6 +- .../list_site_deploys_parameters.go | 3 +- .../operations/list_site_deploys_responses.go | 6 +- .../operations/list_site_files_parameters.go | 3 +- .../operations/list_site_files_responses.go | 6 +- .../operations/list_site_forms_parameters.go | 3 +- .../operations/list_site_forms_responses.go | 6 +- .../list_site_snippets_parameters.go | 3 +- .../list_site_snippets_responses.go | 6 +- .../list_site_submissions_parameters.go | 3 +- .../list_site_submissions_responses.go | 6 +- .../list_sites_for_account_parameters.go | 3 +- .../list_sites_for_account_responses.go | 6 +- .../operations/list_sites_parameters.go | 3 +- .../operations/list_sites_responses.go | 6 +- .../operations/lock_deploy_parameters.go | 3 +- .../operations/lock_deploy_responses.go | 6 +- .../notify_build_start_parameters.go | 3 +- .../notify_build_start_responses.go | 6 +- go/plumbing/operations/operations_client.go | 240 +++++++++--------- ...ovision_site_tls_certificate_parameters.go | 3 +- ...rovision_site_tls_certificate_responses.go | 6 +- .../remove_account_member_parameters.go | 3 +- .../remove_account_member_responses.go | 6 +- .../restore_site_deploy_parameters.go | 3 +- .../restore_site_deploy_responses.go | 6 +- .../rollback_site_deploy_parameters.go | 3 +- .../rollback_site_deploy_responses.go | 6 +- .../set_env_var_value_parameters.go | 3 +- .../operations/set_env_var_value_responses.go | 6 +- .../show_service_instance_parameters.go | 3 +- .../show_service_instance_responses.go | 6 +- .../show_service_manifest_parameters.go | 3 +- .../show_service_manifest_responses.go | 6 +- .../operations/show_service_parameters.go | 3 +- .../operations/show_service_responses.go | 6 +- .../show_site_tls_certificate_parameters.go | 3 +- .../show_site_tls_certificate_responses.go | 6 +- .../operations/show_ticket_parameters.go | 3 +- .../operations/show_ticket_responses.go | 6 +- .../transfer_dns_zone_parameters.go | 3 +- .../operations/transfer_dns_zone_responses.go | 6 +- .../operations/unlink_site_repo_parameters.go | 3 +- .../operations/unlink_site_repo_responses.go | 6 +- .../operations/unlock_deploy_parameters.go | 3 +- .../operations/unlock_deploy_responses.go | 6 +- .../update_account_member_parameters.go | 3 +- .../update_account_member_responses.go | 6 +- .../operations/update_account_parameters.go | 3 +- .../operations/update_account_responses.go | 6 +- .../operations/update_env_var_parameters.go | 3 +- .../operations/update_env_var_responses.go | 6 +- .../operations/update_hook_parameters.go | 3 +- .../operations/update_hook_responses.go | 6 +- .../operations/update_plugin_parameters.go | 3 +- .../operations/update_plugin_responses.go | 6 +- .../update_service_instance_parameters.go | 3 +- .../update_service_instance_responses.go | 6 +- .../update_site_asset_parameters.go | 3 +- .../operations/update_site_asset_responses.go | 6 +- .../update_site_build_hook_parameters.go | 3 +- .../update_site_build_hook_responses.go | 6 +- .../update_site_build_log_parameters.go | 3 +- .../update_site_build_log_responses.go | 6 +- .../update_site_deploy_parameters.go | 3 +- .../update_site_deploy_responses.go | 6 +- .../update_site_metadata_parameters.go | 3 +- .../update_site_metadata_responses.go | 6 +- .../operations/update_site_parameters.go | 3 +- .../operations/update_site_responses.go | 6 +- .../update_site_snippet_parameters.go | 3 +- .../update_site_snippet_responses.go | 6 +- .../update_split_test_swagger_parameters.go | 3 +- .../update_split_test_swagger_responses.go | 6 +- .../upload_deploy_file_parameters.go | 3 +- .../upload_deploy_file_responses.go | 6 +- .../upload_deploy_function_parameters.go | 3 +- .../upload_deploy_function_responses.go | 6 +- 241 files changed, 479 insertions(+), 838 deletions(-) diff --git a/go/plumbing/operations/add_member_to_account_parameters.go b/go/plumbing/operations/add_member_to_account_parameters.go index 32cd476d..285b5daa 100644 --- a/go/plumbing/operations/add_member_to_account_parameters.go +++ b/go/plumbing/operations/add_member_to_account_parameters.go @@ -57,8 +57,7 @@ func NewAddMemberToAccountParamsWithHTTPClient(client *http.Client) *AddMemberTo } } -/* -AddMemberToAccountParams contains all the parameters to send to the API endpoint +/*AddMemberToAccountParams contains all the parameters to send to the API endpoint for the add member to account operation typically these are written to a http.Request */ type AddMemberToAccountParams struct { diff --git a/go/plumbing/operations/add_member_to_account_responses.go b/go/plumbing/operations/add_member_to_account_responses.go index 83bf3383..2e94e609 100644 --- a/go/plumbing/operations/add_member_to_account_responses.go +++ b/go/plumbing/operations/add_member_to_account_responses.go @@ -46,8 +46,7 @@ func NewAddMemberToAccountOK() *AddMemberToAccountOK { return &AddMemberToAccountOK{} } -/* -AddMemberToAccountOK handles this case with default header values. +/*AddMemberToAccountOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewAddMemberToAccountDefault(code int) *AddMemberToAccountDefault { } } -/* -AddMemberToAccountDefault handles this case with default header values. +/*AddMemberToAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/cancel_account_parameters.go b/go/plumbing/operations/cancel_account_parameters.go index 677fec2f..d8ee859f 100644 --- a/go/plumbing/operations/cancel_account_parameters.go +++ b/go/plumbing/operations/cancel_account_parameters.go @@ -55,8 +55,7 @@ func NewCancelAccountParamsWithHTTPClient(client *http.Client) *CancelAccountPar } } -/* -CancelAccountParams contains all the parameters to send to the API endpoint +/*CancelAccountParams contains all the parameters to send to the API endpoint for the cancel account operation typically these are written to a http.Request */ type CancelAccountParams struct { diff --git a/go/plumbing/operations/cancel_account_responses.go b/go/plumbing/operations/cancel_account_responses.go index 62c93bf0..7c554dd9 100644 --- a/go/plumbing/operations/cancel_account_responses.go +++ b/go/plumbing/operations/cancel_account_responses.go @@ -46,8 +46,7 @@ func NewCancelAccountNoContent() *CancelAccountNoContent { return &CancelAccountNoContent{} } -/* -CancelAccountNoContent handles this case with default header values. +/*CancelAccountNoContent handles this case with default header values. Not Content */ @@ -70,8 +69,7 @@ func NewCancelAccountDefault(code int) *CancelAccountDefault { } } -/* -CancelAccountDefault handles this case with default header values. +/*CancelAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/cancel_site_deploy_parameters.go b/go/plumbing/operations/cancel_site_deploy_parameters.go index a41dfd29..63fff347 100644 --- a/go/plumbing/operations/cancel_site_deploy_parameters.go +++ b/go/plumbing/operations/cancel_site_deploy_parameters.go @@ -55,8 +55,7 @@ func NewCancelSiteDeployParamsWithHTTPClient(client *http.Client) *CancelSiteDep } } -/* -CancelSiteDeployParams contains all the parameters to send to the API endpoint +/*CancelSiteDeployParams contains all the parameters to send to the API endpoint for the cancel site deploy operation typically these are written to a http.Request */ type CancelSiteDeployParams struct { diff --git a/go/plumbing/operations/cancel_site_deploy_responses.go b/go/plumbing/operations/cancel_site_deploy_responses.go index aa05f477..e071afe7 100644 --- a/go/plumbing/operations/cancel_site_deploy_responses.go +++ b/go/plumbing/operations/cancel_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewCancelSiteDeployCreated() *CancelSiteDeployCreated { return &CancelSiteDeployCreated{} } -/* -CancelSiteDeployCreated handles this case with default header values. +/*CancelSiteDeployCreated handles this case with default header values. Cancelled */ @@ -82,8 +81,7 @@ func NewCancelSiteDeployDefault(code int) *CancelSiteDeployDefault { } } -/* -CancelSiteDeployDefault handles this case with default header values. +/*CancelSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/configure_dns_for_site_parameters.go b/go/plumbing/operations/configure_dns_for_site_parameters.go index 1dc66720..38a86511 100644 --- a/go/plumbing/operations/configure_dns_for_site_parameters.go +++ b/go/plumbing/operations/configure_dns_for_site_parameters.go @@ -55,8 +55,7 @@ func NewConfigureDNSForSiteParamsWithHTTPClient(client *http.Client) *ConfigureD } } -/* -ConfigureDNSForSiteParams contains all the parameters to send to the API endpoint +/*ConfigureDNSForSiteParams contains all the parameters to send to the API endpoint for the configure DNS for site operation typically these are written to a http.Request */ type ConfigureDNSForSiteParams struct { diff --git a/go/plumbing/operations/configure_dns_for_site_responses.go b/go/plumbing/operations/configure_dns_for_site_responses.go index 0d1e34df..211604e6 100644 --- a/go/plumbing/operations/configure_dns_for_site_responses.go +++ b/go/plumbing/operations/configure_dns_for_site_responses.go @@ -46,8 +46,7 @@ func NewConfigureDNSForSiteOK() *ConfigureDNSForSiteOK { return &ConfigureDNSForSiteOK{} } -/* -ConfigureDNSForSiteOK handles this case with default header values. +/*ConfigureDNSForSiteOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewConfigureDNSForSiteDefault(code int) *ConfigureDNSForSiteDefault { } } -/* -ConfigureDNSForSiteDefault handles this case with default header values. +/*ConfigureDNSForSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_account_parameters.go b/go/plumbing/operations/create_account_parameters.go index a620dd7b..640d9586 100644 --- a/go/plumbing/operations/create_account_parameters.go +++ b/go/plumbing/operations/create_account_parameters.go @@ -57,8 +57,7 @@ func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountPar } } -/* -CreateAccountParams contains all the parameters to send to the API endpoint +/*CreateAccountParams contains all the parameters to send to the API endpoint for the create account operation typically these are written to a http.Request */ type CreateAccountParams struct { diff --git a/go/plumbing/operations/create_account_responses.go b/go/plumbing/operations/create_account_responses.go index ce8d9a80..1318ba39 100644 --- a/go/plumbing/operations/create_account_responses.go +++ b/go/plumbing/operations/create_account_responses.go @@ -46,8 +46,7 @@ func NewCreateAccountCreated() *CreateAccountCreated { return &CreateAccountCreated{} } -/* -CreateAccountCreated handles this case with default header values. +/*CreateAccountCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateAccountDefault(code int) *CreateAccountDefault { } } -/* -CreateAccountDefault handles this case with default header values. +/*CreateAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_deploy_key_parameters.go b/go/plumbing/operations/create_deploy_key_parameters.go index 528013ce..f191f800 100644 --- a/go/plumbing/operations/create_deploy_key_parameters.go +++ b/go/plumbing/operations/create_deploy_key_parameters.go @@ -55,8 +55,7 @@ func NewCreateDeployKeyParamsWithHTTPClient(client *http.Client) *CreateDeployKe } } -/* -CreateDeployKeyParams contains all the parameters to send to the API endpoint +/*CreateDeployKeyParams contains all the parameters to send to the API endpoint for the create deploy key operation typically these are written to a http.Request */ type CreateDeployKeyParams struct { diff --git a/go/plumbing/operations/create_deploy_key_responses.go b/go/plumbing/operations/create_deploy_key_responses.go index eab5fcde..e5cfce7e 100644 --- a/go/plumbing/operations/create_deploy_key_responses.go +++ b/go/plumbing/operations/create_deploy_key_responses.go @@ -46,8 +46,7 @@ func NewCreateDeployKeyCreated() *CreateDeployKeyCreated { return &CreateDeployKeyCreated{} } -/* -CreateDeployKeyCreated handles this case with default header values. +/*CreateDeployKeyCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateDeployKeyDefault(code int) *CreateDeployKeyDefault { } } -/* -CreateDeployKeyDefault handles this case with default header values. +/*CreateDeployKeyDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_dns_record_parameters.go b/go/plumbing/operations/create_dns_record_parameters.go index 2d0e2ab3..e0c4ac5b 100644 --- a/go/plumbing/operations/create_dns_record_parameters.go +++ b/go/plumbing/operations/create_dns_record_parameters.go @@ -57,8 +57,7 @@ func NewCreateDNSRecordParamsWithHTTPClient(client *http.Client) *CreateDNSRecor } } -/* -CreateDNSRecordParams contains all the parameters to send to the API endpoint +/*CreateDNSRecordParams contains all the parameters to send to the API endpoint for the create Dns record operation typically these are written to a http.Request */ type CreateDNSRecordParams struct { diff --git a/go/plumbing/operations/create_dns_record_responses.go b/go/plumbing/operations/create_dns_record_responses.go index 4ce6690e..6a589f52 100644 --- a/go/plumbing/operations/create_dns_record_responses.go +++ b/go/plumbing/operations/create_dns_record_responses.go @@ -46,8 +46,7 @@ func NewCreateDNSRecordCreated() *CreateDNSRecordCreated { return &CreateDNSRecordCreated{} } -/* -CreateDNSRecordCreated handles this case with default header values. +/*CreateDNSRecordCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateDNSRecordDefault(code int) *CreateDNSRecordDefault { } } -/* -CreateDNSRecordDefault handles this case with default header values. +/*CreateDNSRecordDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_dns_zone_parameters.go b/go/plumbing/operations/create_dns_zone_parameters.go index 8b6406b4..534c5000 100644 --- a/go/plumbing/operations/create_dns_zone_parameters.go +++ b/go/plumbing/operations/create_dns_zone_parameters.go @@ -57,8 +57,7 @@ func NewCreateDNSZoneParamsWithHTTPClient(client *http.Client) *CreateDNSZonePar } } -/* -CreateDNSZoneParams contains all the parameters to send to the API endpoint +/*CreateDNSZoneParams contains all the parameters to send to the API endpoint for the create Dns zone operation typically these are written to a http.Request */ type CreateDNSZoneParams struct { diff --git a/go/plumbing/operations/create_dns_zone_responses.go b/go/plumbing/operations/create_dns_zone_responses.go index 65e2de6e..0cd70467 100644 --- a/go/plumbing/operations/create_dns_zone_responses.go +++ b/go/plumbing/operations/create_dns_zone_responses.go @@ -46,8 +46,7 @@ func NewCreateDNSZoneCreated() *CreateDNSZoneCreated { return &CreateDNSZoneCreated{} } -/* -CreateDNSZoneCreated handles this case with default header values. +/*CreateDNSZoneCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateDNSZoneDefault(code int) *CreateDNSZoneDefault { } } -/* -CreateDNSZoneDefault handles this case with default header values. +/*CreateDNSZoneDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_env_vars_parameters.go b/go/plumbing/operations/create_env_vars_parameters.go index e940c741..f44fd5a2 100644 --- a/go/plumbing/operations/create_env_vars_parameters.go +++ b/go/plumbing/operations/create_env_vars_parameters.go @@ -57,8 +57,7 @@ func NewCreateEnvVarsParamsWithHTTPClient(client *http.Client) *CreateEnvVarsPar } } -/* -CreateEnvVarsParams contains all the parameters to send to the API endpoint +/*CreateEnvVarsParams contains all the parameters to send to the API endpoint for the create env vars operation typically these are written to a http.Request */ type CreateEnvVarsParams struct { diff --git a/go/plumbing/operations/create_env_vars_responses.go b/go/plumbing/operations/create_env_vars_responses.go index ecfe494e..df157036 100644 --- a/go/plumbing/operations/create_env_vars_responses.go +++ b/go/plumbing/operations/create_env_vars_responses.go @@ -46,8 +46,7 @@ func NewCreateEnvVarsCreated() *CreateEnvVarsCreated { return &CreateEnvVarsCreated{} } -/* -CreateEnvVarsCreated handles this case with default header values. +/*CreateEnvVarsCreated handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewCreateEnvVarsDefault(code int) *CreateEnvVarsDefault { } } -/* -CreateEnvVarsDefault handles this case with default header values. +/*CreateEnvVarsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_hook_by_site_id_parameters.go b/go/plumbing/operations/create_hook_by_site_id_parameters.go index 572d70b0..e6c92c95 100644 --- a/go/plumbing/operations/create_hook_by_site_id_parameters.go +++ b/go/plumbing/operations/create_hook_by_site_id_parameters.go @@ -57,8 +57,7 @@ func NewCreateHookBySiteIDParamsWithHTTPClient(client *http.Client) *CreateHookB } } -/* -CreateHookBySiteIDParams contains all the parameters to send to the API endpoint +/*CreateHookBySiteIDParams contains all the parameters to send to the API endpoint for the create hook by site Id operation typically these are written to a http.Request */ type CreateHookBySiteIDParams struct { diff --git a/go/plumbing/operations/create_hook_by_site_id_responses.go b/go/plumbing/operations/create_hook_by_site_id_responses.go index 90f691ca..63026b31 100644 --- a/go/plumbing/operations/create_hook_by_site_id_responses.go +++ b/go/plumbing/operations/create_hook_by_site_id_responses.go @@ -46,8 +46,7 @@ func NewCreateHookBySiteIDCreated() *CreateHookBySiteIDCreated { return &CreateHookBySiteIDCreated{} } -/* -CreateHookBySiteIDCreated handles this case with default header values. +/*CreateHookBySiteIDCreated handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewCreateHookBySiteIDDefault(code int) *CreateHookBySiteIDDefault { } } -/* -CreateHookBySiteIDDefault handles this case with default header values. +/*CreateHookBySiteIDDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_plugin_run_parameters.go b/go/plumbing/operations/create_plugin_run_parameters.go index 196505bd..c9db4c1b 100644 --- a/go/plumbing/operations/create_plugin_run_parameters.go +++ b/go/plumbing/operations/create_plugin_run_parameters.go @@ -57,8 +57,7 @@ func NewCreatePluginRunParamsWithHTTPClient(client *http.Client) *CreatePluginRu } } -/* -CreatePluginRunParams contains all the parameters to send to the API endpoint +/*CreatePluginRunParams contains all the parameters to send to the API endpoint for the create plugin run operation typically these are written to a http.Request */ type CreatePluginRunParams struct { diff --git a/go/plumbing/operations/create_plugin_run_responses.go b/go/plumbing/operations/create_plugin_run_responses.go index 98337057..a4b7d1b8 100644 --- a/go/plumbing/operations/create_plugin_run_responses.go +++ b/go/plumbing/operations/create_plugin_run_responses.go @@ -46,8 +46,7 @@ func NewCreatePluginRunCreated() *CreatePluginRunCreated { return &CreatePluginRunCreated{} } -/* -CreatePluginRunCreated handles this case with default header values. +/*CreatePluginRunCreated handles this case with default header values. CREATED */ @@ -82,8 +81,7 @@ func NewCreatePluginRunDefault(code int) *CreatePluginRunDefault { } } -/* -CreatePluginRunDefault handles this case with default header values. +/*CreatePluginRunDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_service_instance_parameters.go b/go/plumbing/operations/create_service_instance_parameters.go index 92b605be..908350fb 100644 --- a/go/plumbing/operations/create_service_instance_parameters.go +++ b/go/plumbing/operations/create_service_instance_parameters.go @@ -55,8 +55,7 @@ func NewCreateServiceInstanceParamsWithHTTPClient(client *http.Client) *CreateSe } } -/* -CreateServiceInstanceParams contains all the parameters to send to the API endpoint +/*CreateServiceInstanceParams contains all the parameters to send to the API endpoint for the create service instance operation typically these are written to a http.Request */ type CreateServiceInstanceParams struct { diff --git a/go/plumbing/operations/create_service_instance_responses.go b/go/plumbing/operations/create_service_instance_responses.go index b0b5822e..f5633733 100644 --- a/go/plumbing/operations/create_service_instance_responses.go +++ b/go/plumbing/operations/create_service_instance_responses.go @@ -46,8 +46,7 @@ func NewCreateServiceInstanceCreated() *CreateServiceInstanceCreated { return &CreateServiceInstanceCreated{} } -/* -CreateServiceInstanceCreated handles this case with default header values. +/*CreateServiceInstanceCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateServiceInstanceDefault(code int) *CreateServiceInstanceDefault { } } -/* -CreateServiceInstanceDefault handles this case with default header values. +/*CreateServiceInstanceDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_asset_parameters.go b/go/plumbing/operations/create_site_asset_parameters.go index 55b88a81..6ed011de 100644 --- a/go/plumbing/operations/create_site_asset_parameters.go +++ b/go/plumbing/operations/create_site_asset_parameters.go @@ -56,8 +56,7 @@ func NewCreateSiteAssetParamsWithHTTPClient(client *http.Client) *CreateSiteAsse } } -/* -CreateSiteAssetParams contains all the parameters to send to the API endpoint +/*CreateSiteAssetParams contains all the parameters to send to the API endpoint for the create site asset operation typically these are written to a http.Request */ type CreateSiteAssetParams struct { diff --git a/go/plumbing/operations/create_site_asset_responses.go b/go/plumbing/operations/create_site_asset_responses.go index 7cfe61fa..41b02380 100644 --- a/go/plumbing/operations/create_site_asset_responses.go +++ b/go/plumbing/operations/create_site_asset_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteAssetCreated() *CreateSiteAssetCreated { return &CreateSiteAssetCreated{} } -/* -CreateSiteAssetCreated handles this case with default header values. +/*CreateSiteAssetCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateSiteAssetDefault(code int) *CreateSiteAssetDefault { } } -/* -CreateSiteAssetDefault handles this case with default header values. +/*CreateSiteAssetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_build_hook_parameters.go b/go/plumbing/operations/create_site_build_hook_parameters.go index 3ebb7736..bc249f8a 100644 --- a/go/plumbing/operations/create_site_build_hook_parameters.go +++ b/go/plumbing/operations/create_site_build_hook_parameters.go @@ -57,8 +57,7 @@ func NewCreateSiteBuildHookParamsWithHTTPClient(client *http.Client) *CreateSite } } -/* -CreateSiteBuildHookParams contains all the parameters to send to the API endpoint +/*CreateSiteBuildHookParams contains all the parameters to send to the API endpoint for the create site build hook operation typically these are written to a http.Request */ type CreateSiteBuildHookParams struct { diff --git a/go/plumbing/operations/create_site_build_hook_responses.go b/go/plumbing/operations/create_site_build_hook_responses.go index 2c38bf7d..9a00d16b 100644 --- a/go/plumbing/operations/create_site_build_hook_responses.go +++ b/go/plumbing/operations/create_site_build_hook_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteBuildHookCreated() *CreateSiteBuildHookCreated { return &CreateSiteBuildHookCreated{} } -/* -CreateSiteBuildHookCreated handles this case with default header values. +/*CreateSiteBuildHookCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateSiteBuildHookDefault(code int) *CreateSiteBuildHookDefault { } } -/* -CreateSiteBuildHookDefault handles this case with default header values. +/*CreateSiteBuildHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_build_parameters.go b/go/plumbing/operations/create_site_build_parameters.go index cc0ba39f..a65ced55 100644 --- a/go/plumbing/operations/create_site_build_parameters.go +++ b/go/plumbing/operations/create_site_build_parameters.go @@ -57,8 +57,7 @@ func NewCreateSiteBuildParamsWithHTTPClient(client *http.Client) *CreateSiteBuil } } -/* -CreateSiteBuildParams contains all the parameters to send to the API endpoint +/*CreateSiteBuildParams contains all the parameters to send to the API endpoint for the create site build operation typically these are written to a http.Request */ type CreateSiteBuildParams struct { diff --git a/go/plumbing/operations/create_site_build_responses.go b/go/plumbing/operations/create_site_build_responses.go index 81973f36..6539df26 100644 --- a/go/plumbing/operations/create_site_build_responses.go +++ b/go/plumbing/operations/create_site_build_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteBuildOK() *CreateSiteBuildOK { return &CreateSiteBuildOK{} } -/* -CreateSiteBuildOK handles this case with default header values. +/*CreateSiteBuildOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewCreateSiteBuildDefault(code int) *CreateSiteBuildDefault { } } -/* -CreateSiteBuildDefault handles this case with default header values. +/*CreateSiteBuildDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_deploy_parameters.go b/go/plumbing/operations/create_site_deploy_parameters.go index faa5148f..426a2ad8 100644 --- a/go/plumbing/operations/create_site_deploy_parameters.go +++ b/go/plumbing/operations/create_site_deploy_parameters.go @@ -58,8 +58,7 @@ func NewCreateSiteDeployParamsWithHTTPClient(client *http.Client) *CreateSiteDep } } -/* -CreateSiteDeployParams contains all the parameters to send to the API endpoint +/*CreateSiteDeployParams contains all the parameters to send to the API endpoint for the create site deploy operation typically these are written to a http.Request */ type CreateSiteDeployParams struct { diff --git a/go/plumbing/operations/create_site_deploy_responses.go b/go/plumbing/operations/create_site_deploy_responses.go index 4df0d9db..a0285966 100644 --- a/go/plumbing/operations/create_site_deploy_responses.go +++ b/go/plumbing/operations/create_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteDeployOK() *CreateSiteDeployOK { return &CreateSiteDeployOK{} } -/* -CreateSiteDeployOK handles this case with default header values. +/*CreateSiteDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewCreateSiteDeployDefault(code int) *CreateSiteDeployDefault { } } -/* -CreateSiteDeployDefault handles this case with default header values. +/*CreateSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_in_team_parameters.go b/go/plumbing/operations/create_site_in_team_parameters.go index 0427a04d..9e50143f 100644 --- a/go/plumbing/operations/create_site_in_team_parameters.go +++ b/go/plumbing/operations/create_site_in_team_parameters.go @@ -58,8 +58,7 @@ func NewCreateSiteInTeamParamsWithHTTPClient(client *http.Client) *CreateSiteInT } } -/* -CreateSiteInTeamParams contains all the parameters to send to the API endpoint +/*CreateSiteInTeamParams contains all the parameters to send to the API endpoint for the create site in team operation typically these are written to a http.Request */ type CreateSiteInTeamParams struct { diff --git a/go/plumbing/operations/create_site_in_team_responses.go b/go/plumbing/operations/create_site_in_team_responses.go index 7fd46bd2..7aab7888 100644 --- a/go/plumbing/operations/create_site_in_team_responses.go +++ b/go/plumbing/operations/create_site_in_team_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteInTeamCreated() *CreateSiteInTeamCreated { return &CreateSiteInTeamCreated{} } -/* -CreateSiteInTeamCreated handles this case with default header values. +/*CreateSiteInTeamCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateSiteInTeamDefault(code int) *CreateSiteInTeamDefault { } } -/* -CreateSiteInTeamDefault handles this case with default header values. +/*CreateSiteInTeamDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_parameters.go b/go/plumbing/operations/create_site_parameters.go index 9d345dd0..8e95fa3d 100644 --- a/go/plumbing/operations/create_site_parameters.go +++ b/go/plumbing/operations/create_site_parameters.go @@ -58,8 +58,7 @@ func NewCreateSiteParamsWithHTTPClient(client *http.Client) *CreateSiteParams { } } -/* -CreateSiteParams contains all the parameters to send to the API endpoint +/*CreateSiteParams contains all the parameters to send to the API endpoint for the create site operation typically these are written to a http.Request */ type CreateSiteParams struct { diff --git a/go/plumbing/operations/create_site_responses.go b/go/plumbing/operations/create_site_responses.go index 6e35d57b..7fbd856b 100644 --- a/go/plumbing/operations/create_site_responses.go +++ b/go/plumbing/operations/create_site_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteCreated() *CreateSiteCreated { return &CreateSiteCreated{} } -/* -CreateSiteCreated handles this case with default header values. +/*CreateSiteCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateSiteDefault(code int) *CreateSiteDefault { } } -/* -CreateSiteDefault handles this case with default header values. +/*CreateSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_site_snippet_parameters.go b/go/plumbing/operations/create_site_snippet_parameters.go index 95e9811f..05e6cc38 100644 --- a/go/plumbing/operations/create_site_snippet_parameters.go +++ b/go/plumbing/operations/create_site_snippet_parameters.go @@ -57,8 +57,7 @@ func NewCreateSiteSnippetParamsWithHTTPClient(client *http.Client) *CreateSiteSn } } -/* -CreateSiteSnippetParams contains all the parameters to send to the API endpoint +/*CreateSiteSnippetParams contains all the parameters to send to the API endpoint for the create site snippet operation typically these are written to a http.Request */ type CreateSiteSnippetParams struct { diff --git a/go/plumbing/operations/create_site_snippet_responses.go b/go/plumbing/operations/create_site_snippet_responses.go index fe7e39a1..cf5b343f 100644 --- a/go/plumbing/operations/create_site_snippet_responses.go +++ b/go/plumbing/operations/create_site_snippet_responses.go @@ -46,8 +46,7 @@ func NewCreateSiteSnippetCreated() *CreateSiteSnippetCreated { return &CreateSiteSnippetCreated{} } -/* -CreateSiteSnippetCreated handles this case with default header values. +/*CreateSiteSnippetCreated handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewCreateSiteSnippetDefault(code int) *CreateSiteSnippetDefault { } } -/* -CreateSiteSnippetDefault handles this case with default header values. +/*CreateSiteSnippetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_split_test_swagger_parameters.go b/go/plumbing/operations/create_split_test_swagger_parameters.go index 0c9b2e3c..be0d0bc1 100644 --- a/go/plumbing/operations/create_split_test_swagger_parameters.go +++ b/go/plumbing/operations/create_split_test_swagger_parameters.go @@ -57,8 +57,7 @@ func NewCreateSplitTestParamsWithHTTPClient(client *http.Client) *CreateSplitTes } } -/* -CreateSplitTestParams contains all the parameters to send to the API endpoint +/*CreateSplitTestParams contains all the parameters to send to the API endpoint for the create split test operation typically these are written to a http.Request */ type CreateSplitTestParams struct { diff --git a/go/plumbing/operations/create_split_test_swagger_responses.go b/go/plumbing/operations/create_split_test_swagger_responses.go index b22d30ab..c1b1c80c 100644 --- a/go/plumbing/operations/create_split_test_swagger_responses.go +++ b/go/plumbing/operations/create_split_test_swagger_responses.go @@ -46,8 +46,7 @@ func NewCreateSplitTestCreated() *CreateSplitTestCreated { return &CreateSplitTestCreated{} } -/* -CreateSplitTestCreated handles this case with default header values. +/*CreateSplitTestCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewCreateSplitTestDefault(code int) *CreateSplitTestDefault { } } -/* -CreateSplitTestDefault handles this case with default header values. +/*CreateSplitTestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/create_ticket_parameters.go b/go/plumbing/operations/create_ticket_parameters.go index 3ec4283f..34b64876 100644 --- a/go/plumbing/operations/create_ticket_parameters.go +++ b/go/plumbing/operations/create_ticket_parameters.go @@ -55,8 +55,7 @@ func NewCreateTicketParamsWithHTTPClient(client *http.Client) *CreateTicketParam } } -/* -CreateTicketParams contains all the parameters to send to the API endpoint +/*CreateTicketParams contains all the parameters to send to the API endpoint for the create ticket operation typically these are written to a http.Request */ type CreateTicketParams struct { diff --git a/go/plumbing/operations/create_ticket_responses.go b/go/plumbing/operations/create_ticket_responses.go index 2b672b10..fc888b06 100644 --- a/go/plumbing/operations/create_ticket_responses.go +++ b/go/plumbing/operations/create_ticket_responses.go @@ -46,8 +46,7 @@ func NewCreateTicketCreated() *CreateTicketCreated { return &CreateTicketCreated{} } -/* -CreateTicketCreated handles this case with default header values. +/*CreateTicketCreated handles this case with default header values. ok */ @@ -82,8 +81,7 @@ func NewCreateTicketDefault(code int) *CreateTicketDefault { } } -/* -CreateTicketDefault handles this case with default header values. +/*CreateTicketDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_deploy_key_parameters.go b/go/plumbing/operations/delete_deploy_key_parameters.go index 05a2c0c1..a5cfcf69 100644 --- a/go/plumbing/operations/delete_deploy_key_parameters.go +++ b/go/plumbing/operations/delete_deploy_key_parameters.go @@ -55,8 +55,7 @@ func NewDeleteDeployKeyParamsWithHTTPClient(client *http.Client) *DeleteDeployKe } } -/* -DeleteDeployKeyParams contains all the parameters to send to the API endpoint +/*DeleteDeployKeyParams contains all the parameters to send to the API endpoint for the delete deploy key operation typically these are written to a http.Request */ type DeleteDeployKeyParams struct { diff --git a/go/plumbing/operations/delete_deploy_key_responses.go b/go/plumbing/operations/delete_deploy_key_responses.go index 7faf7595..f0b4cf89 100644 --- a/go/plumbing/operations/delete_deploy_key_responses.go +++ b/go/plumbing/operations/delete_deploy_key_responses.go @@ -46,8 +46,7 @@ func NewDeleteDeployKeyNoContent() *DeleteDeployKeyNoContent { return &DeleteDeployKeyNoContent{} } -/* -DeleteDeployKeyNoContent handles this case with default header values. +/*DeleteDeployKeyNoContent handles this case with default header values. Not Content */ @@ -70,8 +69,7 @@ func NewDeleteDeployKeyDefault(code int) *DeleteDeployKeyDefault { } } -/* -DeleteDeployKeyDefault handles this case with default header values. +/*DeleteDeployKeyDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_deploy_parameters.go b/go/plumbing/operations/delete_deploy_parameters.go index 3249b46d..da8827e6 100644 --- a/go/plumbing/operations/delete_deploy_parameters.go +++ b/go/plumbing/operations/delete_deploy_parameters.go @@ -55,8 +55,7 @@ func NewDeleteDeployParamsWithHTTPClient(client *http.Client) *DeleteDeployParam } } -/* -DeleteDeployParams contains all the parameters to send to the API endpoint +/*DeleteDeployParams contains all the parameters to send to the API endpoint for the delete deploy operation typically these are written to a http.Request */ type DeleteDeployParams struct { diff --git a/go/plumbing/operations/delete_deploy_responses.go b/go/plumbing/operations/delete_deploy_responses.go index 2f02bb6e..3dc27e77 100644 --- a/go/plumbing/operations/delete_deploy_responses.go +++ b/go/plumbing/operations/delete_deploy_responses.go @@ -46,8 +46,7 @@ func NewDeleteDeployNoContent() *DeleteDeployNoContent { return &DeleteDeployNoContent{} } -/* -DeleteDeployNoContent handles this case with default header values. +/*DeleteDeployNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewDeleteDeployDefault(code int) *DeleteDeployDefault { } } -/* -DeleteDeployDefault handles this case with default header values. +/*DeleteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_dns_record_parameters.go b/go/plumbing/operations/delete_dns_record_parameters.go index 7b82c8c7..fa68670f 100644 --- a/go/plumbing/operations/delete_dns_record_parameters.go +++ b/go/plumbing/operations/delete_dns_record_parameters.go @@ -55,8 +55,7 @@ func NewDeleteDNSRecordParamsWithHTTPClient(client *http.Client) *DeleteDNSRecor } } -/* -DeleteDNSRecordParams contains all the parameters to send to the API endpoint +/*DeleteDNSRecordParams contains all the parameters to send to the API endpoint for the delete Dns record operation typically these are written to a http.Request */ type DeleteDNSRecordParams struct { diff --git a/go/plumbing/operations/delete_dns_record_responses.go b/go/plumbing/operations/delete_dns_record_responses.go index 7bdbe0d3..90367c0e 100644 --- a/go/plumbing/operations/delete_dns_record_responses.go +++ b/go/plumbing/operations/delete_dns_record_responses.go @@ -46,8 +46,7 @@ func NewDeleteDNSRecordNoContent() *DeleteDNSRecordNoContent { return &DeleteDNSRecordNoContent{} } -/* -DeleteDNSRecordNoContent handles this case with default header values. +/*DeleteDNSRecordNoContent handles this case with default header values. record deleted */ @@ -70,8 +69,7 @@ func NewDeleteDNSRecordDefault(code int) *DeleteDNSRecordDefault { } } -/* -DeleteDNSRecordDefault handles this case with default header values. +/*DeleteDNSRecordDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_dns_zone_parameters.go b/go/plumbing/operations/delete_dns_zone_parameters.go index f49b5b9e..9c6a62ef 100644 --- a/go/plumbing/operations/delete_dns_zone_parameters.go +++ b/go/plumbing/operations/delete_dns_zone_parameters.go @@ -55,8 +55,7 @@ func NewDeleteDNSZoneParamsWithHTTPClient(client *http.Client) *DeleteDNSZonePar } } -/* -DeleteDNSZoneParams contains all the parameters to send to the API endpoint +/*DeleteDNSZoneParams contains all the parameters to send to the API endpoint for the delete Dns zone operation typically these are written to a http.Request */ type DeleteDNSZoneParams struct { diff --git a/go/plumbing/operations/delete_dns_zone_responses.go b/go/plumbing/operations/delete_dns_zone_responses.go index a4c505dd..20966de9 100644 --- a/go/plumbing/operations/delete_dns_zone_responses.go +++ b/go/plumbing/operations/delete_dns_zone_responses.go @@ -46,8 +46,7 @@ func NewDeleteDNSZoneNoContent() *DeleteDNSZoneNoContent { return &DeleteDNSZoneNoContent{} } -/* -DeleteDNSZoneNoContent handles this case with default header values. +/*DeleteDNSZoneNoContent handles this case with default header values. delete a single DNS zone */ @@ -70,8 +69,7 @@ func NewDeleteDNSZoneDefault(code int) *DeleteDNSZoneDefault { } } -/* -DeleteDNSZoneDefault handles this case with default header values. +/*DeleteDNSZoneDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_env_var_parameters.go b/go/plumbing/operations/delete_env_var_parameters.go index d8332f8d..46228f15 100644 --- a/go/plumbing/operations/delete_env_var_parameters.go +++ b/go/plumbing/operations/delete_env_var_parameters.go @@ -55,8 +55,7 @@ func NewDeleteEnvVarParamsWithHTTPClient(client *http.Client) *DeleteEnvVarParam } } -/* -DeleteEnvVarParams contains all the parameters to send to the API endpoint +/*DeleteEnvVarParams contains all the parameters to send to the API endpoint for the delete env var operation typically these are written to a http.Request */ type DeleteEnvVarParams struct { diff --git a/go/plumbing/operations/delete_env_var_responses.go b/go/plumbing/operations/delete_env_var_responses.go index 1c5b2b74..e70bb096 100644 --- a/go/plumbing/operations/delete_env_var_responses.go +++ b/go/plumbing/operations/delete_env_var_responses.go @@ -46,8 +46,7 @@ func NewDeleteEnvVarNoContent() *DeleteEnvVarNoContent { return &DeleteEnvVarNoContent{} } -/* -DeleteEnvVarNoContent handles this case with default header values. +/*DeleteEnvVarNoContent handles this case with default header values. No Content (success) */ @@ -70,8 +69,7 @@ func NewDeleteEnvVarDefault(code int) *DeleteEnvVarDefault { } } -/* -DeleteEnvVarDefault handles this case with default header values. +/*DeleteEnvVarDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_env_var_value_parameters.go b/go/plumbing/operations/delete_env_var_value_parameters.go index eef3ce04..963531a5 100644 --- a/go/plumbing/operations/delete_env_var_value_parameters.go +++ b/go/plumbing/operations/delete_env_var_value_parameters.go @@ -55,8 +55,7 @@ func NewDeleteEnvVarValueParamsWithHTTPClient(client *http.Client) *DeleteEnvVar } } -/* -DeleteEnvVarValueParams contains all the parameters to send to the API endpoint +/*DeleteEnvVarValueParams contains all the parameters to send to the API endpoint for the delete env var value operation typically these are written to a http.Request */ type DeleteEnvVarValueParams struct { diff --git a/go/plumbing/operations/delete_env_var_value_responses.go b/go/plumbing/operations/delete_env_var_value_responses.go index 38a855bf..da1ba8be 100644 --- a/go/plumbing/operations/delete_env_var_value_responses.go +++ b/go/plumbing/operations/delete_env_var_value_responses.go @@ -46,8 +46,7 @@ func NewDeleteEnvVarValueNoContent() *DeleteEnvVarValueNoContent { return &DeleteEnvVarValueNoContent{} } -/* -DeleteEnvVarValueNoContent handles this case with default header values. +/*DeleteEnvVarValueNoContent handles this case with default header values. No Content (success) */ @@ -70,8 +69,7 @@ func NewDeleteEnvVarValueDefault(code int) *DeleteEnvVarValueDefault { } } -/* -DeleteEnvVarValueDefault handles this case with default header values. +/*DeleteEnvVarValueDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_hook_parameters.go b/go/plumbing/operations/delete_hook_parameters.go index b6c7b6d8..2414ac7c 100644 --- a/go/plumbing/operations/delete_hook_parameters.go +++ b/go/plumbing/operations/delete_hook_parameters.go @@ -55,8 +55,7 @@ func NewDeleteHookParamsWithHTTPClient(client *http.Client) *DeleteHookParams { } } -/* -DeleteHookParams contains all the parameters to send to the API endpoint +/*DeleteHookParams contains all the parameters to send to the API endpoint for the delete hook operation typically these are written to a http.Request */ type DeleteHookParams struct { diff --git a/go/plumbing/operations/delete_hook_responses.go b/go/plumbing/operations/delete_hook_responses.go index c185ca65..67a6102a 100644 --- a/go/plumbing/operations/delete_hook_responses.go +++ b/go/plumbing/operations/delete_hook_responses.go @@ -37,8 +37,7 @@ func NewDeleteHookNoContent() *DeleteHookNoContent { return &DeleteHookNoContent{} } -/* -DeleteHookNoContent handles this case with default header values. +/*DeleteHookNoContent handles this case with default header values. No content */ diff --git a/go/plumbing/operations/delete_service_instance_parameters.go b/go/plumbing/operations/delete_service_instance_parameters.go index 8908001e..5fb78a50 100644 --- a/go/plumbing/operations/delete_service_instance_parameters.go +++ b/go/plumbing/operations/delete_service_instance_parameters.go @@ -55,8 +55,7 @@ func NewDeleteServiceInstanceParamsWithHTTPClient(client *http.Client) *DeleteSe } } -/* -DeleteServiceInstanceParams contains all the parameters to send to the API endpoint +/*DeleteServiceInstanceParams contains all the parameters to send to the API endpoint for the delete service instance operation typically these are written to a http.Request */ type DeleteServiceInstanceParams struct { diff --git a/go/plumbing/operations/delete_service_instance_responses.go b/go/plumbing/operations/delete_service_instance_responses.go index 81a8ae7d..939a024f 100644 --- a/go/plumbing/operations/delete_service_instance_responses.go +++ b/go/plumbing/operations/delete_service_instance_responses.go @@ -46,8 +46,7 @@ func NewDeleteServiceInstanceNoContent() *DeleteServiceInstanceNoContent { return &DeleteServiceInstanceNoContent{} } -/* -DeleteServiceInstanceNoContent handles this case with default header values. +/*DeleteServiceInstanceNoContent handles this case with default header values. Deleted */ @@ -70,8 +69,7 @@ func NewDeleteServiceInstanceDefault(code int) *DeleteServiceInstanceDefault { } } -/* -DeleteServiceInstanceDefault handles this case with default header values. +/*DeleteServiceInstanceDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_asset_parameters.go b/go/plumbing/operations/delete_site_asset_parameters.go index c3ade565..84b388b6 100644 --- a/go/plumbing/operations/delete_site_asset_parameters.go +++ b/go/plumbing/operations/delete_site_asset_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteAssetParamsWithHTTPClient(client *http.Client) *DeleteSiteAsse } } -/* -DeleteSiteAssetParams contains all the parameters to send to the API endpoint +/*DeleteSiteAssetParams contains all the parameters to send to the API endpoint for the delete site asset operation typically these are written to a http.Request */ type DeleteSiteAssetParams struct { diff --git a/go/plumbing/operations/delete_site_asset_responses.go b/go/plumbing/operations/delete_site_asset_responses.go index d7e3d026..b182e047 100644 --- a/go/plumbing/operations/delete_site_asset_responses.go +++ b/go/plumbing/operations/delete_site_asset_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteAssetNoContent() *DeleteSiteAssetNoContent { return &DeleteSiteAssetNoContent{} } -/* -DeleteSiteAssetNoContent handles this case with default header values. +/*DeleteSiteAssetNoContent handles this case with default header values. Deleted */ @@ -70,8 +69,7 @@ func NewDeleteSiteAssetDefault(code int) *DeleteSiteAssetDefault { } } -/* -DeleteSiteAssetDefault handles this case with default header values. +/*DeleteSiteAssetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_build_hook_parameters.go b/go/plumbing/operations/delete_site_build_hook_parameters.go index 255c36df..49d68432 100644 --- a/go/plumbing/operations/delete_site_build_hook_parameters.go +++ b/go/plumbing/operations/delete_site_build_hook_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteBuildHookParamsWithHTTPClient(client *http.Client) *DeleteSite } } -/* -DeleteSiteBuildHookParams contains all the parameters to send to the API endpoint +/*DeleteSiteBuildHookParams contains all the parameters to send to the API endpoint for the delete site build hook operation typically these are written to a http.Request */ type DeleteSiteBuildHookParams struct { diff --git a/go/plumbing/operations/delete_site_build_hook_responses.go b/go/plumbing/operations/delete_site_build_hook_responses.go index 437a4907..d464bf5f 100644 --- a/go/plumbing/operations/delete_site_build_hook_responses.go +++ b/go/plumbing/operations/delete_site_build_hook_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteBuildHookNoContent() *DeleteSiteBuildHookNoContent { return &DeleteSiteBuildHookNoContent{} } -/* -DeleteSiteBuildHookNoContent handles this case with default header values. +/*DeleteSiteBuildHookNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewDeleteSiteBuildHookDefault(code int) *DeleteSiteBuildHookDefault { } } -/* -DeleteSiteBuildHookDefault handles this case with default header values. +/*DeleteSiteBuildHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_deploy_parameters.go b/go/plumbing/operations/delete_site_deploy_parameters.go index f3db5942..6f8d184e 100644 --- a/go/plumbing/operations/delete_site_deploy_parameters.go +++ b/go/plumbing/operations/delete_site_deploy_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteDeployParamsWithHTTPClient(client *http.Client) *DeleteSiteDep } } -/* -DeleteSiteDeployParams contains all the parameters to send to the API endpoint +/*DeleteSiteDeployParams contains all the parameters to send to the API endpoint for the delete site deploy operation typically these are written to a http.Request */ type DeleteSiteDeployParams struct { diff --git a/go/plumbing/operations/delete_site_deploy_responses.go b/go/plumbing/operations/delete_site_deploy_responses.go index dc9fb4e0..5422073b 100644 --- a/go/plumbing/operations/delete_site_deploy_responses.go +++ b/go/plumbing/operations/delete_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteDeployNoContent() *DeleteSiteDeployNoContent { return &DeleteSiteDeployNoContent{} } -/* -DeleteSiteDeployNoContent handles this case with default header values. +/*DeleteSiteDeployNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewDeleteSiteDeployDefault(code int) *DeleteSiteDeployDefault { } } -/* -DeleteSiteDeployDefault handles this case with default header values. +/*DeleteSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_form_parameters.go b/go/plumbing/operations/delete_site_form_parameters.go index cf76c186..3b337df6 100644 --- a/go/plumbing/operations/delete_site_form_parameters.go +++ b/go/plumbing/operations/delete_site_form_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteFormParamsWithHTTPClient(client *http.Client) *DeleteSiteFormP } } -/* -DeleteSiteFormParams contains all the parameters to send to the API endpoint +/*DeleteSiteFormParams contains all the parameters to send to the API endpoint for the delete site form operation typically these are written to a http.Request */ type DeleteSiteFormParams struct { diff --git a/go/plumbing/operations/delete_site_form_responses.go b/go/plumbing/operations/delete_site_form_responses.go index 00a17b71..143f3b53 100644 --- a/go/plumbing/operations/delete_site_form_responses.go +++ b/go/plumbing/operations/delete_site_form_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteFormNoContent() *DeleteSiteFormNoContent { return &DeleteSiteFormNoContent{} } -/* -DeleteSiteFormNoContent handles this case with default header values. +/*DeleteSiteFormNoContent handles this case with default header values. Deleted */ @@ -70,8 +69,7 @@ func NewDeleteSiteFormDefault(code int) *DeleteSiteFormDefault { } } -/* -DeleteSiteFormDefault handles this case with default header values. +/*DeleteSiteFormDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_parameters.go b/go/plumbing/operations/delete_site_parameters.go index c6593536..54e5b08f 100644 --- a/go/plumbing/operations/delete_site_parameters.go +++ b/go/plumbing/operations/delete_site_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteParamsWithHTTPClient(client *http.Client) *DeleteSiteParams { } } -/* -DeleteSiteParams contains all the parameters to send to the API endpoint +/*DeleteSiteParams contains all the parameters to send to the API endpoint for the delete site operation typically these are written to a http.Request */ type DeleteSiteParams struct { diff --git a/go/plumbing/operations/delete_site_responses.go b/go/plumbing/operations/delete_site_responses.go index c6f9db71..fdbacbba 100644 --- a/go/plumbing/operations/delete_site_responses.go +++ b/go/plumbing/operations/delete_site_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteNoContent() *DeleteSiteNoContent { return &DeleteSiteNoContent{} } -/* -DeleteSiteNoContent handles this case with default header values. +/*DeleteSiteNoContent handles this case with default header values. Deleted */ @@ -70,8 +69,7 @@ func NewDeleteSiteDefault(code int) *DeleteSiteDefault { } } -/* -DeleteSiteDefault handles this case with default header values. +/*DeleteSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_site_snippet_parameters.go b/go/plumbing/operations/delete_site_snippet_parameters.go index 78b8c169..ba001c66 100644 --- a/go/plumbing/operations/delete_site_snippet_parameters.go +++ b/go/plumbing/operations/delete_site_snippet_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSiteSnippetParamsWithHTTPClient(client *http.Client) *DeleteSiteSn } } -/* -DeleteSiteSnippetParams contains all the parameters to send to the API endpoint +/*DeleteSiteSnippetParams contains all the parameters to send to the API endpoint for the delete site snippet operation typically these are written to a http.Request */ type DeleteSiteSnippetParams struct { diff --git a/go/plumbing/operations/delete_site_snippet_responses.go b/go/plumbing/operations/delete_site_snippet_responses.go index 17e10663..ea300f48 100644 --- a/go/plumbing/operations/delete_site_snippet_responses.go +++ b/go/plumbing/operations/delete_site_snippet_responses.go @@ -46,8 +46,7 @@ func NewDeleteSiteSnippetNoContent() *DeleteSiteSnippetNoContent { return &DeleteSiteSnippetNoContent{} } -/* -DeleteSiteSnippetNoContent handles this case with default header values. +/*DeleteSiteSnippetNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewDeleteSiteSnippetDefault(code int) *DeleteSiteSnippetDefault { } } -/* -DeleteSiteSnippetDefault handles this case with default header values. +/*DeleteSiteSnippetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/delete_submission_parameters.go b/go/plumbing/operations/delete_submission_parameters.go index ac69b9f1..4b50ec79 100644 --- a/go/plumbing/operations/delete_submission_parameters.go +++ b/go/plumbing/operations/delete_submission_parameters.go @@ -55,8 +55,7 @@ func NewDeleteSubmissionParamsWithHTTPClient(client *http.Client) *DeleteSubmiss } } -/* -DeleteSubmissionParams contains all the parameters to send to the API endpoint +/*DeleteSubmissionParams contains all the parameters to send to the API endpoint for the delete submission operation typically these are written to a http.Request */ type DeleteSubmissionParams struct { diff --git a/go/plumbing/operations/delete_submission_responses.go b/go/plumbing/operations/delete_submission_responses.go index 4938de8f..0f68f837 100644 --- a/go/plumbing/operations/delete_submission_responses.go +++ b/go/plumbing/operations/delete_submission_responses.go @@ -46,8 +46,7 @@ func NewDeleteSubmissionNoContent() *DeleteSubmissionNoContent { return &DeleteSubmissionNoContent{} } -/* -DeleteSubmissionNoContent handles this case with default header values. +/*DeleteSubmissionNoContent handles this case with default header values. Deleted */ @@ -70,8 +69,7 @@ func NewDeleteSubmissionDefault(code int) *DeleteSubmissionDefault { } } -/* -DeleteSubmissionDefault handles this case with default header values. +/*DeleteSubmissionDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/disable_split_test_swagger_parameters.go b/go/plumbing/operations/disable_split_test_swagger_parameters.go index 2a36d454..37b61b98 100644 --- a/go/plumbing/operations/disable_split_test_swagger_parameters.go +++ b/go/plumbing/operations/disable_split_test_swagger_parameters.go @@ -55,8 +55,7 @@ func NewDisableSplitTestParamsWithHTTPClient(client *http.Client) *DisableSplitT } } -/* -DisableSplitTestParams contains all the parameters to send to the API endpoint +/*DisableSplitTestParams contains all the parameters to send to the API endpoint for the disable split test operation typically these are written to a http.Request */ type DisableSplitTestParams struct { diff --git a/go/plumbing/operations/disable_split_test_swagger_responses.go b/go/plumbing/operations/disable_split_test_swagger_responses.go index 85801c3e..8b9f5efd 100644 --- a/go/plumbing/operations/disable_split_test_swagger_responses.go +++ b/go/plumbing/operations/disable_split_test_swagger_responses.go @@ -46,8 +46,7 @@ func NewDisableSplitTestNoContent() *DisableSplitTestNoContent { return &DisableSplitTestNoContent{} } -/* -DisableSplitTestNoContent handles this case with default header values. +/*DisableSplitTestNoContent handles this case with default header values. disabled */ @@ -70,8 +69,7 @@ func NewDisableSplitTestDefault(code int) *DisableSplitTestDefault { } } -/* -DisableSplitTestDefault handles this case with default header values. +/*DisableSplitTestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/enable_hook_parameters.go b/go/plumbing/operations/enable_hook_parameters.go index 5a6d82da..a660019e 100644 --- a/go/plumbing/operations/enable_hook_parameters.go +++ b/go/plumbing/operations/enable_hook_parameters.go @@ -55,8 +55,7 @@ func NewEnableHookParamsWithHTTPClient(client *http.Client) *EnableHookParams { } } -/* -EnableHookParams contains all the parameters to send to the API endpoint +/*EnableHookParams contains all the parameters to send to the API endpoint for the enable hook operation typically these are written to a http.Request */ type EnableHookParams struct { diff --git a/go/plumbing/operations/enable_hook_responses.go b/go/plumbing/operations/enable_hook_responses.go index c66ee14c..12b72cd9 100644 --- a/go/plumbing/operations/enable_hook_responses.go +++ b/go/plumbing/operations/enable_hook_responses.go @@ -46,8 +46,7 @@ func NewEnableHookOK() *EnableHookOK { return &EnableHookOK{} } -/* -EnableHookOK handles this case with default header values. +/*EnableHookOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewEnableHookDefault(code int) *EnableHookDefault { } } -/* -EnableHookDefault handles this case with default header values. +/*EnableHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/enable_split_test_swagger_parameters.go b/go/plumbing/operations/enable_split_test_swagger_parameters.go index 9e1e05ce..d9e2c695 100644 --- a/go/plumbing/operations/enable_split_test_swagger_parameters.go +++ b/go/plumbing/operations/enable_split_test_swagger_parameters.go @@ -55,8 +55,7 @@ func NewEnableSplitTestParamsWithHTTPClient(client *http.Client) *EnableSplitTes } } -/* -EnableSplitTestParams contains all the parameters to send to the API endpoint +/*EnableSplitTestParams contains all the parameters to send to the API endpoint for the enable split test operation typically these are written to a http.Request */ type EnableSplitTestParams struct { diff --git a/go/plumbing/operations/enable_split_test_swagger_responses.go b/go/plumbing/operations/enable_split_test_swagger_responses.go index c920d675..3f8f74f3 100644 --- a/go/plumbing/operations/enable_split_test_swagger_responses.go +++ b/go/plumbing/operations/enable_split_test_swagger_responses.go @@ -46,8 +46,7 @@ func NewEnableSplitTestNoContent() *EnableSplitTestNoContent { return &EnableSplitTestNoContent{} } -/* -EnableSplitTestNoContent handles this case with default header values. +/*EnableSplitTestNoContent handles this case with default header values. enable */ @@ -70,8 +69,7 @@ func NewEnableSplitTestDefault(code int) *EnableSplitTestDefault { } } -/* -EnableSplitTestDefault handles this case with default header values. +/*EnableSplitTestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/exchange_ticket_parameters.go b/go/plumbing/operations/exchange_ticket_parameters.go index c2afa9b9..71bdc653 100644 --- a/go/plumbing/operations/exchange_ticket_parameters.go +++ b/go/plumbing/operations/exchange_ticket_parameters.go @@ -55,8 +55,7 @@ func NewExchangeTicketParamsWithHTTPClient(client *http.Client) *ExchangeTicketP } } -/* -ExchangeTicketParams contains all the parameters to send to the API endpoint +/*ExchangeTicketParams contains all the parameters to send to the API endpoint for the exchange ticket operation typically these are written to a http.Request */ type ExchangeTicketParams struct { diff --git a/go/plumbing/operations/exchange_ticket_responses.go b/go/plumbing/operations/exchange_ticket_responses.go index 37a9304c..ebf81460 100644 --- a/go/plumbing/operations/exchange_ticket_responses.go +++ b/go/plumbing/operations/exchange_ticket_responses.go @@ -46,8 +46,7 @@ func NewExchangeTicketCreated() *ExchangeTicketCreated { return &ExchangeTicketCreated{} } -/* -ExchangeTicketCreated handles this case with default header values. +/*ExchangeTicketCreated handles this case with default header values. ok */ @@ -82,8 +81,7 @@ func NewExchangeTicketDefault(code int) *ExchangeTicketDefault { } } -/* -ExchangeTicketDefault handles this case with default header values. +/*ExchangeTicketDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_account_build_status_parameters.go b/go/plumbing/operations/get_account_build_status_parameters.go index b0f32a65..fe2b140a 100644 --- a/go/plumbing/operations/get_account_build_status_parameters.go +++ b/go/plumbing/operations/get_account_build_status_parameters.go @@ -55,8 +55,7 @@ func NewGetAccountBuildStatusParamsWithHTTPClient(client *http.Client) *GetAccou } } -/* -GetAccountBuildStatusParams contains all the parameters to send to the API endpoint +/*GetAccountBuildStatusParams contains all the parameters to send to the API endpoint for the get account build status operation typically these are written to a http.Request */ type GetAccountBuildStatusParams struct { diff --git a/go/plumbing/operations/get_account_build_status_responses.go b/go/plumbing/operations/get_account_build_status_responses.go index 30a4c596..4cfdcd21 100644 --- a/go/plumbing/operations/get_account_build_status_responses.go +++ b/go/plumbing/operations/get_account_build_status_responses.go @@ -46,8 +46,7 @@ func NewGetAccountBuildStatusOK() *GetAccountBuildStatusOK { return &GetAccountBuildStatusOK{} } -/* -GetAccountBuildStatusOK handles this case with default header values. +/*GetAccountBuildStatusOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetAccountBuildStatusDefault(code int) *GetAccountBuildStatusDefault { } } -/* -GetAccountBuildStatusDefault handles this case with default header values. +/*GetAccountBuildStatusDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_account_member_parameters.go b/go/plumbing/operations/get_account_member_parameters.go index 4270d9ca..6bd6395d 100644 --- a/go/plumbing/operations/get_account_member_parameters.go +++ b/go/plumbing/operations/get_account_member_parameters.go @@ -55,8 +55,7 @@ func NewGetAccountMemberParamsWithHTTPClient(client *http.Client) *GetAccountMem } } -/* -GetAccountMemberParams contains all the parameters to send to the API endpoint +/*GetAccountMemberParams contains all the parameters to send to the API endpoint for the get account member operation typically these are written to a http.Request */ type GetAccountMemberParams struct { diff --git a/go/plumbing/operations/get_account_member_responses.go b/go/plumbing/operations/get_account_member_responses.go index b4325816..96008077 100644 --- a/go/plumbing/operations/get_account_member_responses.go +++ b/go/plumbing/operations/get_account_member_responses.go @@ -46,8 +46,7 @@ func NewGetAccountMemberOK() *GetAccountMemberOK { return &GetAccountMemberOK{} } -/* -GetAccountMemberOK handles this case with default header values. +/*GetAccountMemberOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetAccountMemberDefault(code int) *GetAccountMemberDefault { } } -/* -GetAccountMemberDefault handles this case with default header values. +/*GetAccountMemberDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_account_parameters.go b/go/plumbing/operations/get_account_parameters.go index fdd8b002..4025cf00 100644 --- a/go/plumbing/operations/get_account_parameters.go +++ b/go/plumbing/operations/get_account_parameters.go @@ -55,8 +55,7 @@ func NewGetAccountParamsWithHTTPClient(client *http.Client) *GetAccountParams { } } -/* -GetAccountParams contains all the parameters to send to the API endpoint +/*GetAccountParams contains all the parameters to send to the API endpoint for the get account operation typically these are written to a http.Request */ type GetAccountParams struct { diff --git a/go/plumbing/operations/get_account_responses.go b/go/plumbing/operations/get_account_responses.go index 6d4b542e..1055b7d9 100644 --- a/go/plumbing/operations/get_account_responses.go +++ b/go/plumbing/operations/get_account_responses.go @@ -46,8 +46,7 @@ func NewGetAccountOK() *GetAccountOK { return &GetAccountOK{} } -/* -GetAccountOK handles this case with default header values. +/*GetAccountOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetAccountDefault(code int) *GetAccountDefault { } } -/* -GetAccountDefault handles this case with default header values. +/*GetAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_current_user_parameters.go b/go/plumbing/operations/get_current_user_parameters.go index 5bfd50de..e740f6e6 100644 --- a/go/plumbing/operations/get_current_user_parameters.go +++ b/go/plumbing/operations/get_current_user_parameters.go @@ -55,8 +55,7 @@ func NewGetCurrentUserParamsWithHTTPClient(client *http.Client) *GetCurrentUserP } } -/* -GetCurrentUserParams contains all the parameters to send to the API endpoint +/*GetCurrentUserParams contains all the parameters to send to the API endpoint for the get current user operation typically these are written to a http.Request */ type GetCurrentUserParams struct { diff --git a/go/plumbing/operations/get_current_user_responses.go b/go/plumbing/operations/get_current_user_responses.go index 81bad1ae..a913a0d1 100644 --- a/go/plumbing/operations/get_current_user_responses.go +++ b/go/plumbing/operations/get_current_user_responses.go @@ -46,8 +46,7 @@ func NewGetCurrentUserOK() *GetCurrentUserOK { return &GetCurrentUserOK{} } -/* -GetCurrentUserOK handles this case with default header values. +/*GetCurrentUserOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetCurrentUserDefault(code int) *GetCurrentUserDefault { } } -/* -GetCurrentUserDefault handles this case with default header values. +/*GetCurrentUserDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_deploy_key_parameters.go b/go/plumbing/operations/get_deploy_key_parameters.go index 8cd01931..4c112732 100644 --- a/go/plumbing/operations/get_deploy_key_parameters.go +++ b/go/plumbing/operations/get_deploy_key_parameters.go @@ -55,8 +55,7 @@ func NewGetDeployKeyParamsWithHTTPClient(client *http.Client) *GetDeployKeyParam } } -/* -GetDeployKeyParams contains all the parameters to send to the API endpoint +/*GetDeployKeyParams contains all the parameters to send to the API endpoint for the get deploy key operation typically these are written to a http.Request */ type GetDeployKeyParams struct { diff --git a/go/plumbing/operations/get_deploy_key_responses.go b/go/plumbing/operations/get_deploy_key_responses.go index 85591937..2cce725b 100644 --- a/go/plumbing/operations/get_deploy_key_responses.go +++ b/go/plumbing/operations/get_deploy_key_responses.go @@ -46,8 +46,7 @@ func NewGetDeployKeyOK() *GetDeployKeyOK { return &GetDeployKeyOK{} } -/* -GetDeployKeyOK handles this case with default header values. +/*GetDeployKeyOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetDeployKeyDefault(code int) *GetDeployKeyDefault { } } -/* -GetDeployKeyDefault handles this case with default header values. +/*GetDeployKeyDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_deploy_parameters.go b/go/plumbing/operations/get_deploy_parameters.go index 0445d0f9..c8bb3241 100644 --- a/go/plumbing/operations/get_deploy_parameters.go +++ b/go/plumbing/operations/get_deploy_parameters.go @@ -55,8 +55,7 @@ func NewGetDeployParamsWithHTTPClient(client *http.Client) *GetDeployParams { } } -/* -GetDeployParams contains all the parameters to send to the API endpoint +/*GetDeployParams contains all the parameters to send to the API endpoint for the get deploy operation typically these are written to a http.Request */ type GetDeployParams struct { diff --git a/go/plumbing/operations/get_deploy_responses.go b/go/plumbing/operations/get_deploy_responses.go index d72c4835..278f81b0 100644 --- a/go/plumbing/operations/get_deploy_responses.go +++ b/go/plumbing/operations/get_deploy_responses.go @@ -46,8 +46,7 @@ func NewGetDeployOK() *GetDeployOK { return &GetDeployOK{} } -/* -GetDeployOK handles this case with default header values. +/*GetDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetDeployDefault(code int) *GetDeployDefault { } } -/* -GetDeployDefault handles this case with default header values. +/*GetDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_dns_for_site_parameters.go b/go/plumbing/operations/get_dns_for_site_parameters.go index 76d95e48..d3bb7255 100644 --- a/go/plumbing/operations/get_dns_for_site_parameters.go +++ b/go/plumbing/operations/get_dns_for_site_parameters.go @@ -55,8 +55,7 @@ func NewGetDNSForSiteParamsWithHTTPClient(client *http.Client) *GetDNSForSitePar } } -/* -GetDNSForSiteParams contains all the parameters to send to the API endpoint +/*GetDNSForSiteParams contains all the parameters to send to the API endpoint for the get DNS for site operation typically these are written to a http.Request */ type GetDNSForSiteParams struct { diff --git a/go/plumbing/operations/get_dns_for_site_responses.go b/go/plumbing/operations/get_dns_for_site_responses.go index 924be1c0..cda65723 100644 --- a/go/plumbing/operations/get_dns_for_site_responses.go +++ b/go/plumbing/operations/get_dns_for_site_responses.go @@ -46,8 +46,7 @@ func NewGetDNSForSiteOK() *GetDNSForSiteOK { return &GetDNSForSiteOK{} } -/* -GetDNSForSiteOK handles this case with default header values. +/*GetDNSForSiteOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetDNSForSiteDefault(code int) *GetDNSForSiteDefault { } } -/* -GetDNSForSiteDefault handles this case with default header values. +/*GetDNSForSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_dns_records_parameters.go b/go/plumbing/operations/get_dns_records_parameters.go index 2ee801ba..3ab4f3d6 100644 --- a/go/plumbing/operations/get_dns_records_parameters.go +++ b/go/plumbing/operations/get_dns_records_parameters.go @@ -55,8 +55,7 @@ func NewGetDNSRecordsParamsWithHTTPClient(client *http.Client) *GetDNSRecordsPar } } -/* -GetDNSRecordsParams contains all the parameters to send to the API endpoint +/*GetDNSRecordsParams contains all the parameters to send to the API endpoint for the get Dns records operation typically these are written to a http.Request */ type GetDNSRecordsParams struct { diff --git a/go/plumbing/operations/get_dns_records_responses.go b/go/plumbing/operations/get_dns_records_responses.go index 4b48d063..1cb62dc0 100644 --- a/go/plumbing/operations/get_dns_records_responses.go +++ b/go/plumbing/operations/get_dns_records_responses.go @@ -46,8 +46,7 @@ func NewGetDNSRecordsOK() *GetDNSRecordsOK { return &GetDNSRecordsOK{} } -/* -GetDNSRecordsOK handles this case with default header values. +/*GetDNSRecordsOK handles this case with default header values. get all DNS records for a single DNS zone */ @@ -80,8 +79,7 @@ func NewGetDNSRecordsDefault(code int) *GetDNSRecordsDefault { } } -/* -GetDNSRecordsDefault handles this case with default header values. +/*GetDNSRecordsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_dns_zone_parameters.go b/go/plumbing/operations/get_dns_zone_parameters.go index 6240221b..6ca06f8b 100644 --- a/go/plumbing/operations/get_dns_zone_parameters.go +++ b/go/plumbing/operations/get_dns_zone_parameters.go @@ -55,8 +55,7 @@ func NewGetDNSZoneParamsWithHTTPClient(client *http.Client) *GetDNSZoneParams { } } -/* -GetDNSZoneParams contains all the parameters to send to the API endpoint +/*GetDNSZoneParams contains all the parameters to send to the API endpoint for the get Dns zone operation typically these are written to a http.Request */ type GetDNSZoneParams struct { diff --git a/go/plumbing/operations/get_dns_zone_responses.go b/go/plumbing/operations/get_dns_zone_responses.go index 813b20ad..0ba66814 100644 --- a/go/plumbing/operations/get_dns_zone_responses.go +++ b/go/plumbing/operations/get_dns_zone_responses.go @@ -46,8 +46,7 @@ func NewGetDNSZoneOK() *GetDNSZoneOK { return &GetDNSZoneOK{} } -/* -GetDNSZoneOK handles this case with default header values. +/*GetDNSZoneOK handles this case with default header values. get a single DNS zone */ @@ -82,8 +81,7 @@ func NewGetDNSZoneDefault(code int) *GetDNSZoneDefault { } } -/* -GetDNSZoneDefault handles this case with default header values. +/*GetDNSZoneDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_dns_zones_parameters.go b/go/plumbing/operations/get_dns_zones_parameters.go index 88dcb37d..fee1b58e 100644 --- a/go/plumbing/operations/get_dns_zones_parameters.go +++ b/go/plumbing/operations/get_dns_zones_parameters.go @@ -55,8 +55,7 @@ func NewGetDNSZonesParamsWithHTTPClient(client *http.Client) *GetDNSZonesParams } } -/* -GetDNSZonesParams contains all the parameters to send to the API endpoint +/*GetDNSZonesParams contains all the parameters to send to the API endpoint for the get Dns zones operation typically these are written to a http.Request */ type GetDNSZonesParams struct { diff --git a/go/plumbing/operations/get_dns_zones_responses.go b/go/plumbing/operations/get_dns_zones_responses.go index f5490955..ae8001b0 100644 --- a/go/plumbing/operations/get_dns_zones_responses.go +++ b/go/plumbing/operations/get_dns_zones_responses.go @@ -46,8 +46,7 @@ func NewGetDNSZonesOK() *GetDNSZonesOK { return &GetDNSZonesOK{} } -/* -GetDNSZonesOK handles this case with default header values. +/*GetDNSZonesOK handles this case with default header values. get all DNS zones the user has access to */ @@ -80,8 +79,7 @@ func NewGetDNSZonesDefault(code int) *GetDNSZonesDefault { } } -/* -GetDNSZonesDefault handles this case with default header values. +/*GetDNSZonesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_env_var_parameters.go b/go/plumbing/operations/get_env_var_parameters.go index 3c2fe7be..816b829a 100644 --- a/go/plumbing/operations/get_env_var_parameters.go +++ b/go/plumbing/operations/get_env_var_parameters.go @@ -55,8 +55,7 @@ func NewGetEnvVarParamsWithHTTPClient(client *http.Client) *GetEnvVarParams { } } -/* -GetEnvVarParams contains all the parameters to send to the API endpoint +/*GetEnvVarParams contains all the parameters to send to the API endpoint for the get env var operation typically these are written to a http.Request */ type GetEnvVarParams struct { diff --git a/go/plumbing/operations/get_env_var_responses.go b/go/plumbing/operations/get_env_var_responses.go index 265ba618..b76e9ffc 100644 --- a/go/plumbing/operations/get_env_var_responses.go +++ b/go/plumbing/operations/get_env_var_responses.go @@ -46,8 +46,7 @@ func NewGetEnvVarOK() *GetEnvVarOK { return &GetEnvVarOK{} } -/* -GetEnvVarOK handles this case with default header values. +/*GetEnvVarOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetEnvVarDefault(code int) *GetEnvVarDefault { } } -/* -GetEnvVarDefault handles this case with default header values. +/*GetEnvVarDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_env_vars_parameters.go b/go/plumbing/operations/get_env_vars_parameters.go index 7a004d28..f3ad811e 100644 --- a/go/plumbing/operations/get_env_vars_parameters.go +++ b/go/plumbing/operations/get_env_vars_parameters.go @@ -55,8 +55,7 @@ func NewGetEnvVarsParamsWithHTTPClient(client *http.Client) *GetEnvVarsParams { } } -/* -GetEnvVarsParams contains all the parameters to send to the API endpoint +/*GetEnvVarsParams contains all the parameters to send to the API endpoint for the get env vars operation typically these are written to a http.Request */ type GetEnvVarsParams struct { diff --git a/go/plumbing/operations/get_env_vars_responses.go b/go/plumbing/operations/get_env_vars_responses.go index d6fca016..ff6b7e7e 100644 --- a/go/plumbing/operations/get_env_vars_responses.go +++ b/go/plumbing/operations/get_env_vars_responses.go @@ -46,8 +46,7 @@ func NewGetEnvVarsOK() *GetEnvVarsOK { return &GetEnvVarsOK{} } -/* -GetEnvVarsOK handles this case with default header values. +/*GetEnvVarsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetEnvVarsDefault(code int) *GetEnvVarsDefault { } } -/* -GetEnvVarsDefault handles this case with default header values. +/*GetEnvVarsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_hook_parameters.go b/go/plumbing/operations/get_hook_parameters.go index 8f59852b..21da3134 100644 --- a/go/plumbing/operations/get_hook_parameters.go +++ b/go/plumbing/operations/get_hook_parameters.go @@ -55,8 +55,7 @@ func NewGetHookParamsWithHTTPClient(client *http.Client) *GetHookParams { } } -/* -GetHookParams contains all the parameters to send to the API endpoint +/*GetHookParams contains all the parameters to send to the API endpoint for the get hook operation typically these are written to a http.Request */ type GetHookParams struct { diff --git a/go/plumbing/operations/get_hook_responses.go b/go/plumbing/operations/get_hook_responses.go index ae0d1f69..3d740070 100644 --- a/go/plumbing/operations/get_hook_responses.go +++ b/go/plumbing/operations/get_hook_responses.go @@ -46,8 +46,7 @@ func NewGetHookOK() *GetHookOK { return &GetHookOK{} } -/* -GetHookOK handles this case with default header values. +/*GetHookOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetHookDefault(code int) *GetHookDefault { } } -/* -GetHookDefault handles this case with default header values. +/*GetHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_individual_dns_record_parameters.go b/go/plumbing/operations/get_individual_dns_record_parameters.go index ec80ee52..85a14fc2 100644 --- a/go/plumbing/operations/get_individual_dns_record_parameters.go +++ b/go/plumbing/operations/get_individual_dns_record_parameters.go @@ -55,8 +55,7 @@ func NewGetIndividualDNSRecordParamsWithHTTPClient(client *http.Client) *GetIndi } } -/* -GetIndividualDNSRecordParams contains all the parameters to send to the API endpoint +/*GetIndividualDNSRecordParams contains all the parameters to send to the API endpoint for the get individual Dns record operation typically these are written to a http.Request */ type GetIndividualDNSRecordParams struct { diff --git a/go/plumbing/operations/get_individual_dns_record_responses.go b/go/plumbing/operations/get_individual_dns_record_responses.go index 9b1c1662..7025cc35 100644 --- a/go/plumbing/operations/get_individual_dns_record_responses.go +++ b/go/plumbing/operations/get_individual_dns_record_responses.go @@ -46,8 +46,7 @@ func NewGetIndividualDNSRecordOK() *GetIndividualDNSRecordOK { return &GetIndividualDNSRecordOK{} } -/* -GetIndividualDNSRecordOK handles this case with default header values. +/*GetIndividualDNSRecordOK handles this case with default header values. get a single DNS record */ @@ -82,8 +81,7 @@ func NewGetIndividualDNSRecordDefault(code int) *GetIndividualDNSRecordDefault { } } -/* -GetIndividualDNSRecordDefault handles this case with default header values. +/*GetIndividualDNSRecordDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_latest_plugin_runs_parameters.go b/go/plumbing/operations/get_latest_plugin_runs_parameters.go index e9db0d69..8b37f7b3 100644 --- a/go/plumbing/operations/get_latest_plugin_runs_parameters.go +++ b/go/plumbing/operations/get_latest_plugin_runs_parameters.go @@ -56,8 +56,7 @@ func NewGetLatestPluginRunsParamsWithHTTPClient(client *http.Client) *GetLatestP } } -/* -GetLatestPluginRunsParams contains all the parameters to send to the API endpoint +/*GetLatestPluginRunsParams contains all the parameters to send to the API endpoint for the get latest plugin runs operation typically these are written to a http.Request */ type GetLatestPluginRunsParams struct { diff --git a/go/plumbing/operations/get_latest_plugin_runs_responses.go b/go/plumbing/operations/get_latest_plugin_runs_responses.go index bc61f46a..d57800ef 100644 --- a/go/plumbing/operations/get_latest_plugin_runs_responses.go +++ b/go/plumbing/operations/get_latest_plugin_runs_responses.go @@ -46,8 +46,7 @@ func NewGetLatestPluginRunsOK() *GetLatestPluginRunsOK { return &GetLatestPluginRunsOK{} } -/* -GetLatestPluginRunsOK handles this case with default header values. +/*GetLatestPluginRunsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetLatestPluginRunsDefault(code int) *GetLatestPluginRunsDefault { } } -/* -GetLatestPluginRunsDefault handles this case with default header values. +/*GetLatestPluginRunsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_services_parameters.go b/go/plumbing/operations/get_services_parameters.go index 642f1523..27cabf25 100644 --- a/go/plumbing/operations/get_services_parameters.go +++ b/go/plumbing/operations/get_services_parameters.go @@ -55,8 +55,7 @@ func NewGetServicesParamsWithHTTPClient(client *http.Client) *GetServicesParams } } -/* -GetServicesParams contains all the parameters to send to the API endpoint +/*GetServicesParams contains all the parameters to send to the API endpoint for the get services operation typically these are written to a http.Request */ type GetServicesParams struct { diff --git a/go/plumbing/operations/get_services_responses.go b/go/plumbing/operations/get_services_responses.go index fc477883..7f4f72ec 100644 --- a/go/plumbing/operations/get_services_responses.go +++ b/go/plumbing/operations/get_services_responses.go @@ -46,8 +46,7 @@ func NewGetServicesOK() *GetServicesOK { return &GetServicesOK{} } -/* -GetServicesOK handles this case with default header values. +/*GetServicesOK handles this case with default header values. services */ @@ -80,8 +79,7 @@ func NewGetServicesDefault(code int) *GetServicesDefault { } } -/* -GetServicesDefault handles this case with default header values. +/*GetServicesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_asset_info_parameters.go b/go/plumbing/operations/get_site_asset_info_parameters.go index 12229e58..7c16ccde 100644 --- a/go/plumbing/operations/get_site_asset_info_parameters.go +++ b/go/plumbing/operations/get_site_asset_info_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteAssetInfoParamsWithHTTPClient(client *http.Client) *GetSiteAssetI } } -/* -GetSiteAssetInfoParams contains all the parameters to send to the API endpoint +/*GetSiteAssetInfoParams contains all the parameters to send to the API endpoint for the get site asset info operation typically these are written to a http.Request */ type GetSiteAssetInfoParams struct { diff --git a/go/plumbing/operations/get_site_asset_info_responses.go b/go/plumbing/operations/get_site_asset_info_responses.go index cbd9d721..5c1b4909 100644 --- a/go/plumbing/operations/get_site_asset_info_responses.go +++ b/go/plumbing/operations/get_site_asset_info_responses.go @@ -46,8 +46,7 @@ func NewGetSiteAssetInfoOK() *GetSiteAssetInfoOK { return &GetSiteAssetInfoOK{} } -/* -GetSiteAssetInfoOK handles this case with default header values. +/*GetSiteAssetInfoOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteAssetInfoDefault(code int) *GetSiteAssetInfoDefault { } } -/* -GetSiteAssetInfoDefault handles this case with default header values. +/*GetSiteAssetInfoDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_asset_public_signature_parameters.go b/go/plumbing/operations/get_site_asset_public_signature_parameters.go index f3e7ee92..f781f9be 100644 --- a/go/plumbing/operations/get_site_asset_public_signature_parameters.go +++ b/go/plumbing/operations/get_site_asset_public_signature_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteAssetPublicSignatureParamsWithHTTPClient(client *http.Client) *Ge } } -/* -GetSiteAssetPublicSignatureParams contains all the parameters to send to the API endpoint +/*GetSiteAssetPublicSignatureParams contains all the parameters to send to the API endpoint for the get site asset public signature operation typically these are written to a http.Request */ type GetSiteAssetPublicSignatureParams struct { diff --git a/go/plumbing/operations/get_site_asset_public_signature_responses.go b/go/plumbing/operations/get_site_asset_public_signature_responses.go index f3f71bdf..665f5bc5 100644 --- a/go/plumbing/operations/get_site_asset_public_signature_responses.go +++ b/go/plumbing/operations/get_site_asset_public_signature_responses.go @@ -46,8 +46,7 @@ func NewGetSiteAssetPublicSignatureOK() *GetSiteAssetPublicSignatureOK { return &GetSiteAssetPublicSignatureOK{} } -/* -GetSiteAssetPublicSignatureOK handles this case with default header values. +/*GetSiteAssetPublicSignatureOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteAssetPublicSignatureDefault(code int) *GetSiteAssetPublicSignatur } } -/* -GetSiteAssetPublicSignatureDefault handles this case with default header values. +/*GetSiteAssetPublicSignatureDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_build_hook_parameters.go b/go/plumbing/operations/get_site_build_hook_parameters.go index 06038c83..5e5bb89e 100644 --- a/go/plumbing/operations/get_site_build_hook_parameters.go +++ b/go/plumbing/operations/get_site_build_hook_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteBuildHookParamsWithHTTPClient(client *http.Client) *GetSiteBuildH } } -/* -GetSiteBuildHookParams contains all the parameters to send to the API endpoint +/*GetSiteBuildHookParams contains all the parameters to send to the API endpoint for the get site build hook operation typically these are written to a http.Request */ type GetSiteBuildHookParams struct { diff --git a/go/plumbing/operations/get_site_build_hook_responses.go b/go/plumbing/operations/get_site_build_hook_responses.go index c96cdc6c..9b489e97 100644 --- a/go/plumbing/operations/get_site_build_hook_responses.go +++ b/go/plumbing/operations/get_site_build_hook_responses.go @@ -46,8 +46,7 @@ func NewGetSiteBuildHookOK() *GetSiteBuildHookOK { return &GetSiteBuildHookOK{} } -/* -GetSiteBuildHookOK handles this case with default header values. +/*GetSiteBuildHookOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteBuildHookDefault(code int) *GetSiteBuildHookDefault { } } -/* -GetSiteBuildHookDefault handles this case with default header values. +/*GetSiteBuildHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_build_parameters.go b/go/plumbing/operations/get_site_build_parameters.go index 1241ed13..93880881 100644 --- a/go/plumbing/operations/get_site_build_parameters.go +++ b/go/plumbing/operations/get_site_build_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteBuildParamsWithHTTPClient(client *http.Client) *GetSiteBuildParam } } -/* -GetSiteBuildParams contains all the parameters to send to the API endpoint +/*GetSiteBuildParams contains all the parameters to send to the API endpoint for the get site build operation typically these are written to a http.Request */ type GetSiteBuildParams struct { diff --git a/go/plumbing/operations/get_site_build_responses.go b/go/plumbing/operations/get_site_build_responses.go index 8e3c30b8..fe67c4c5 100644 --- a/go/plumbing/operations/get_site_build_responses.go +++ b/go/plumbing/operations/get_site_build_responses.go @@ -46,8 +46,7 @@ func NewGetSiteBuildOK() *GetSiteBuildOK { return &GetSiteBuildOK{} } -/* -GetSiteBuildOK handles this case with default header values. +/*GetSiteBuildOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteBuildDefault(code int) *GetSiteBuildDefault { } } -/* -GetSiteBuildDefault handles this case with default header values. +/*GetSiteBuildDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_deploy_parameters.go b/go/plumbing/operations/get_site_deploy_parameters.go index e119ff76..6774faca 100644 --- a/go/plumbing/operations/get_site_deploy_parameters.go +++ b/go/plumbing/operations/get_site_deploy_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteDeployParamsWithHTTPClient(client *http.Client) *GetSiteDeployPar } } -/* -GetSiteDeployParams contains all the parameters to send to the API endpoint +/*GetSiteDeployParams contains all the parameters to send to the API endpoint for the get site deploy operation typically these are written to a http.Request */ type GetSiteDeployParams struct { diff --git a/go/plumbing/operations/get_site_deploy_responses.go b/go/plumbing/operations/get_site_deploy_responses.go index e3534393..4c9ecc42 100644 --- a/go/plumbing/operations/get_site_deploy_responses.go +++ b/go/plumbing/operations/get_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewGetSiteDeployOK() *GetSiteDeployOK { return &GetSiteDeployOK{} } -/* -GetSiteDeployOK handles this case with default header values. +/*GetSiteDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteDeployDefault(code int) *GetSiteDeployDefault { } } -/* -GetSiteDeployDefault handles this case with default header values. +/*GetSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_file_by_path_name_parameters.go b/go/plumbing/operations/get_site_file_by_path_name_parameters.go index 0c938ebe..fa263a07 100644 --- a/go/plumbing/operations/get_site_file_by_path_name_parameters.go +++ b/go/plumbing/operations/get_site_file_by_path_name_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteFileByPathNameParamsWithHTTPClient(client *http.Client) *GetSiteF } } -/* -GetSiteFileByPathNameParams contains all the parameters to send to the API endpoint +/*GetSiteFileByPathNameParams contains all the parameters to send to the API endpoint for the get site file by path name operation typically these are written to a http.Request */ type GetSiteFileByPathNameParams struct { diff --git a/go/plumbing/operations/get_site_file_by_path_name_responses.go b/go/plumbing/operations/get_site_file_by_path_name_responses.go index c5426bf0..8a747e53 100644 --- a/go/plumbing/operations/get_site_file_by_path_name_responses.go +++ b/go/plumbing/operations/get_site_file_by_path_name_responses.go @@ -46,8 +46,7 @@ func NewGetSiteFileByPathNameOK() *GetSiteFileByPathNameOK { return &GetSiteFileByPathNameOK{} } -/* -GetSiteFileByPathNameOK handles this case with default header values. +/*GetSiteFileByPathNameOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteFileByPathNameDefault(code int) *GetSiteFileByPathNameDefault { } } -/* -GetSiteFileByPathNameDefault handles this case with default header values. +/*GetSiteFileByPathNameDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_metadata_parameters.go b/go/plumbing/operations/get_site_metadata_parameters.go index 833b403d..90212e5d 100644 --- a/go/plumbing/operations/get_site_metadata_parameters.go +++ b/go/plumbing/operations/get_site_metadata_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteMetadataParamsWithHTTPClient(client *http.Client) *GetSiteMetadat } } -/* -GetSiteMetadataParams contains all the parameters to send to the API endpoint +/*GetSiteMetadataParams contains all the parameters to send to the API endpoint for the get site metadata operation typically these are written to a http.Request */ type GetSiteMetadataParams struct { diff --git a/go/plumbing/operations/get_site_metadata_responses.go b/go/plumbing/operations/get_site_metadata_responses.go index 796eb1b0..6467db57 100644 --- a/go/plumbing/operations/get_site_metadata_responses.go +++ b/go/plumbing/operations/get_site_metadata_responses.go @@ -46,8 +46,7 @@ func NewGetSiteMetadataOK() *GetSiteMetadataOK { return &GetSiteMetadataOK{} } -/* -GetSiteMetadataOK handles this case with default header values. +/*GetSiteMetadataOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewGetSiteMetadataDefault(code int) *GetSiteMetadataDefault { } } -/* -GetSiteMetadataDefault handles this case with default header values. +/*GetSiteMetadataDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_parameters.go b/go/plumbing/operations/get_site_parameters.go index 6abb13af..bcaab1f7 100644 --- a/go/plumbing/operations/get_site_parameters.go +++ b/go/plumbing/operations/get_site_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteParamsWithHTTPClient(client *http.Client) *GetSiteParams { } } -/* -GetSiteParams contains all the parameters to send to the API endpoint +/*GetSiteParams contains all the parameters to send to the API endpoint for the get site operation typically these are written to a http.Request */ type GetSiteParams struct { diff --git a/go/plumbing/operations/get_site_responses.go b/go/plumbing/operations/get_site_responses.go index 551adcef..00c416c3 100644 --- a/go/plumbing/operations/get_site_responses.go +++ b/go/plumbing/operations/get_site_responses.go @@ -46,8 +46,7 @@ func NewGetSiteOK() *GetSiteOK { return &GetSiteOK{} } -/* -GetSiteOK handles this case with default header values. +/*GetSiteOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteDefault(code int) *GetSiteDefault { } } -/* -GetSiteDefault handles this case with default header values. +/*GetSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_site_snippet_parameters.go b/go/plumbing/operations/get_site_snippet_parameters.go index 6db9ce31..8a586707 100644 --- a/go/plumbing/operations/get_site_snippet_parameters.go +++ b/go/plumbing/operations/get_site_snippet_parameters.go @@ -55,8 +55,7 @@ func NewGetSiteSnippetParamsWithHTTPClient(client *http.Client) *GetSiteSnippetP } } -/* -GetSiteSnippetParams contains all the parameters to send to the API endpoint +/*GetSiteSnippetParams contains all the parameters to send to the API endpoint for the get site snippet operation typically these are written to a http.Request */ type GetSiteSnippetParams struct { diff --git a/go/plumbing/operations/get_site_snippet_responses.go b/go/plumbing/operations/get_site_snippet_responses.go index c4cd1cba..1e44d893 100644 --- a/go/plumbing/operations/get_site_snippet_responses.go +++ b/go/plumbing/operations/get_site_snippet_responses.go @@ -46,8 +46,7 @@ func NewGetSiteSnippetOK() *GetSiteSnippetOK { return &GetSiteSnippetOK{} } -/* -GetSiteSnippetOK handles this case with default header values. +/*GetSiteSnippetOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewGetSiteSnippetDefault(code int) *GetSiteSnippetDefault { } } -/* -GetSiteSnippetDefault handles this case with default header values. +/*GetSiteSnippetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_split_test_swagger_parameters.go b/go/plumbing/operations/get_split_test_swagger_parameters.go index b17abafe..93ab4ca3 100644 --- a/go/plumbing/operations/get_split_test_swagger_parameters.go +++ b/go/plumbing/operations/get_split_test_swagger_parameters.go @@ -55,8 +55,7 @@ func NewGetSplitTestParamsWithHTTPClient(client *http.Client) *GetSplitTestParam } } -/* -GetSplitTestParams contains all the parameters to send to the API endpoint +/*GetSplitTestParams contains all the parameters to send to the API endpoint for the get split test operation typically these are written to a http.Request */ type GetSplitTestParams struct { diff --git a/go/plumbing/operations/get_split_test_swagger_responses.go b/go/plumbing/operations/get_split_test_swagger_responses.go index 909b89a1..9b07a787 100644 --- a/go/plumbing/operations/get_split_test_swagger_responses.go +++ b/go/plumbing/operations/get_split_test_swagger_responses.go @@ -46,8 +46,7 @@ func NewGetSplitTestOK() *GetSplitTestOK { return &GetSplitTestOK{} } -/* -GetSplitTestOK handles this case with default header values. +/*GetSplitTestOK handles this case with default header values. split_test */ @@ -82,8 +81,7 @@ func NewGetSplitTestDefault(code int) *GetSplitTestDefault { } } -/* -GetSplitTestDefault handles this case with default header values. +/*GetSplitTestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/get_split_tests_parameters.go b/go/plumbing/operations/get_split_tests_parameters.go index a8fd2862..05868e32 100644 --- a/go/plumbing/operations/get_split_tests_parameters.go +++ b/go/plumbing/operations/get_split_tests_parameters.go @@ -55,8 +55,7 @@ func NewGetSplitTestsParamsWithHTTPClient(client *http.Client) *GetSplitTestsPar } } -/* -GetSplitTestsParams contains all the parameters to send to the API endpoint +/*GetSplitTestsParams contains all the parameters to send to the API endpoint for the get split tests operation typically these are written to a http.Request */ type GetSplitTestsParams struct { diff --git a/go/plumbing/operations/get_split_tests_responses.go b/go/plumbing/operations/get_split_tests_responses.go index bf9e9f11..36faac2c 100644 --- a/go/plumbing/operations/get_split_tests_responses.go +++ b/go/plumbing/operations/get_split_tests_responses.go @@ -46,8 +46,7 @@ func NewGetSplitTestsOK() *GetSplitTestsOK { return &GetSplitTestsOK{} } -/* -GetSplitTestsOK handles this case with default header values. +/*GetSplitTestsOK handles this case with default header values. split_tests */ @@ -80,8 +79,7 @@ func NewGetSplitTestsDefault(code int) *GetSplitTestsDefault { } } -/* -GetSplitTestsDefault handles this case with default header values. +/*GetSplitTestsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_account_audit_events_parameters.go b/go/plumbing/operations/list_account_audit_events_parameters.go index 598c2313..87176870 100644 --- a/go/plumbing/operations/list_account_audit_events_parameters.go +++ b/go/plumbing/operations/list_account_audit_events_parameters.go @@ -56,8 +56,7 @@ func NewListAccountAuditEventsParamsWithHTTPClient(client *http.Client) *ListAcc } } -/* -ListAccountAuditEventsParams contains all the parameters to send to the API endpoint +/*ListAccountAuditEventsParams contains all the parameters to send to the API endpoint for the list account audit events operation typically these are written to a http.Request */ type ListAccountAuditEventsParams struct { diff --git a/go/plumbing/operations/list_account_audit_events_responses.go b/go/plumbing/operations/list_account_audit_events_responses.go index 1a29a186..5c8ea1bc 100644 --- a/go/plumbing/operations/list_account_audit_events_responses.go +++ b/go/plumbing/operations/list_account_audit_events_responses.go @@ -46,8 +46,7 @@ func NewListAccountAuditEventsOK() *ListAccountAuditEventsOK { return &ListAccountAuditEventsOK{} } -/* -ListAccountAuditEventsOK handles this case with default header values. +/*ListAccountAuditEventsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListAccountAuditEventsDefault(code int) *ListAccountAuditEventsDefault { } } -/* -ListAccountAuditEventsDefault handles this case with default header values. +/*ListAccountAuditEventsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_account_types_for_user_parameters.go b/go/plumbing/operations/list_account_types_for_user_parameters.go index c6926f45..5af8897e 100644 --- a/go/plumbing/operations/list_account_types_for_user_parameters.go +++ b/go/plumbing/operations/list_account_types_for_user_parameters.go @@ -55,8 +55,7 @@ func NewListAccountTypesForUserParamsWithHTTPClient(client *http.Client) *ListAc } } -/* -ListAccountTypesForUserParams contains all the parameters to send to the API endpoint +/*ListAccountTypesForUserParams contains all the parameters to send to the API endpoint for the list account types for user operation typically these are written to a http.Request */ type ListAccountTypesForUserParams struct { diff --git a/go/plumbing/operations/list_account_types_for_user_responses.go b/go/plumbing/operations/list_account_types_for_user_responses.go index f862eb8c..d532aa08 100644 --- a/go/plumbing/operations/list_account_types_for_user_responses.go +++ b/go/plumbing/operations/list_account_types_for_user_responses.go @@ -46,8 +46,7 @@ func NewListAccountTypesForUserOK() *ListAccountTypesForUserOK { return &ListAccountTypesForUserOK{} } -/* -ListAccountTypesForUserOK handles this case with default header values. +/*ListAccountTypesForUserOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListAccountTypesForUserDefault(code int) *ListAccountTypesForUserDefault } } -/* -ListAccountTypesForUserDefault handles this case with default header values. +/*ListAccountTypesForUserDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_accounts_for_user_parameters.go b/go/plumbing/operations/list_accounts_for_user_parameters.go index 4a9df62d..cd9aecba 100644 --- a/go/plumbing/operations/list_accounts_for_user_parameters.go +++ b/go/plumbing/operations/list_accounts_for_user_parameters.go @@ -55,8 +55,7 @@ func NewListAccountsForUserParamsWithHTTPClient(client *http.Client) *ListAccoun } } -/* -ListAccountsForUserParams contains all the parameters to send to the API endpoint +/*ListAccountsForUserParams contains all the parameters to send to the API endpoint for the list accounts for user operation typically these are written to a http.Request */ type ListAccountsForUserParams struct { diff --git a/go/plumbing/operations/list_accounts_for_user_responses.go b/go/plumbing/operations/list_accounts_for_user_responses.go index 88cbd4cc..d4360031 100644 --- a/go/plumbing/operations/list_accounts_for_user_responses.go +++ b/go/plumbing/operations/list_accounts_for_user_responses.go @@ -46,8 +46,7 @@ func NewListAccountsForUserOK() *ListAccountsForUserOK { return &ListAccountsForUserOK{} } -/* -ListAccountsForUserOK handles this case with default header values. +/*ListAccountsForUserOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListAccountsForUserDefault(code int) *ListAccountsForUserDefault { } } -/* -ListAccountsForUserDefault handles this case with default header values. +/*ListAccountsForUserDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_deploy_keys_parameters.go b/go/plumbing/operations/list_deploy_keys_parameters.go index 7ef8fd80..9656f8ed 100644 --- a/go/plumbing/operations/list_deploy_keys_parameters.go +++ b/go/plumbing/operations/list_deploy_keys_parameters.go @@ -55,8 +55,7 @@ func NewListDeployKeysParamsWithHTTPClient(client *http.Client) *ListDeployKeysP } } -/* -ListDeployKeysParams contains all the parameters to send to the API endpoint +/*ListDeployKeysParams contains all the parameters to send to the API endpoint for the list deploy keys operation typically these are written to a http.Request */ type ListDeployKeysParams struct { diff --git a/go/plumbing/operations/list_deploy_keys_responses.go b/go/plumbing/operations/list_deploy_keys_responses.go index 754d6932..d305d7da 100644 --- a/go/plumbing/operations/list_deploy_keys_responses.go +++ b/go/plumbing/operations/list_deploy_keys_responses.go @@ -46,8 +46,7 @@ func NewListDeployKeysOK() *ListDeployKeysOK { return &ListDeployKeysOK{} } -/* -ListDeployKeysOK handles this case with default header values. +/*ListDeployKeysOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListDeployKeysDefault(code int) *ListDeployKeysDefault { } } -/* -ListDeployKeysDefault handles this case with default header values. +/*ListDeployKeysDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_form_submission_parameters.go b/go/plumbing/operations/list_form_submission_parameters.go index 9c0c1df9..fb755e10 100644 --- a/go/plumbing/operations/list_form_submission_parameters.go +++ b/go/plumbing/operations/list_form_submission_parameters.go @@ -56,8 +56,7 @@ func NewListFormSubmissionParamsWithHTTPClient(client *http.Client) *ListFormSub } } -/* -ListFormSubmissionParams contains all the parameters to send to the API endpoint +/*ListFormSubmissionParams contains all the parameters to send to the API endpoint for the list form submission operation typically these are written to a http.Request */ type ListFormSubmissionParams struct { diff --git a/go/plumbing/operations/list_form_submission_responses.go b/go/plumbing/operations/list_form_submission_responses.go index a8140a10..c716059a 100644 --- a/go/plumbing/operations/list_form_submission_responses.go +++ b/go/plumbing/operations/list_form_submission_responses.go @@ -46,8 +46,7 @@ func NewListFormSubmissionOK() *ListFormSubmissionOK { return &ListFormSubmissionOK{} } -/* -ListFormSubmissionOK handles this case with default header values. +/*ListFormSubmissionOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListFormSubmissionDefault(code int) *ListFormSubmissionDefault { } } -/* -ListFormSubmissionDefault handles this case with default header values. +/*ListFormSubmissionDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_form_submissions_parameters.go b/go/plumbing/operations/list_form_submissions_parameters.go index 2a7a35fb..02ca1608 100644 --- a/go/plumbing/operations/list_form_submissions_parameters.go +++ b/go/plumbing/operations/list_form_submissions_parameters.go @@ -56,8 +56,7 @@ func NewListFormSubmissionsParamsWithHTTPClient(client *http.Client) *ListFormSu } } -/* -ListFormSubmissionsParams contains all the parameters to send to the API endpoint +/*ListFormSubmissionsParams contains all the parameters to send to the API endpoint for the list form submissions operation typically these are written to a http.Request */ type ListFormSubmissionsParams struct { diff --git a/go/plumbing/operations/list_form_submissions_responses.go b/go/plumbing/operations/list_form_submissions_responses.go index 5701ecac..eac54a19 100644 --- a/go/plumbing/operations/list_form_submissions_responses.go +++ b/go/plumbing/operations/list_form_submissions_responses.go @@ -46,8 +46,7 @@ func NewListFormSubmissionsOK() *ListFormSubmissionsOK { return &ListFormSubmissionsOK{} } -/* -ListFormSubmissionsOK handles this case with default header values. +/*ListFormSubmissionsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListFormSubmissionsDefault(code int) *ListFormSubmissionsDefault { } } -/* -ListFormSubmissionsDefault handles this case with default header values. +/*ListFormSubmissionsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_hook_types_parameters.go b/go/plumbing/operations/list_hook_types_parameters.go index d15c172d..9cfdac25 100644 --- a/go/plumbing/operations/list_hook_types_parameters.go +++ b/go/plumbing/operations/list_hook_types_parameters.go @@ -55,8 +55,7 @@ func NewListHookTypesParamsWithHTTPClient(client *http.Client) *ListHookTypesPar } } -/* -ListHookTypesParams contains all the parameters to send to the API endpoint +/*ListHookTypesParams contains all the parameters to send to the API endpoint for the list hook types operation typically these are written to a http.Request */ type ListHookTypesParams struct { diff --git a/go/plumbing/operations/list_hook_types_responses.go b/go/plumbing/operations/list_hook_types_responses.go index 3e12a4aa..48af70b6 100644 --- a/go/plumbing/operations/list_hook_types_responses.go +++ b/go/plumbing/operations/list_hook_types_responses.go @@ -46,8 +46,7 @@ func NewListHookTypesOK() *ListHookTypesOK { return &ListHookTypesOK{} } -/* -ListHookTypesOK handles this case with default header values. +/*ListHookTypesOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListHookTypesDefault(code int) *ListHookTypesDefault { } } -/* -ListHookTypesDefault handles this case with default header values. +/*ListHookTypesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_hooks_by_site_id_parameters.go b/go/plumbing/operations/list_hooks_by_site_id_parameters.go index 16cb069e..3ba94588 100644 --- a/go/plumbing/operations/list_hooks_by_site_id_parameters.go +++ b/go/plumbing/operations/list_hooks_by_site_id_parameters.go @@ -55,8 +55,7 @@ func NewListHooksBySiteIDParamsWithHTTPClient(client *http.Client) *ListHooksByS } } -/* -ListHooksBySiteIDParams contains all the parameters to send to the API endpoint +/*ListHooksBySiteIDParams contains all the parameters to send to the API endpoint for the list hooks by site Id operation typically these are written to a http.Request */ type ListHooksBySiteIDParams struct { diff --git a/go/plumbing/operations/list_hooks_by_site_id_responses.go b/go/plumbing/operations/list_hooks_by_site_id_responses.go index 5df3aab3..ea740339 100644 --- a/go/plumbing/operations/list_hooks_by_site_id_responses.go +++ b/go/plumbing/operations/list_hooks_by_site_id_responses.go @@ -46,8 +46,7 @@ func NewListHooksBySiteIDOK() *ListHooksBySiteIDOK { return &ListHooksBySiteIDOK{} } -/* -ListHooksBySiteIDOK handles this case with default header values. +/*ListHooksBySiteIDOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListHooksBySiteIDDefault(code int) *ListHooksBySiteIDDefault { } } -/* -ListHooksBySiteIDDefault handles this case with default header values. +/*ListHooksBySiteIDDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_members_for_account_parameters.go b/go/plumbing/operations/list_members_for_account_parameters.go index 52a6ff25..5ef0cec3 100644 --- a/go/plumbing/operations/list_members_for_account_parameters.go +++ b/go/plumbing/operations/list_members_for_account_parameters.go @@ -55,8 +55,7 @@ func NewListMembersForAccountParamsWithHTTPClient(client *http.Client) *ListMemb } } -/* -ListMembersForAccountParams contains all the parameters to send to the API endpoint +/*ListMembersForAccountParams contains all the parameters to send to the API endpoint for the list members for account operation typically these are written to a http.Request */ type ListMembersForAccountParams struct { diff --git a/go/plumbing/operations/list_members_for_account_responses.go b/go/plumbing/operations/list_members_for_account_responses.go index 81c3c45b..5bec279d 100644 --- a/go/plumbing/operations/list_members_for_account_responses.go +++ b/go/plumbing/operations/list_members_for_account_responses.go @@ -46,8 +46,7 @@ func NewListMembersForAccountOK() *ListMembersForAccountOK { return &ListMembersForAccountOK{} } -/* -ListMembersForAccountOK handles this case with default header values. +/*ListMembersForAccountOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListMembersForAccountDefault(code int) *ListMembersForAccountDefault { } } -/* -ListMembersForAccountDefault handles this case with default header values. +/*ListMembersForAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_payment_methods_for_user_parameters.go b/go/plumbing/operations/list_payment_methods_for_user_parameters.go index e46cbfd0..c6590511 100644 --- a/go/plumbing/operations/list_payment_methods_for_user_parameters.go +++ b/go/plumbing/operations/list_payment_methods_for_user_parameters.go @@ -55,8 +55,7 @@ func NewListPaymentMethodsForUserParamsWithHTTPClient(client *http.Client) *List } } -/* -ListPaymentMethodsForUserParams contains all the parameters to send to the API endpoint +/*ListPaymentMethodsForUserParams contains all the parameters to send to the API endpoint for the list payment methods for user operation typically these are written to a http.Request */ type ListPaymentMethodsForUserParams struct { diff --git a/go/plumbing/operations/list_payment_methods_for_user_responses.go b/go/plumbing/operations/list_payment_methods_for_user_responses.go index 69e6af07..a054fb24 100644 --- a/go/plumbing/operations/list_payment_methods_for_user_responses.go +++ b/go/plumbing/operations/list_payment_methods_for_user_responses.go @@ -46,8 +46,7 @@ func NewListPaymentMethodsForUserOK() *ListPaymentMethodsForUserOK { return &ListPaymentMethodsForUserOK{} } -/* -ListPaymentMethodsForUserOK handles this case with default header values. +/*ListPaymentMethodsForUserOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListPaymentMethodsForUserDefault(code int) *ListPaymentMethodsForUserDef } } -/* -ListPaymentMethodsForUserDefault handles this case with default header values. +/*ListPaymentMethodsForUserDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_service_instances_for_site_parameters.go b/go/plumbing/operations/list_service_instances_for_site_parameters.go index f762d56d..5666f0ec 100644 --- a/go/plumbing/operations/list_service_instances_for_site_parameters.go +++ b/go/plumbing/operations/list_service_instances_for_site_parameters.go @@ -55,8 +55,7 @@ func NewListServiceInstancesForSiteParamsWithHTTPClient(client *http.Client) *Li } } -/* -ListServiceInstancesForSiteParams contains all the parameters to send to the API endpoint +/*ListServiceInstancesForSiteParams contains all the parameters to send to the API endpoint for the list service instances for site operation typically these are written to a http.Request */ type ListServiceInstancesForSiteParams struct { diff --git a/go/plumbing/operations/list_service_instances_for_site_responses.go b/go/plumbing/operations/list_service_instances_for_site_responses.go index f1ae5f5c..6329f019 100644 --- a/go/plumbing/operations/list_service_instances_for_site_responses.go +++ b/go/plumbing/operations/list_service_instances_for_site_responses.go @@ -46,8 +46,7 @@ func NewListServiceInstancesForSiteOK() *ListServiceInstancesForSiteOK { return &ListServiceInstancesForSiteOK{} } -/* -ListServiceInstancesForSiteOK handles this case with default header values. +/*ListServiceInstancesForSiteOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListServiceInstancesForSiteDefault(code int) *ListServiceInstancesForSit } } -/* -ListServiceInstancesForSiteDefault handles this case with default header values. +/*ListServiceInstancesForSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_assets_parameters.go b/go/plumbing/operations/list_site_assets_parameters.go index 2de8bef8..39d614a7 100644 --- a/go/plumbing/operations/list_site_assets_parameters.go +++ b/go/plumbing/operations/list_site_assets_parameters.go @@ -55,8 +55,7 @@ func NewListSiteAssetsParamsWithHTTPClient(client *http.Client) *ListSiteAssetsP } } -/* -ListSiteAssetsParams contains all the parameters to send to the API endpoint +/*ListSiteAssetsParams contains all the parameters to send to the API endpoint for the list site assets operation typically these are written to a http.Request */ type ListSiteAssetsParams struct { diff --git a/go/plumbing/operations/list_site_assets_responses.go b/go/plumbing/operations/list_site_assets_responses.go index 47a3c302..4c81d39e 100644 --- a/go/plumbing/operations/list_site_assets_responses.go +++ b/go/plumbing/operations/list_site_assets_responses.go @@ -46,8 +46,7 @@ func NewListSiteAssetsOK() *ListSiteAssetsOK { return &ListSiteAssetsOK{} } -/* -ListSiteAssetsOK handles this case with default header values. +/*ListSiteAssetsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteAssetsDefault(code int) *ListSiteAssetsDefault { } } -/* -ListSiteAssetsDefault handles this case with default header values. +/*ListSiteAssetsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_build_hooks_parameters.go b/go/plumbing/operations/list_site_build_hooks_parameters.go index 844aac38..02f89aff 100644 --- a/go/plumbing/operations/list_site_build_hooks_parameters.go +++ b/go/plumbing/operations/list_site_build_hooks_parameters.go @@ -55,8 +55,7 @@ func NewListSiteBuildHooksParamsWithHTTPClient(client *http.Client) *ListSiteBui } } -/* -ListSiteBuildHooksParams contains all the parameters to send to the API endpoint +/*ListSiteBuildHooksParams contains all the parameters to send to the API endpoint for the list site build hooks operation typically these are written to a http.Request */ type ListSiteBuildHooksParams struct { diff --git a/go/plumbing/operations/list_site_build_hooks_responses.go b/go/plumbing/operations/list_site_build_hooks_responses.go index 72e2bf84..84da55fe 100644 --- a/go/plumbing/operations/list_site_build_hooks_responses.go +++ b/go/plumbing/operations/list_site_build_hooks_responses.go @@ -46,8 +46,7 @@ func NewListSiteBuildHooksOK() *ListSiteBuildHooksOK { return &ListSiteBuildHooksOK{} } -/* -ListSiteBuildHooksOK handles this case with default header values. +/*ListSiteBuildHooksOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteBuildHooksDefault(code int) *ListSiteBuildHooksDefault { } } -/* -ListSiteBuildHooksDefault handles this case with default header values. +/*ListSiteBuildHooksDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_builds_parameters.go b/go/plumbing/operations/list_site_builds_parameters.go index a09cf46d..3102f200 100644 --- a/go/plumbing/operations/list_site_builds_parameters.go +++ b/go/plumbing/operations/list_site_builds_parameters.go @@ -56,8 +56,7 @@ func NewListSiteBuildsParamsWithHTTPClient(client *http.Client) *ListSiteBuildsP } } -/* -ListSiteBuildsParams contains all the parameters to send to the API endpoint +/*ListSiteBuildsParams contains all the parameters to send to the API endpoint for the list site builds operation typically these are written to a http.Request */ type ListSiteBuildsParams struct { diff --git a/go/plumbing/operations/list_site_builds_responses.go b/go/plumbing/operations/list_site_builds_responses.go index 701cf4af..648e0fe9 100644 --- a/go/plumbing/operations/list_site_builds_responses.go +++ b/go/plumbing/operations/list_site_builds_responses.go @@ -46,8 +46,7 @@ func NewListSiteBuildsOK() *ListSiteBuildsOK { return &ListSiteBuildsOK{} } -/* -ListSiteBuildsOK handles this case with default header values. +/*ListSiteBuildsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteBuildsDefault(code int) *ListSiteBuildsDefault { } } -/* -ListSiteBuildsDefault handles this case with default header values. +/*ListSiteBuildsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_deployed_branches_parameters.go b/go/plumbing/operations/list_site_deployed_branches_parameters.go index 9d6b6dbb..e81a55e8 100644 --- a/go/plumbing/operations/list_site_deployed_branches_parameters.go +++ b/go/plumbing/operations/list_site_deployed_branches_parameters.go @@ -55,8 +55,7 @@ func NewListSiteDeployedBranchesParamsWithHTTPClient(client *http.Client) *ListS } } -/* -ListSiteDeployedBranchesParams contains all the parameters to send to the API endpoint +/*ListSiteDeployedBranchesParams contains all the parameters to send to the API endpoint for the list site deployed branches operation typically these are written to a http.Request */ type ListSiteDeployedBranchesParams struct { diff --git a/go/plumbing/operations/list_site_deployed_branches_responses.go b/go/plumbing/operations/list_site_deployed_branches_responses.go index c32128d9..ac61803a 100644 --- a/go/plumbing/operations/list_site_deployed_branches_responses.go +++ b/go/plumbing/operations/list_site_deployed_branches_responses.go @@ -46,8 +46,7 @@ func NewListSiteDeployedBranchesOK() *ListSiteDeployedBranchesOK { return &ListSiteDeployedBranchesOK{} } -/* -ListSiteDeployedBranchesOK handles this case with default header values. +/*ListSiteDeployedBranchesOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteDeployedBranchesDefault(code int) *ListSiteDeployedBranchesDefau } } -/* -ListSiteDeployedBranchesDefault handles this case with default header values. +/*ListSiteDeployedBranchesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_deploys_parameters.go b/go/plumbing/operations/list_site_deploys_parameters.go index 5a727e9a..3b86d523 100644 --- a/go/plumbing/operations/list_site_deploys_parameters.go +++ b/go/plumbing/operations/list_site_deploys_parameters.go @@ -56,8 +56,7 @@ func NewListSiteDeploysParamsWithHTTPClient(client *http.Client) *ListSiteDeploy } } -/* -ListSiteDeploysParams contains all the parameters to send to the API endpoint +/*ListSiteDeploysParams contains all the parameters to send to the API endpoint for the list site deploys operation typically these are written to a http.Request */ type ListSiteDeploysParams struct { diff --git a/go/plumbing/operations/list_site_deploys_responses.go b/go/plumbing/operations/list_site_deploys_responses.go index bd402824..0bd3d743 100644 --- a/go/plumbing/operations/list_site_deploys_responses.go +++ b/go/plumbing/operations/list_site_deploys_responses.go @@ -46,8 +46,7 @@ func NewListSiteDeploysOK() *ListSiteDeploysOK { return &ListSiteDeploysOK{} } -/* -ListSiteDeploysOK handles this case with default header values. +/*ListSiteDeploysOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteDeploysDefault(code int) *ListSiteDeploysDefault { } } -/* -ListSiteDeploysDefault handles this case with default header values. +/*ListSiteDeploysDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_files_parameters.go b/go/plumbing/operations/list_site_files_parameters.go index deb7dee6..9514f834 100644 --- a/go/plumbing/operations/list_site_files_parameters.go +++ b/go/plumbing/operations/list_site_files_parameters.go @@ -55,8 +55,7 @@ func NewListSiteFilesParamsWithHTTPClient(client *http.Client) *ListSiteFilesPar } } -/* -ListSiteFilesParams contains all the parameters to send to the API endpoint +/*ListSiteFilesParams contains all the parameters to send to the API endpoint for the list site files operation typically these are written to a http.Request */ type ListSiteFilesParams struct { diff --git a/go/plumbing/operations/list_site_files_responses.go b/go/plumbing/operations/list_site_files_responses.go index 8c8f7a7d..db425041 100644 --- a/go/plumbing/operations/list_site_files_responses.go +++ b/go/plumbing/operations/list_site_files_responses.go @@ -46,8 +46,7 @@ func NewListSiteFilesOK() *ListSiteFilesOK { return &ListSiteFilesOK{} } -/* -ListSiteFilesOK handles this case with default header values. +/*ListSiteFilesOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteFilesDefault(code int) *ListSiteFilesDefault { } } -/* -ListSiteFilesDefault handles this case with default header values. +/*ListSiteFilesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_forms_parameters.go b/go/plumbing/operations/list_site_forms_parameters.go index 2e932635..b4173b82 100644 --- a/go/plumbing/operations/list_site_forms_parameters.go +++ b/go/plumbing/operations/list_site_forms_parameters.go @@ -55,8 +55,7 @@ func NewListSiteFormsParamsWithHTTPClient(client *http.Client) *ListSiteFormsPar } } -/* -ListSiteFormsParams contains all the parameters to send to the API endpoint +/*ListSiteFormsParams contains all the parameters to send to the API endpoint for the list site forms operation typically these are written to a http.Request */ type ListSiteFormsParams struct { diff --git a/go/plumbing/operations/list_site_forms_responses.go b/go/plumbing/operations/list_site_forms_responses.go index 637b7617..c82ee6a6 100644 --- a/go/plumbing/operations/list_site_forms_responses.go +++ b/go/plumbing/operations/list_site_forms_responses.go @@ -46,8 +46,7 @@ func NewListSiteFormsOK() *ListSiteFormsOK { return &ListSiteFormsOK{} } -/* -ListSiteFormsOK handles this case with default header values. +/*ListSiteFormsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteFormsDefault(code int) *ListSiteFormsDefault { } } -/* -ListSiteFormsDefault handles this case with default header values. +/*ListSiteFormsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_snippets_parameters.go b/go/plumbing/operations/list_site_snippets_parameters.go index 3fe3a304..83dad769 100644 --- a/go/plumbing/operations/list_site_snippets_parameters.go +++ b/go/plumbing/operations/list_site_snippets_parameters.go @@ -55,8 +55,7 @@ func NewListSiteSnippetsParamsWithHTTPClient(client *http.Client) *ListSiteSnipp } } -/* -ListSiteSnippetsParams contains all the parameters to send to the API endpoint +/*ListSiteSnippetsParams contains all the parameters to send to the API endpoint for the list site snippets operation typically these are written to a http.Request */ type ListSiteSnippetsParams struct { diff --git a/go/plumbing/operations/list_site_snippets_responses.go b/go/plumbing/operations/list_site_snippets_responses.go index 870ce9d0..4b389bde 100644 --- a/go/plumbing/operations/list_site_snippets_responses.go +++ b/go/plumbing/operations/list_site_snippets_responses.go @@ -46,8 +46,7 @@ func NewListSiteSnippetsOK() *ListSiteSnippetsOK { return &ListSiteSnippetsOK{} } -/* -ListSiteSnippetsOK handles this case with default header values. +/*ListSiteSnippetsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteSnippetsDefault(code int) *ListSiteSnippetsDefault { } } -/* -ListSiteSnippetsDefault handles this case with default header values. +/*ListSiteSnippetsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_site_submissions_parameters.go b/go/plumbing/operations/list_site_submissions_parameters.go index 88773b6b..605213ef 100644 --- a/go/plumbing/operations/list_site_submissions_parameters.go +++ b/go/plumbing/operations/list_site_submissions_parameters.go @@ -56,8 +56,7 @@ func NewListSiteSubmissionsParamsWithHTTPClient(client *http.Client) *ListSiteSu } } -/* -ListSiteSubmissionsParams contains all the parameters to send to the API endpoint +/*ListSiteSubmissionsParams contains all the parameters to send to the API endpoint for the list site submissions operation typically these are written to a http.Request */ type ListSiteSubmissionsParams struct { diff --git a/go/plumbing/operations/list_site_submissions_responses.go b/go/plumbing/operations/list_site_submissions_responses.go index f29b5738..5821a0c4 100644 --- a/go/plumbing/operations/list_site_submissions_responses.go +++ b/go/plumbing/operations/list_site_submissions_responses.go @@ -46,8 +46,7 @@ func NewListSiteSubmissionsOK() *ListSiteSubmissionsOK { return &ListSiteSubmissionsOK{} } -/* -ListSiteSubmissionsOK handles this case with default header values. +/*ListSiteSubmissionsOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSiteSubmissionsDefault(code int) *ListSiteSubmissionsDefault { } } -/* -ListSiteSubmissionsDefault handles this case with default header values. +/*ListSiteSubmissionsDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_sites_for_account_parameters.go b/go/plumbing/operations/list_sites_for_account_parameters.go index 6d8f826b..bbd50af6 100644 --- a/go/plumbing/operations/list_sites_for_account_parameters.go +++ b/go/plumbing/operations/list_sites_for_account_parameters.go @@ -56,8 +56,7 @@ func NewListSitesForAccountParamsWithHTTPClient(client *http.Client) *ListSitesF } } -/* -ListSitesForAccountParams contains all the parameters to send to the API endpoint +/*ListSitesForAccountParams contains all the parameters to send to the API endpoint for the list sites for account operation typically these are written to a http.Request */ type ListSitesForAccountParams struct { diff --git a/go/plumbing/operations/list_sites_for_account_responses.go b/go/plumbing/operations/list_sites_for_account_responses.go index f48b7960..1a1126e9 100644 --- a/go/plumbing/operations/list_sites_for_account_responses.go +++ b/go/plumbing/operations/list_sites_for_account_responses.go @@ -46,8 +46,7 @@ func NewListSitesForAccountOK() *ListSitesForAccountOK { return &ListSitesForAccountOK{} } -/* -ListSitesForAccountOK handles this case with default header values. +/*ListSitesForAccountOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSitesForAccountDefault(code int) *ListSitesForAccountDefault { } } -/* -ListSitesForAccountDefault handles this case with default header values. +/*ListSitesForAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/list_sites_parameters.go b/go/plumbing/operations/list_sites_parameters.go index f9d02452..9feaaa43 100644 --- a/go/plumbing/operations/list_sites_parameters.go +++ b/go/plumbing/operations/list_sites_parameters.go @@ -56,8 +56,7 @@ func NewListSitesParamsWithHTTPClient(client *http.Client) *ListSitesParams { } } -/* -ListSitesParams contains all the parameters to send to the API endpoint +/*ListSitesParams contains all the parameters to send to the API endpoint for the list sites operation typically these are written to a http.Request */ type ListSitesParams struct { diff --git a/go/plumbing/operations/list_sites_responses.go b/go/plumbing/operations/list_sites_responses.go index 1a2b840a..33b241ee 100644 --- a/go/plumbing/operations/list_sites_responses.go +++ b/go/plumbing/operations/list_sites_responses.go @@ -46,8 +46,7 @@ func NewListSitesOK() *ListSitesOK { return &ListSitesOK{} } -/* -ListSitesOK handles this case with default header values. +/*ListSitesOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewListSitesDefault(code int) *ListSitesDefault { } } -/* -ListSitesDefault handles this case with default header values. +/*ListSitesDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/lock_deploy_parameters.go b/go/plumbing/operations/lock_deploy_parameters.go index b9279b30..ef4f931b 100644 --- a/go/plumbing/operations/lock_deploy_parameters.go +++ b/go/plumbing/operations/lock_deploy_parameters.go @@ -55,8 +55,7 @@ func NewLockDeployParamsWithHTTPClient(client *http.Client) *LockDeployParams { } } -/* -LockDeployParams contains all the parameters to send to the API endpoint +/*LockDeployParams contains all the parameters to send to the API endpoint for the lock deploy operation typically these are written to a http.Request */ type LockDeployParams struct { diff --git a/go/plumbing/operations/lock_deploy_responses.go b/go/plumbing/operations/lock_deploy_responses.go index dafb55d0..9e061d04 100644 --- a/go/plumbing/operations/lock_deploy_responses.go +++ b/go/plumbing/operations/lock_deploy_responses.go @@ -46,8 +46,7 @@ func NewLockDeployOK() *LockDeployOK { return &LockDeployOK{} } -/* -LockDeployOK handles this case with default header values. +/*LockDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewLockDeployDefault(code int) *LockDeployDefault { } } -/* -LockDeployDefault handles this case with default header values. +/*LockDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/notify_build_start_parameters.go b/go/plumbing/operations/notify_build_start_parameters.go index 28c9f6a2..b9ab72f9 100644 --- a/go/plumbing/operations/notify_build_start_parameters.go +++ b/go/plumbing/operations/notify_build_start_parameters.go @@ -55,8 +55,7 @@ func NewNotifyBuildStartParamsWithHTTPClient(client *http.Client) *NotifyBuildSt } } -/* -NotifyBuildStartParams contains all the parameters to send to the API endpoint +/*NotifyBuildStartParams contains all the parameters to send to the API endpoint for the notify build start operation typically these are written to a http.Request */ type NotifyBuildStartParams struct { diff --git a/go/plumbing/operations/notify_build_start_responses.go b/go/plumbing/operations/notify_build_start_responses.go index f966a04e..ed6c789e 100644 --- a/go/plumbing/operations/notify_build_start_responses.go +++ b/go/plumbing/operations/notify_build_start_responses.go @@ -46,8 +46,7 @@ func NewNotifyBuildStartNoContent() *NotifyBuildStartNoContent { return &NotifyBuildStartNoContent{} } -/* -NotifyBuildStartNoContent handles this case with default header values. +/*NotifyBuildStartNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewNotifyBuildStartDefault(code int) *NotifyBuildStartDefault { } } -/* -NotifyBuildStartDefault handles this case with default header values. +/*NotifyBuildStartDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/operations_client.go b/go/plumbing/operations/operations_client.go index 79af3fc8..9d1d7280 100644 --- a/go/plumbing/operations/operations_client.go +++ b/go/plumbing/operations/operations_client.go @@ -271,7 +271,7 @@ type ClientService interface { } /* -AddMemberToAccount add member to account API + AddMemberToAccount add member to account API */ func (a *Client) AddMemberToAccount(params *AddMemberToAccountParams, authInfo runtime.ClientAuthInfoWriter) (*AddMemberToAccountOK, error) { // TODO: Validate the params before sending @@ -305,7 +305,7 @@ func (a *Client) AddMemberToAccount(params *AddMemberToAccountParams, authInfo r } /* -CancelAccount cancel account API + CancelAccount cancel account API */ func (a *Client) CancelAccount(params *CancelAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CancelAccountNoContent, error) { // TODO: Validate the params before sending @@ -339,7 +339,7 @@ func (a *Client) CancelAccount(params *CancelAccountParams, authInfo runtime.Cli } /* -CancelSiteDeploy cancel site deploy API + CancelSiteDeploy cancel site deploy API */ func (a *Client) CancelSiteDeploy(params *CancelSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CancelSiteDeployCreated, error) { // TODO: Validate the params before sending @@ -373,7 +373,7 @@ func (a *Client) CancelSiteDeploy(params *CancelSiteDeployParams, authInfo runti } /* -ConfigureDNSForSite configure DNS for site API + ConfigureDNSForSite configure DNS for site API */ func (a *Client) ConfigureDNSForSite(params *ConfigureDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ConfigureDNSForSiteOK, error) { // TODO: Validate the params before sending @@ -407,7 +407,7 @@ func (a *Client) ConfigureDNSForSite(params *ConfigureDNSForSiteParams, authInfo } /* -CreateAccount create account API + CreateAccount create account API */ func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAccountCreated, error) { // TODO: Validate the params before sending @@ -441,7 +441,7 @@ func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.Cli } /* -CreateDeployKey create deploy key API + CreateDeployKey create deploy key API */ func (a *Client) CreateDeployKey(params *CreateDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDeployKeyCreated, error) { // TODO: Validate the params before sending @@ -475,7 +475,7 @@ func (a *Client) CreateDeployKey(params *CreateDeployKeyParams, authInfo runtime } /* -CreateDNSRecord create Dns record API + CreateDNSRecord create Dns record API */ func (a *Client) CreateDNSRecord(params *CreateDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSRecordCreated, error) { // TODO: Validate the params before sending @@ -509,7 +509,7 @@ func (a *Client) CreateDNSRecord(params *CreateDNSRecordParams, authInfo runtime } /* -CreateDNSZone create Dns zone API + CreateDNSZone create Dns zone API */ func (a *Client) CreateDNSZone(params *CreateDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSZoneCreated, error) { // TODO: Validate the params before sending @@ -543,7 +543,7 @@ func (a *Client) CreateDNSZone(params *CreateDNSZoneParams, authInfo runtime.Cli } /* -CreateEnvVars Creates new environment variables. Granular scopes are available on Pro plans and above. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + CreateEnvVars Creates new environment variables. Granular scopes are available on Pro plans and above. */ func (a *Client) CreateEnvVars(params *CreateEnvVarsParams, authInfo runtime.ClientAuthInfoWriter) (*CreateEnvVarsCreated, error) { // TODO: Validate the params before sending @@ -577,7 +577,7 @@ func (a *Client) CreateEnvVars(params *CreateEnvVarsParams, authInfo runtime.Cli } /* -CreateHookBySiteID create hook by site Id API + CreateHookBySiteID create hook by site Id API */ func (a *Client) CreateHookBySiteID(params *CreateHookBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*CreateHookBySiteIDCreated, error) { // TODO: Validate the params before sending @@ -611,7 +611,7 @@ func (a *Client) CreateHookBySiteID(params *CreateHookBySiteIDParams, authInfo r } /* -CreatePluginRun This is an internal-only endpoint. + CreatePluginRun This is an internal-only endpoint. */ func (a *Client) CreatePluginRun(params *CreatePluginRunParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePluginRunCreated, error) { // TODO: Validate the params before sending @@ -645,7 +645,7 @@ func (a *Client) CreatePluginRun(params *CreatePluginRunParams, authInfo runtime } /* -CreateServiceInstance create service instance API + CreateServiceInstance create service instance API */ func (a *Client) CreateServiceInstance(params *CreateServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateServiceInstanceCreated, error) { // TODO: Validate the params before sending @@ -679,7 +679,7 @@ func (a *Client) CreateServiceInstance(params *CreateServiceInstanceParams, auth } /* -CreateSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site. + CreateSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site. */ func (a *Client) CreateSite(params *CreateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteCreated, error) { // TODO: Validate the params before sending @@ -713,7 +713,7 @@ func (a *Client) CreateSite(params *CreateSiteParams, authInfo runtime.ClientAut } /* -CreateSiteAsset create site asset API + CreateSiteAsset create site asset API */ func (a *Client) CreateSiteAsset(params *CreateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteAssetCreated, error) { // TODO: Validate the params before sending @@ -747,7 +747,7 @@ func (a *Client) CreateSiteAsset(params *CreateSiteAssetParams, authInfo runtime } /* -CreateSiteBuild create site build API + CreateSiteBuild create site build API */ func (a *Client) CreateSiteBuild(params *CreateSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildOK, error) { // TODO: Validate the params before sending @@ -781,7 +781,7 @@ func (a *Client) CreateSiteBuild(params *CreateSiteBuildParams, authInfo runtime } /* -CreateSiteBuildHook create site build hook API + CreateSiteBuildHook create site build hook API */ func (a *Client) CreateSiteBuildHook(params *CreateSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildHookCreated, error) { // TODO: Validate the params before sending @@ -815,7 +815,7 @@ func (a *Client) CreateSiteBuildHook(params *CreateSiteBuildHookParams, authInfo } /* -CreateSiteDeploy create site deploy API + CreateSiteDeploy create site deploy API */ func (a *Client) CreateSiteDeploy(params *CreateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteDeployOK, error) { // TODO: Validate the params before sending @@ -849,7 +849,7 @@ func (a *Client) CreateSiteDeploy(params *CreateSiteDeployParams, authInfo runti } /* -CreateSiteInTeam **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site. + CreateSiteInTeam **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site. */ func (a *Client) CreateSiteInTeam(params *CreateSiteInTeamParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteInTeamCreated, error) { // TODO: Validate the params before sending @@ -883,7 +883,7 @@ func (a *Client) CreateSiteInTeam(params *CreateSiteInTeamParams, authInfo runti } /* -CreateSiteSnippet create site snippet API + CreateSiteSnippet create site snippet API */ func (a *Client) CreateSiteSnippet(params *CreateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteSnippetCreated, error) { // TODO: Validate the params before sending @@ -917,7 +917,7 @@ func (a *Client) CreateSiteSnippet(params *CreateSiteSnippetParams, authInfo run } /* -CreateSplitTest create split test API + CreateSplitTest create split test API */ func (a *Client) CreateSplitTest(params *CreateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSplitTestCreated, error) { // TODO: Validate the params before sending @@ -951,7 +951,7 @@ func (a *Client) CreateSplitTest(params *CreateSplitTestParams, authInfo runtime } /* -CreateTicket create ticket API + CreateTicket create ticket API */ func (a *Client) CreateTicket(params *CreateTicketParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTicketCreated, error) { // TODO: Validate the params before sending @@ -985,7 +985,7 @@ func (a *Client) CreateTicket(params *CreateTicketParams, authInfo runtime.Clien } /* -DeleteDeploy delete deploy API + DeleteDeploy delete deploy API */ func (a *Client) DeleteDeploy(params *DeleteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeployNoContent, error) { // TODO: Validate the params before sending @@ -1019,7 +1019,7 @@ func (a *Client) DeleteDeploy(params *DeleteDeployParams, authInfo runtime.Clien } /* -DeleteDeployKey delete deploy key API + DeleteDeployKey delete deploy key API */ func (a *Client) DeleteDeployKey(params *DeleteDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeployKeyNoContent, error) { // TODO: Validate the params before sending @@ -1053,7 +1053,7 @@ func (a *Client) DeleteDeployKey(params *DeleteDeployKeyParams, authInfo runtime } /* -DeleteDNSRecord delete Dns record API + DeleteDNSRecord delete Dns record API */ func (a *Client) DeleteDNSRecord(params *DeleteDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSRecordNoContent, error) { // TODO: Validate the params before sending @@ -1087,7 +1087,7 @@ func (a *Client) DeleteDNSRecord(params *DeleteDNSRecordParams, authInfo runtime } /* -DeleteDNSZone delete Dns zone API + DeleteDNSZone delete Dns zone API */ func (a *Client) DeleteDNSZone(params *DeleteDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSZoneNoContent, error) { // TODO: Validate the params before sending @@ -1121,7 +1121,7 @@ func (a *Client) DeleteDNSZone(params *DeleteDNSZoneParams, authInfo runtime.Cli } /* -DeleteEnvVar Deletes an environment variable. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + DeleteEnvVar Deletes an environment variable. */ func (a *Client) DeleteEnvVar(params *DeleteEnvVarParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteEnvVarNoContent, error) { // TODO: Validate the params before sending @@ -1155,7 +1155,7 @@ func (a *Client) DeleteEnvVar(params *DeleteEnvVarParams, authInfo runtime.Clien } /* -DeleteEnvVarValue Deletes a specific environment variable value. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + DeleteEnvVarValue Deletes a specific environment variable value. */ func (a *Client) DeleteEnvVarValue(params *DeleteEnvVarValueParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteEnvVarValueNoContent, error) { // TODO: Validate the params before sending @@ -1189,7 +1189,7 @@ func (a *Client) DeleteEnvVarValue(params *DeleteEnvVarValueParams, authInfo run } /* -DeleteHook delete hook API + DeleteHook delete hook API */ func (a *Client) DeleteHook(params *DeleteHookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteHookNoContent, error) { // TODO: Validate the params before sending @@ -1224,7 +1224,7 @@ func (a *Client) DeleteHook(params *DeleteHookParams, authInfo runtime.ClientAut } /* -DeleteServiceInstance delete service instance API + DeleteServiceInstance delete service instance API */ func (a *Client) DeleteServiceInstance(params *DeleteServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServiceInstanceNoContent, error) { // TODO: Validate the params before sending @@ -1258,7 +1258,7 @@ func (a *Client) DeleteServiceInstance(params *DeleteServiceInstanceParams, auth } /* -DeleteSite delete site API + DeleteSite delete site API */ func (a *Client) DeleteSite(params *DeleteSiteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteNoContent, error) { // TODO: Validate the params before sending @@ -1292,7 +1292,7 @@ func (a *Client) DeleteSite(params *DeleteSiteParams, authInfo runtime.ClientAut } /* -DeleteSiteAsset delete site asset API + DeleteSiteAsset delete site asset API */ func (a *Client) DeleteSiteAsset(params *DeleteSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteAssetNoContent, error) { // TODO: Validate the params before sending @@ -1326,7 +1326,7 @@ func (a *Client) DeleteSiteAsset(params *DeleteSiteAssetParams, authInfo runtime } /* -DeleteSiteBuildHook delete site build hook API + DeleteSiteBuildHook delete site build hook API */ func (a *Client) DeleteSiteBuildHook(params *DeleteSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteBuildHookNoContent, error) { // TODO: Validate the params before sending @@ -1360,7 +1360,7 @@ func (a *Client) DeleteSiteBuildHook(params *DeleteSiteBuildHookParams, authInfo } /* -DeleteSiteDeploy delete site deploy API + DeleteSiteDeploy delete site deploy API */ func (a *Client) DeleteSiteDeploy(params *DeleteSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteDeployNoContent, error) { // TODO: Validate the params before sending @@ -1394,7 +1394,7 @@ func (a *Client) DeleteSiteDeploy(params *DeleteSiteDeployParams, authInfo runti } /* -DeleteSiteForm delete site form API + DeleteSiteForm delete site form API */ func (a *Client) DeleteSiteForm(params *DeleteSiteFormParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteFormNoContent, error) { // TODO: Validate the params before sending @@ -1428,7 +1428,7 @@ func (a *Client) DeleteSiteForm(params *DeleteSiteFormParams, authInfo runtime.C } /* -DeleteSiteSnippet delete site snippet API + DeleteSiteSnippet delete site snippet API */ func (a *Client) DeleteSiteSnippet(params *DeleteSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteSnippetNoContent, error) { // TODO: Validate the params before sending @@ -1462,7 +1462,7 @@ func (a *Client) DeleteSiteSnippet(params *DeleteSiteSnippetParams, authInfo run } /* -DeleteSubmission delete submission API + DeleteSubmission delete submission API */ func (a *Client) DeleteSubmission(params *DeleteSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSubmissionNoContent, error) { // TODO: Validate the params before sending @@ -1496,7 +1496,7 @@ func (a *Client) DeleteSubmission(params *DeleteSubmissionParams, authInfo runti } /* -DisableSplitTest disable split test API + DisableSplitTest disable split test API */ func (a *Client) DisableSplitTest(params *DisableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*DisableSplitTestNoContent, error) { // TODO: Validate the params before sending @@ -1530,7 +1530,7 @@ func (a *Client) DisableSplitTest(params *DisableSplitTestParams, authInfo runti } /* -EnableHook enable hook API + EnableHook enable hook API */ func (a *Client) EnableHook(params *EnableHookParams, authInfo runtime.ClientAuthInfoWriter) (*EnableHookOK, error) { // TODO: Validate the params before sending @@ -1564,7 +1564,7 @@ func (a *Client) EnableHook(params *EnableHookParams, authInfo runtime.ClientAut } /* -EnableSplitTest enable split test API + EnableSplitTest enable split test API */ func (a *Client) EnableSplitTest(params *EnableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*EnableSplitTestNoContent, error) { // TODO: Validate the params before sending @@ -1598,7 +1598,7 @@ func (a *Client) EnableSplitTest(params *EnableSplitTestParams, authInfo runtime } /* -ExchangeTicket exchange ticket API + ExchangeTicket exchange ticket API */ func (a *Client) ExchangeTicket(params *ExchangeTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ExchangeTicketCreated, error) { // TODO: Validate the params before sending @@ -1632,7 +1632,7 @@ func (a *Client) ExchangeTicket(params *ExchangeTicketParams, authInfo runtime.C } /* -GetAccount get account API + GetAccount get account API */ func (a *Client) GetAccount(params *GetAccountParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountOK, error) { // TODO: Validate the params before sending @@ -1666,7 +1666,7 @@ func (a *Client) GetAccount(params *GetAccountParams, authInfo runtime.ClientAut } /* -GetAccountBuildStatus get account build status API + GetAccountBuildStatus get account build status API */ func (a *Client) GetAccountBuildStatus(params *GetAccountBuildStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountBuildStatusOK, error) { // TODO: Validate the params before sending @@ -1700,7 +1700,7 @@ func (a *Client) GetAccountBuildStatus(params *GetAccountBuildStatusParams, auth } /* -GetAccountMember get account member API + GetAccountMember get account member API */ func (a *Client) GetAccountMember(params *GetAccountMemberParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountMemberOK, error) { // TODO: Validate the params before sending @@ -1734,7 +1734,7 @@ func (a *Client) GetAccountMember(params *GetAccountMemberParams, authInfo runti } /* -GetCurrentUser get current user API + GetCurrentUser get current user API */ func (a *Client) GetCurrentUser(params *GetCurrentUserParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentUserOK, error) { // TODO: Validate the params before sending @@ -1768,7 +1768,7 @@ func (a *Client) GetCurrentUser(params *GetCurrentUserParams, authInfo runtime.C } /* -GetDNSForSite get DNS for site API + GetDNSForSite get DNS for site API */ func (a *Client) GetDNSForSite(params *GetDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSForSiteOK, error) { // TODO: Validate the params before sending @@ -1802,7 +1802,7 @@ func (a *Client) GetDNSForSite(params *GetDNSForSiteParams, authInfo runtime.Cli } /* -GetDeploy get deploy API + GetDeploy get deploy API */ func (a *Client) GetDeploy(params *GetDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployOK, error) { // TODO: Validate the params before sending @@ -1836,7 +1836,7 @@ func (a *Client) GetDeploy(params *GetDeployParams, authInfo runtime.ClientAuthI } /* -GetDeployKey get deploy key API + GetDeployKey get deploy key API */ func (a *Client) GetDeployKey(params *GetDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployKeyOK, error) { // TODO: Validate the params before sending @@ -1870,7 +1870,7 @@ func (a *Client) GetDeployKey(params *GetDeployKeyParams, authInfo runtime.Clien } /* -GetDNSRecords get Dns records API + GetDNSRecords get Dns records API */ func (a *Client) GetDNSRecords(params *GetDNSRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSRecordsOK, error) { // TODO: Validate the params before sending @@ -1904,7 +1904,7 @@ func (a *Client) GetDNSRecords(params *GetDNSRecordsParams, authInfo runtime.Cli } /* -GetDNSZone get Dns zone API + GetDNSZone get Dns zone API */ func (a *Client) GetDNSZone(params *GetDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZoneOK, error) { // TODO: Validate the params before sending @@ -1938,7 +1938,7 @@ func (a *Client) GetDNSZone(params *GetDNSZoneParams, authInfo runtime.ClientAut } /* -GetDNSZones get Dns zones API + GetDNSZones get Dns zones API */ func (a *Client) GetDNSZones(params *GetDNSZonesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZonesOK, error) { // TODO: Validate the params before sending @@ -1972,7 +1972,7 @@ func (a *Client) GetDNSZones(params *GetDNSZonesParams, authInfo runtime.ClientA } /* -GetEnvVar Returns an individual environment variable. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + GetEnvVar Returns an individual environment variable. */ func (a *Client) GetEnvVar(params *GetEnvVarParams, authInfo runtime.ClientAuthInfoWriter) (*GetEnvVarOK, error) { // TODO: Validate the params before sending @@ -2006,7 +2006,7 @@ func (a *Client) GetEnvVar(params *GetEnvVarParams, authInfo runtime.ClientAuthI } /* -GetEnvVars Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + GetEnvVars Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI. */ func (a *Client) GetEnvVars(params *GetEnvVarsParams, authInfo runtime.ClientAuthInfoWriter) (*GetEnvVarsOK, error) { // TODO: Validate the params before sending @@ -2040,7 +2040,7 @@ func (a *Client) GetEnvVars(params *GetEnvVarsParams, authInfo runtime.ClientAut } /* -GetHook get hook API + GetHook get hook API */ func (a *Client) GetHook(params *GetHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetHookOK, error) { // TODO: Validate the params before sending @@ -2074,7 +2074,7 @@ func (a *Client) GetHook(params *GetHookParams, authInfo runtime.ClientAuthInfoW } /* -GetIndividualDNSRecord get individual Dns record API + GetIndividualDNSRecord get individual Dns record API */ func (a *Client) GetIndividualDNSRecord(params *GetIndividualDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*GetIndividualDNSRecordOK, error) { // TODO: Validate the params before sending @@ -2108,7 +2108,7 @@ func (a *Client) GetIndividualDNSRecord(params *GetIndividualDNSRecordParams, au } /* -GetLatestPluginRuns This is an internal-only endpoint. + GetLatestPluginRuns This is an internal-only endpoint. */ func (a *Client) GetLatestPluginRuns(params *GetLatestPluginRunsParams, authInfo runtime.ClientAuthInfoWriter) (*GetLatestPluginRunsOK, error) { // TODO: Validate the params before sending @@ -2142,7 +2142,7 @@ func (a *Client) GetLatestPluginRuns(params *GetLatestPluginRunsParams, authInfo } /* -GetServices get services API + GetServices get services API */ func (a *Client) GetServices(params *GetServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServicesOK, error) { // TODO: Validate the params before sending @@ -2176,7 +2176,7 @@ func (a *Client) GetServices(params *GetServicesParams, authInfo runtime.ClientA } /* -GetSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. + GetSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. */ func (a *Client) GetSite(params *GetSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteOK, error) { // TODO: Validate the params before sending @@ -2210,7 +2210,7 @@ func (a *Client) GetSite(params *GetSiteParams, authInfo runtime.ClientAuthInfoW } /* -GetSiteAssetInfo get site asset info API + GetSiteAssetInfo get site asset info API */ func (a *Client) GetSiteAssetInfo(params *GetSiteAssetInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetInfoOK, error) { // TODO: Validate the params before sending @@ -2244,7 +2244,7 @@ func (a *Client) GetSiteAssetInfo(params *GetSiteAssetInfoParams, authInfo runti } /* -GetSiteAssetPublicSignature get site asset public signature API + GetSiteAssetPublicSignature get site asset public signature API */ func (a *Client) GetSiteAssetPublicSignature(params *GetSiteAssetPublicSignatureParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetPublicSignatureOK, error) { // TODO: Validate the params before sending @@ -2278,7 +2278,7 @@ func (a *Client) GetSiteAssetPublicSignature(params *GetSiteAssetPublicSignature } /* -GetSiteBuild get site build API + GetSiteBuild get site build API */ func (a *Client) GetSiteBuild(params *GetSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildOK, error) { // TODO: Validate the params before sending @@ -2312,7 +2312,7 @@ func (a *Client) GetSiteBuild(params *GetSiteBuildParams, authInfo runtime.Clien } /* -GetSiteBuildHook get site build hook API + GetSiteBuildHook get site build hook API */ func (a *Client) GetSiteBuildHook(params *GetSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildHookOK, error) { // TODO: Validate the params before sending @@ -2346,7 +2346,7 @@ func (a *Client) GetSiteBuildHook(params *GetSiteBuildHookParams, authInfo runti } /* -GetSiteDeploy get site deploy API + GetSiteDeploy get site deploy API */ func (a *Client) GetSiteDeploy(params *GetSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteDeployOK, error) { // TODO: Validate the params before sending @@ -2380,7 +2380,7 @@ func (a *Client) GetSiteDeploy(params *GetSiteDeployParams, authInfo runtime.Cli } /* -GetSiteFileByPathName get site file by path name API + GetSiteFileByPathName get site file by path name API */ func (a *Client) GetSiteFileByPathName(params *GetSiteFileByPathNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteFileByPathNameOK, error) { // TODO: Validate the params before sending @@ -2414,7 +2414,7 @@ func (a *Client) GetSiteFileByPathName(params *GetSiteFileByPathNameParams, auth } /* -GetSiteMetadata get site metadata API + GetSiteMetadata get site metadata API */ func (a *Client) GetSiteMetadata(params *GetSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteMetadataOK, error) { // TODO: Validate the params before sending @@ -2448,7 +2448,7 @@ func (a *Client) GetSiteMetadata(params *GetSiteMetadataParams, authInfo runtime } /* -GetSiteSnippet get site snippet API + GetSiteSnippet get site snippet API */ func (a *Client) GetSiteSnippet(params *GetSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteSnippetOK, error) { // TODO: Validate the params before sending @@ -2482,7 +2482,7 @@ func (a *Client) GetSiteSnippet(params *GetSiteSnippetParams, authInfo runtime.C } /* -GetSplitTest get split test API + GetSplitTest get split test API */ func (a *Client) GetSplitTest(params *GetSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestOK, error) { // TODO: Validate the params before sending @@ -2516,7 +2516,7 @@ func (a *Client) GetSplitTest(params *GetSplitTestParams, authInfo runtime.Clien } /* -GetSplitTests get split tests API + GetSplitTests get split tests API */ func (a *Client) GetSplitTests(params *GetSplitTestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestsOK, error) { // TODO: Validate the params before sending @@ -2550,7 +2550,7 @@ func (a *Client) GetSplitTests(params *GetSplitTestsParams, authInfo runtime.Cli } /* -ListAccountAuditEvents list account audit events API + ListAccountAuditEvents list account audit events API */ func (a *Client) ListAccountAuditEvents(params *ListAccountAuditEventsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountAuditEventsOK, error) { // TODO: Validate the params before sending @@ -2584,7 +2584,7 @@ func (a *Client) ListAccountAuditEvents(params *ListAccountAuditEventsParams, au } /* -ListAccountTypesForUser list account types for user API + ListAccountTypesForUser list account types for user API */ func (a *Client) ListAccountTypesForUser(params *ListAccountTypesForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountTypesForUserOK, error) { // TODO: Validate the params before sending @@ -2618,7 +2618,7 @@ func (a *Client) ListAccountTypesForUser(params *ListAccountTypesForUserParams, } /* -ListAccountsForUser list accounts for user API + ListAccountsForUser list accounts for user API */ func (a *Client) ListAccountsForUser(params *ListAccountsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountsForUserOK, error) { // TODO: Validate the params before sending @@ -2652,7 +2652,7 @@ func (a *Client) ListAccountsForUser(params *ListAccountsForUserParams, authInfo } /* -ListDeployKeys list deploy keys API + ListDeployKeys list deploy keys API */ func (a *Client) ListDeployKeys(params *ListDeployKeysParams, authInfo runtime.ClientAuthInfoWriter) (*ListDeployKeysOK, error) { // TODO: Validate the params before sending @@ -2686,7 +2686,7 @@ func (a *Client) ListDeployKeys(params *ListDeployKeysParams, authInfo runtime.C } /* -ListFormSubmission list form submission API + ListFormSubmission list form submission API */ func (a *Client) ListFormSubmission(params *ListFormSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionOK, error) { // TODO: Validate the params before sending @@ -2720,7 +2720,7 @@ func (a *Client) ListFormSubmission(params *ListFormSubmissionParams, authInfo r } /* -ListFormSubmissions list form submissions API + ListFormSubmissions list form submissions API */ func (a *Client) ListFormSubmissions(params *ListFormSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionsOK, error) { // TODO: Validate the params before sending @@ -2754,7 +2754,7 @@ func (a *Client) ListFormSubmissions(params *ListFormSubmissionsParams, authInfo } /* -ListHookTypes list hook types API + ListHookTypes list hook types API */ func (a *Client) ListHookTypes(params *ListHookTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListHookTypesOK, error) { // TODO: Validate the params before sending @@ -2788,7 +2788,7 @@ func (a *Client) ListHookTypes(params *ListHookTypesParams, authInfo runtime.Cli } /* -ListHooksBySiteID list hooks by site Id API + ListHooksBySiteID list hooks by site Id API */ func (a *Client) ListHooksBySiteID(params *ListHooksBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*ListHooksBySiteIDOK, error) { // TODO: Validate the params before sending @@ -2822,7 +2822,7 @@ func (a *Client) ListHooksBySiteID(params *ListHooksBySiteIDParams, authInfo run } /* -ListMembersForAccount list members for account API + ListMembersForAccount list members for account API */ func (a *Client) ListMembersForAccount(params *ListMembersForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListMembersForAccountOK, error) { // TODO: Validate the params before sending @@ -2856,7 +2856,7 @@ func (a *Client) ListMembersForAccount(params *ListMembersForAccountParams, auth } /* -ListPaymentMethodsForUser list payment methods for user API + ListPaymentMethodsForUser list payment methods for user API */ func (a *Client) ListPaymentMethodsForUser(params *ListPaymentMethodsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListPaymentMethodsForUserOK, error) { // TODO: Validate the params before sending @@ -2890,7 +2890,7 @@ func (a *Client) ListPaymentMethodsForUser(params *ListPaymentMethodsForUserPara } /* -ListServiceInstancesForSite list service instances for site API + ListServiceInstancesForSite list service instances for site API */ func (a *Client) ListServiceInstancesForSite(params *ListServiceInstancesForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceInstancesForSiteOK, error) { // TODO: Validate the params before sending @@ -2924,7 +2924,7 @@ func (a *Client) ListServiceInstancesForSite(params *ListServiceInstancesForSite } /* -ListSiteAssets list site assets API + ListSiteAssets list site assets API */ func (a *Client) ListSiteAssets(params *ListSiteAssetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteAssetsOK, error) { // TODO: Validate the params before sending @@ -2958,7 +2958,7 @@ func (a *Client) ListSiteAssets(params *ListSiteAssetsParams, authInfo runtime.C } /* -ListSiteBuildHooks list site build hooks API + ListSiteBuildHooks list site build hooks API */ func (a *Client) ListSiteBuildHooks(params *ListSiteBuildHooksParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildHooksOK, error) { // TODO: Validate the params before sending @@ -2992,7 +2992,7 @@ func (a *Client) ListSiteBuildHooks(params *ListSiteBuildHooksParams, authInfo r } /* -ListSiteBuilds list site builds API + ListSiteBuilds list site builds API */ func (a *Client) ListSiteBuilds(params *ListSiteBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildsOK, error) { // TODO: Validate the params before sending @@ -3026,7 +3026,7 @@ func (a *Client) ListSiteBuilds(params *ListSiteBuildsParams, authInfo runtime.C } /* -ListSiteDeployedBranches list site deployed branches API + ListSiteDeployedBranches list site deployed branches API */ func (a *Client) ListSiteDeployedBranches(params *ListSiteDeployedBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeployedBranchesOK, error) { // TODO: Validate the params before sending @@ -3060,7 +3060,7 @@ func (a *Client) ListSiteDeployedBranches(params *ListSiteDeployedBranchesParams } /* -ListSiteDeploys list site deploys API + ListSiteDeploys list site deploys API */ func (a *Client) ListSiteDeploys(params *ListSiteDeploysParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeploysOK, error) { // TODO: Validate the params before sending @@ -3094,7 +3094,7 @@ func (a *Client) ListSiteDeploys(params *ListSiteDeploysParams, authInfo runtime } /* -ListSiteFiles list site files API + ListSiteFiles list site files API */ func (a *Client) ListSiteFiles(params *ListSiteFilesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFilesOK, error) { // TODO: Validate the params before sending @@ -3128,7 +3128,7 @@ func (a *Client) ListSiteFiles(params *ListSiteFilesParams, authInfo runtime.Cli } /* -ListSiteForms list site forms API + ListSiteForms list site forms API */ func (a *Client) ListSiteForms(params *ListSiteFormsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFormsOK, error) { // TODO: Validate the params before sending @@ -3162,7 +3162,7 @@ func (a *Client) ListSiteForms(params *ListSiteFormsParams, authInfo runtime.Cli } /* -ListSiteSnippets list site snippets API + ListSiteSnippets list site snippets API */ func (a *Client) ListSiteSnippets(params *ListSiteSnippetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSnippetsOK, error) { // TODO: Validate the params before sending @@ -3196,7 +3196,7 @@ func (a *Client) ListSiteSnippets(params *ListSiteSnippetsParams, authInfo runti } /* -ListSiteSubmissions list site submissions API + ListSiteSubmissions list site submissions API */ func (a *Client) ListSiteSubmissions(params *ListSiteSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSubmissionsOK, error) { // TODO: Validate the params before sending @@ -3230,7 +3230,7 @@ func (a *Client) ListSiteSubmissions(params *ListSiteSubmissionsParams, authInfo } /* -ListSites **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. + ListSites **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. */ func (a *Client) ListSites(params *ListSitesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesOK, error) { // TODO: Validate the params before sending @@ -3264,7 +3264,7 @@ func (a *Client) ListSites(params *ListSitesParams, authInfo runtime.ClientAuthI } /* -ListSitesForAccount **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. + ListSitesForAccount **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables. */ func (a *Client) ListSitesForAccount(params *ListSitesForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesForAccountOK, error) { // TODO: Validate the params before sending @@ -3298,7 +3298,7 @@ func (a *Client) ListSitesForAccount(params *ListSitesForAccountParams, authInfo } /* -LockDeploy lock deploy API + LockDeploy lock deploy API */ func (a *Client) LockDeploy(params *LockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*LockDeployOK, error) { // TODO: Validate the params before sending @@ -3332,7 +3332,7 @@ func (a *Client) LockDeploy(params *LockDeployParams, authInfo runtime.ClientAut } /* -NotifyBuildStart notify build start API + NotifyBuildStart notify build start API */ func (a *Client) NotifyBuildStart(params *NotifyBuildStartParams, authInfo runtime.ClientAuthInfoWriter) (*NotifyBuildStartNoContent, error) { // TODO: Validate the params before sending @@ -3366,7 +3366,7 @@ func (a *Client) NotifyBuildStart(params *NotifyBuildStartParams, authInfo runti } /* -ProvisionSiteTLSCertificate provision site TLS certificate API + ProvisionSiteTLSCertificate provision site TLS certificate API */ func (a *Client) ProvisionSiteTLSCertificate(params *ProvisionSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionSiteTLSCertificateOK, error) { // TODO: Validate the params before sending @@ -3400,7 +3400,7 @@ func (a *Client) ProvisionSiteTLSCertificate(params *ProvisionSiteTLSCertificate } /* -RemoveAccountMember remove account member API + RemoveAccountMember remove account member API */ func (a *Client) RemoveAccountMember(params *RemoveAccountMemberParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveAccountMemberNoContent, error) { // TODO: Validate the params before sending @@ -3434,7 +3434,7 @@ func (a *Client) RemoveAccountMember(params *RemoveAccountMemberParams, authInfo } /* -RestoreSiteDeploy restore site deploy API + RestoreSiteDeploy restore site deploy API */ func (a *Client) RestoreSiteDeploy(params *RestoreSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreSiteDeployCreated, error) { // TODO: Validate the params before sending @@ -3468,7 +3468,7 @@ func (a *Client) RestoreSiteDeploy(params *RestoreSiteDeployParams, authInfo run } /* -RollbackSiteDeploy rollback site deploy API + RollbackSiteDeploy rollback site deploy API */ func (a *Client) RollbackSiteDeploy(params *RollbackSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RollbackSiteDeployNoContent, error) { // TODO: Validate the params before sending @@ -3502,7 +3502,7 @@ func (a *Client) RollbackSiteDeploy(params *RollbackSiteDeployParams, authInfo r } /* -SetEnvVarValue Updates or creates a new value for an existing environment variable. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + SetEnvVarValue Updates or creates a new value for an existing environment variable. */ func (a *Client) SetEnvVarValue(params *SetEnvVarValueParams, authInfo runtime.ClientAuthInfoWriter) (*SetEnvVarValueCreated, error) { // TODO: Validate the params before sending @@ -3536,7 +3536,7 @@ func (a *Client) SetEnvVarValue(params *SetEnvVarValueParams, authInfo runtime.C } /* -ShowService show service API + ShowService show service API */ func (a *Client) ShowService(params *ShowServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceOK, error) { // TODO: Validate the params before sending @@ -3570,7 +3570,7 @@ func (a *Client) ShowService(params *ShowServiceParams, authInfo runtime.ClientA } /* -ShowServiceInstance show service instance API + ShowServiceInstance show service instance API */ func (a *Client) ShowServiceInstance(params *ShowServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceInstanceOK, error) { // TODO: Validate the params before sending @@ -3604,7 +3604,7 @@ func (a *Client) ShowServiceInstance(params *ShowServiceInstanceParams, authInfo } /* -ShowServiceManifest show service manifest API + ShowServiceManifest show service manifest API */ func (a *Client) ShowServiceManifest(params *ShowServiceManifestParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceManifestCreated, error) { // TODO: Validate the params before sending @@ -3638,7 +3638,7 @@ func (a *Client) ShowServiceManifest(params *ShowServiceManifestParams, authInfo } /* -ShowSiteTLSCertificate show site TLS certificate API + ShowSiteTLSCertificate show site TLS certificate API */ func (a *Client) ShowSiteTLSCertificate(params *ShowSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ShowSiteTLSCertificateOK, error) { // TODO: Validate the params before sending @@ -3672,7 +3672,7 @@ func (a *Client) ShowSiteTLSCertificate(params *ShowSiteTLSCertificateParams, au } /* -ShowTicket show ticket API + ShowTicket show ticket API */ func (a *Client) ShowTicket(params *ShowTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ShowTicketOK, error) { // TODO: Validate the params before sending @@ -3706,7 +3706,7 @@ func (a *Client) ShowTicket(params *ShowTicketParams, authInfo runtime.ClientAut } /* -TransferDNSZone transfer Dns zone API + TransferDNSZone transfer Dns zone API */ func (a *Client) TransferDNSZone(params *TransferDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*TransferDNSZoneOK, error) { // TODO: Validate the params before sending @@ -3740,7 +3740,7 @@ func (a *Client) TransferDNSZone(params *TransferDNSZoneParams, authInfo runtime } /* - UnlinkSiteRepo [Beta] Unlinks the repo from the site. + UnlinkSiteRepo [Beta] Unlinks the repo from the site. This action will also: - Delete associated deploy keys @@ -3780,7 +3780,7 @@ func (a *Client) UnlinkSiteRepo(params *UnlinkSiteRepoParams, authInfo runtime.C } /* -UnlockDeploy unlock deploy API + UnlockDeploy unlock deploy API */ func (a *Client) UnlockDeploy(params *UnlockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UnlockDeployOK, error) { // TODO: Validate the params before sending @@ -3814,7 +3814,7 @@ func (a *Client) UnlockDeploy(params *UnlockDeployParams, authInfo runtime.Clien } /* -UpdateAccount update account API + UpdateAccount update account API */ func (a *Client) UpdateAccount(params *UpdateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAccountOK, error) { // TODO: Validate the params before sending @@ -3848,7 +3848,7 @@ func (a *Client) UpdateAccount(params *UpdateAccountParams, authInfo runtime.Cli } /* -UpdateAccountMember update account member API + UpdateAccountMember update account member API */ func (a *Client) UpdateAccountMember(params *UpdateAccountMemberParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAccountMemberOK, error) { // TODO: Validate the params before sending @@ -3882,7 +3882,7 @@ func (a *Client) UpdateAccountMember(params *UpdateAccountMemberParams, authInfo } /* -UpdateEnvVar Updates an existing environment variable and all of its values. Existing values will be replaced by values provided. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Netlify UI. + UpdateEnvVar Updates an existing environment variable and all of its values. Existing values will be replaced by values provided. */ func (a *Client) UpdateEnvVar(params *UpdateEnvVarParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateEnvVarOK, error) { // TODO: Validate the params before sending @@ -3916,7 +3916,7 @@ func (a *Client) UpdateEnvVar(params *UpdateEnvVarParams, authInfo runtime.Clien } /* -UpdateHook update hook API + UpdateHook update hook API */ func (a *Client) UpdateHook(params *UpdateHookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateHookOK, error) { // TODO: Validate the params before sending @@ -3950,7 +3950,7 @@ func (a *Client) UpdateHook(params *UpdateHookParams, authInfo runtime.ClientAut } /* -UpdatePlugin This is an internal-only endpoint. + UpdatePlugin This is an internal-only endpoint. */ func (a *Client) UpdatePlugin(params *UpdatePluginParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePluginOK, error) { // TODO: Validate the params before sending @@ -3984,7 +3984,7 @@ func (a *Client) UpdatePlugin(params *UpdatePluginParams, authInfo runtime.Clien } /* -UpdateServiceInstance update service instance API + UpdateServiceInstance update service instance API */ func (a *Client) UpdateServiceInstance(params *UpdateServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceInstanceNoContent, error) { // TODO: Validate the params before sending @@ -4018,7 +4018,7 @@ func (a *Client) UpdateServiceInstance(params *UpdateServiceInstanceParams, auth } /* -UpdateSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [updateEnvVar](#tag/environmentVariables/operation/updateEnvVar) to update a site's environment variables. + UpdateSite **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [updateEnvVar](#tag/environmentVariables/operation/updateEnvVar) to update a site's environment variables. */ func (a *Client) UpdateSite(params *UpdateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteOK, error) { // TODO: Validate the params before sending @@ -4052,7 +4052,7 @@ func (a *Client) UpdateSite(params *UpdateSiteParams, authInfo runtime.ClientAut } /* -UpdateSiteAsset update site asset API + UpdateSiteAsset update site asset API */ func (a *Client) UpdateSiteAsset(params *UpdateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteAssetOK, error) { // TODO: Validate the params before sending @@ -4086,7 +4086,7 @@ func (a *Client) UpdateSiteAsset(params *UpdateSiteAssetParams, authInfo runtime } /* -UpdateSiteBuildHook update site build hook API + UpdateSiteBuildHook update site build hook API */ func (a *Client) UpdateSiteBuildHook(params *UpdateSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteBuildHookNoContent, error) { // TODO: Validate the params before sending @@ -4120,7 +4120,7 @@ func (a *Client) UpdateSiteBuildHook(params *UpdateSiteBuildHookParams, authInfo } /* -UpdateSiteBuildLog update site build log API + UpdateSiteBuildLog update site build log API */ func (a *Client) UpdateSiteBuildLog(params *UpdateSiteBuildLogParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteBuildLogNoContent, error) { // TODO: Validate the params before sending @@ -4154,7 +4154,7 @@ func (a *Client) UpdateSiteBuildLog(params *UpdateSiteBuildLogParams, authInfo r } /* -UpdateSiteDeploy update site deploy API + UpdateSiteDeploy update site deploy API */ func (a *Client) UpdateSiteDeploy(params *UpdateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteDeployOK, error) { // TODO: Validate the params before sending @@ -4188,7 +4188,7 @@ func (a *Client) UpdateSiteDeploy(params *UpdateSiteDeployParams, authInfo runti } /* -UpdateSiteMetadata update site metadata API + UpdateSiteMetadata update site metadata API */ func (a *Client) UpdateSiteMetadata(params *UpdateSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteMetadataNoContent, error) { // TODO: Validate the params before sending @@ -4222,7 +4222,7 @@ func (a *Client) UpdateSiteMetadata(params *UpdateSiteMetadataParams, authInfo r } /* -UpdateSiteSnippet update site snippet API + UpdateSiteSnippet update site snippet API */ func (a *Client) UpdateSiteSnippet(params *UpdateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteSnippetNoContent, error) { // TODO: Validate the params before sending @@ -4256,7 +4256,7 @@ func (a *Client) UpdateSiteSnippet(params *UpdateSiteSnippetParams, authInfo run } /* -UpdateSplitTest update split test API + UpdateSplitTest update split test API */ func (a *Client) UpdateSplitTest(params *UpdateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSplitTestCreated, error) { // TODO: Validate the params before sending @@ -4290,7 +4290,7 @@ func (a *Client) UpdateSplitTest(params *UpdateSplitTestParams, authInfo runtime } /* -UploadDeployFile upload deploy file API + UploadDeployFile upload deploy file API */ func (a *Client) UploadDeployFile(params *UploadDeployFileParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFileOK, error) { // TODO: Validate the params before sending @@ -4324,7 +4324,7 @@ func (a *Client) UploadDeployFile(params *UploadDeployFileParams, authInfo runti } /* -UploadDeployFunction upload deploy function API + UploadDeployFunction upload deploy function API */ func (a *Client) UploadDeployFunction(params *UploadDeployFunctionParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFunctionOK, error) { // TODO: Validate the params before sending diff --git a/go/plumbing/operations/provision_site_tls_certificate_parameters.go b/go/plumbing/operations/provision_site_tls_certificate_parameters.go index a6ab0b0a..7c9fb0fa 100644 --- a/go/plumbing/operations/provision_site_tls_certificate_parameters.go +++ b/go/plumbing/operations/provision_site_tls_certificate_parameters.go @@ -55,8 +55,7 @@ func NewProvisionSiteTLSCertificateParamsWithHTTPClient(client *http.Client) *Pr } } -/* -ProvisionSiteTLSCertificateParams contains all the parameters to send to the API endpoint +/*ProvisionSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the provision site TLS certificate operation typically these are written to a http.Request */ type ProvisionSiteTLSCertificateParams struct { diff --git a/go/plumbing/operations/provision_site_tls_certificate_responses.go b/go/plumbing/operations/provision_site_tls_certificate_responses.go index 7fce016e..9dbeca9a 100644 --- a/go/plumbing/operations/provision_site_tls_certificate_responses.go +++ b/go/plumbing/operations/provision_site_tls_certificate_responses.go @@ -46,8 +46,7 @@ func NewProvisionSiteTLSCertificateOK() *ProvisionSiteTLSCertificateOK { return &ProvisionSiteTLSCertificateOK{} } -/* -ProvisionSiteTLSCertificateOK handles this case with default header values. +/*ProvisionSiteTLSCertificateOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewProvisionSiteTLSCertificateDefault(code int) *ProvisionSiteTLSCertificat } } -/* -ProvisionSiteTLSCertificateDefault handles this case with default header values. +/*ProvisionSiteTLSCertificateDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/remove_account_member_parameters.go b/go/plumbing/operations/remove_account_member_parameters.go index a3c5609f..99f7cb81 100644 --- a/go/plumbing/operations/remove_account_member_parameters.go +++ b/go/plumbing/operations/remove_account_member_parameters.go @@ -55,8 +55,7 @@ func NewRemoveAccountMemberParamsWithHTTPClient(client *http.Client) *RemoveAcco } } -/* -RemoveAccountMemberParams contains all the parameters to send to the API endpoint +/*RemoveAccountMemberParams contains all the parameters to send to the API endpoint for the remove account member operation typically these are written to a http.Request */ type RemoveAccountMemberParams struct { diff --git a/go/plumbing/operations/remove_account_member_responses.go b/go/plumbing/operations/remove_account_member_responses.go index d6179fa6..86d0af38 100644 --- a/go/plumbing/operations/remove_account_member_responses.go +++ b/go/plumbing/operations/remove_account_member_responses.go @@ -46,8 +46,7 @@ func NewRemoveAccountMemberNoContent() *RemoveAccountMemberNoContent { return &RemoveAccountMemberNoContent{} } -/* -RemoveAccountMemberNoContent handles this case with default header values. +/*RemoveAccountMemberNoContent handles this case with default header values. Not Content */ @@ -70,8 +69,7 @@ func NewRemoveAccountMemberDefault(code int) *RemoveAccountMemberDefault { } } -/* -RemoveAccountMemberDefault handles this case with default header values. +/*RemoveAccountMemberDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/restore_site_deploy_parameters.go b/go/plumbing/operations/restore_site_deploy_parameters.go index 8f104d0a..2c39c11e 100644 --- a/go/plumbing/operations/restore_site_deploy_parameters.go +++ b/go/plumbing/operations/restore_site_deploy_parameters.go @@ -55,8 +55,7 @@ func NewRestoreSiteDeployParamsWithHTTPClient(client *http.Client) *RestoreSiteD } } -/* -RestoreSiteDeployParams contains all the parameters to send to the API endpoint +/*RestoreSiteDeployParams contains all the parameters to send to the API endpoint for the restore site deploy operation typically these are written to a http.Request */ type RestoreSiteDeployParams struct { diff --git a/go/plumbing/operations/restore_site_deploy_responses.go b/go/plumbing/operations/restore_site_deploy_responses.go index 9b3614d4..4813fb4f 100644 --- a/go/plumbing/operations/restore_site_deploy_responses.go +++ b/go/plumbing/operations/restore_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewRestoreSiteDeployCreated() *RestoreSiteDeployCreated { return &RestoreSiteDeployCreated{} } -/* -RestoreSiteDeployCreated handles this case with default header values. +/*RestoreSiteDeployCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewRestoreSiteDeployDefault(code int) *RestoreSiteDeployDefault { } } -/* -RestoreSiteDeployDefault handles this case with default header values. +/*RestoreSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/rollback_site_deploy_parameters.go b/go/plumbing/operations/rollback_site_deploy_parameters.go index 06847d69..88f4d9ed 100644 --- a/go/plumbing/operations/rollback_site_deploy_parameters.go +++ b/go/plumbing/operations/rollback_site_deploy_parameters.go @@ -55,8 +55,7 @@ func NewRollbackSiteDeployParamsWithHTTPClient(client *http.Client) *RollbackSit } } -/* -RollbackSiteDeployParams contains all the parameters to send to the API endpoint +/*RollbackSiteDeployParams contains all the parameters to send to the API endpoint for the rollback site deploy operation typically these are written to a http.Request */ type RollbackSiteDeployParams struct { diff --git a/go/plumbing/operations/rollback_site_deploy_responses.go b/go/plumbing/operations/rollback_site_deploy_responses.go index 76404a49..e4fafba2 100644 --- a/go/plumbing/operations/rollback_site_deploy_responses.go +++ b/go/plumbing/operations/rollback_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewRollbackSiteDeployNoContent() *RollbackSiteDeployNoContent { return &RollbackSiteDeployNoContent{} } -/* -RollbackSiteDeployNoContent handles this case with default header values. +/*RollbackSiteDeployNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewRollbackSiteDeployDefault(code int) *RollbackSiteDeployDefault { } } -/* -RollbackSiteDeployDefault handles this case with default header values. +/*RollbackSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/set_env_var_value_parameters.go b/go/plumbing/operations/set_env_var_value_parameters.go index c495470c..018e52db 100644 --- a/go/plumbing/operations/set_env_var_value_parameters.go +++ b/go/plumbing/operations/set_env_var_value_parameters.go @@ -57,8 +57,7 @@ func NewSetEnvVarValueParamsWithHTTPClient(client *http.Client) *SetEnvVarValueP } } -/* -SetEnvVarValueParams contains all the parameters to send to the API endpoint +/*SetEnvVarValueParams contains all the parameters to send to the API endpoint for the set env var value operation typically these are written to a http.Request */ type SetEnvVarValueParams struct { diff --git a/go/plumbing/operations/set_env_var_value_responses.go b/go/plumbing/operations/set_env_var_value_responses.go index 7f4349d1..b4033678 100644 --- a/go/plumbing/operations/set_env_var_value_responses.go +++ b/go/plumbing/operations/set_env_var_value_responses.go @@ -46,8 +46,7 @@ func NewSetEnvVarValueCreated() *SetEnvVarValueCreated { return &SetEnvVarValueCreated{} } -/* -SetEnvVarValueCreated handles this case with default header values. +/*SetEnvVarValueCreated handles this case with default header values. Created (success) */ @@ -82,8 +81,7 @@ func NewSetEnvVarValueDefault(code int) *SetEnvVarValueDefault { } } -/* -SetEnvVarValueDefault handles this case with default header values. +/*SetEnvVarValueDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/show_service_instance_parameters.go b/go/plumbing/operations/show_service_instance_parameters.go index cfafc91a..bc5b04ba 100644 --- a/go/plumbing/operations/show_service_instance_parameters.go +++ b/go/plumbing/operations/show_service_instance_parameters.go @@ -55,8 +55,7 @@ func NewShowServiceInstanceParamsWithHTTPClient(client *http.Client) *ShowServic } } -/* -ShowServiceInstanceParams contains all the parameters to send to the API endpoint +/*ShowServiceInstanceParams contains all the parameters to send to the API endpoint for the show service instance operation typically these are written to a http.Request */ type ShowServiceInstanceParams struct { diff --git a/go/plumbing/operations/show_service_instance_responses.go b/go/plumbing/operations/show_service_instance_responses.go index 0a7ee647..936adee7 100644 --- a/go/plumbing/operations/show_service_instance_responses.go +++ b/go/plumbing/operations/show_service_instance_responses.go @@ -46,8 +46,7 @@ func NewShowServiceInstanceOK() *ShowServiceInstanceOK { return &ShowServiceInstanceOK{} } -/* -ShowServiceInstanceOK handles this case with default header values. +/*ShowServiceInstanceOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewShowServiceInstanceDefault(code int) *ShowServiceInstanceDefault { } } -/* -ShowServiceInstanceDefault handles this case with default header values. +/*ShowServiceInstanceDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/show_service_manifest_parameters.go b/go/plumbing/operations/show_service_manifest_parameters.go index b553313c..c9a14d9e 100644 --- a/go/plumbing/operations/show_service_manifest_parameters.go +++ b/go/plumbing/operations/show_service_manifest_parameters.go @@ -55,8 +55,7 @@ func NewShowServiceManifestParamsWithHTTPClient(client *http.Client) *ShowServic } } -/* -ShowServiceManifestParams contains all the parameters to send to the API endpoint +/*ShowServiceManifestParams contains all the parameters to send to the API endpoint for the show service manifest operation typically these are written to a http.Request */ type ShowServiceManifestParams struct { diff --git a/go/plumbing/operations/show_service_manifest_responses.go b/go/plumbing/operations/show_service_manifest_responses.go index 89e39e45..70d7129f 100644 --- a/go/plumbing/operations/show_service_manifest_responses.go +++ b/go/plumbing/operations/show_service_manifest_responses.go @@ -46,8 +46,7 @@ func NewShowServiceManifestCreated() *ShowServiceManifestCreated { return &ShowServiceManifestCreated{} } -/* -ShowServiceManifestCreated handles this case with default header values. +/*ShowServiceManifestCreated handles this case with default header values. retrieving from provider */ @@ -80,8 +79,7 @@ func NewShowServiceManifestDefault(code int) *ShowServiceManifestDefault { } } -/* -ShowServiceManifestDefault handles this case with default header values. +/*ShowServiceManifestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/show_service_parameters.go b/go/plumbing/operations/show_service_parameters.go index 872667d7..32df221a 100644 --- a/go/plumbing/operations/show_service_parameters.go +++ b/go/plumbing/operations/show_service_parameters.go @@ -55,8 +55,7 @@ func NewShowServiceParamsWithHTTPClient(client *http.Client) *ShowServiceParams } } -/* -ShowServiceParams contains all the parameters to send to the API endpoint +/*ShowServiceParams contains all the parameters to send to the API endpoint for the show service operation typically these are written to a http.Request */ type ShowServiceParams struct { diff --git a/go/plumbing/operations/show_service_responses.go b/go/plumbing/operations/show_service_responses.go index eaa3ac24..deb819e2 100644 --- a/go/plumbing/operations/show_service_responses.go +++ b/go/plumbing/operations/show_service_responses.go @@ -46,8 +46,7 @@ func NewShowServiceOK() *ShowServiceOK { return &ShowServiceOK{} } -/* -ShowServiceOK handles this case with default header values. +/*ShowServiceOK handles this case with default header values. services */ @@ -82,8 +81,7 @@ func NewShowServiceDefault(code int) *ShowServiceDefault { } } -/* -ShowServiceDefault handles this case with default header values. +/*ShowServiceDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/show_site_tls_certificate_parameters.go b/go/plumbing/operations/show_site_tls_certificate_parameters.go index a85e6b07..c3113312 100644 --- a/go/plumbing/operations/show_site_tls_certificate_parameters.go +++ b/go/plumbing/operations/show_site_tls_certificate_parameters.go @@ -55,8 +55,7 @@ func NewShowSiteTLSCertificateParamsWithHTTPClient(client *http.Client) *ShowSit } } -/* -ShowSiteTLSCertificateParams contains all the parameters to send to the API endpoint +/*ShowSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the show site TLS certificate operation typically these are written to a http.Request */ type ShowSiteTLSCertificateParams struct { diff --git a/go/plumbing/operations/show_site_tls_certificate_responses.go b/go/plumbing/operations/show_site_tls_certificate_responses.go index 3ac1a1d5..d65b221c 100644 --- a/go/plumbing/operations/show_site_tls_certificate_responses.go +++ b/go/plumbing/operations/show_site_tls_certificate_responses.go @@ -46,8 +46,7 @@ func NewShowSiteTLSCertificateOK() *ShowSiteTLSCertificateOK { return &ShowSiteTLSCertificateOK{} } -/* -ShowSiteTLSCertificateOK handles this case with default header values. +/*ShowSiteTLSCertificateOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewShowSiteTLSCertificateDefault(code int) *ShowSiteTLSCertificateDefault { } } -/* -ShowSiteTLSCertificateDefault handles this case with default header values. +/*ShowSiteTLSCertificateDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/show_ticket_parameters.go b/go/plumbing/operations/show_ticket_parameters.go index ec519036..549ab942 100644 --- a/go/plumbing/operations/show_ticket_parameters.go +++ b/go/plumbing/operations/show_ticket_parameters.go @@ -55,8 +55,7 @@ func NewShowTicketParamsWithHTTPClient(client *http.Client) *ShowTicketParams { } } -/* -ShowTicketParams contains all the parameters to send to the API endpoint +/*ShowTicketParams contains all the parameters to send to the API endpoint for the show ticket operation typically these are written to a http.Request */ type ShowTicketParams struct { diff --git a/go/plumbing/operations/show_ticket_responses.go b/go/plumbing/operations/show_ticket_responses.go index 778bcb09..9d6cc1aa 100644 --- a/go/plumbing/operations/show_ticket_responses.go +++ b/go/plumbing/operations/show_ticket_responses.go @@ -46,8 +46,7 @@ func NewShowTicketOK() *ShowTicketOK { return &ShowTicketOK{} } -/* -ShowTicketOK handles this case with default header values. +/*ShowTicketOK handles this case with default header values. ok */ @@ -82,8 +81,7 @@ func NewShowTicketDefault(code int) *ShowTicketDefault { } } -/* -ShowTicketDefault handles this case with default header values. +/*ShowTicketDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/transfer_dns_zone_parameters.go b/go/plumbing/operations/transfer_dns_zone_parameters.go index 0c5ee779..a07c8b1c 100644 --- a/go/plumbing/operations/transfer_dns_zone_parameters.go +++ b/go/plumbing/operations/transfer_dns_zone_parameters.go @@ -55,8 +55,7 @@ func NewTransferDNSZoneParamsWithHTTPClient(client *http.Client) *TransferDNSZon } } -/* -TransferDNSZoneParams contains all the parameters to send to the API endpoint +/*TransferDNSZoneParams contains all the parameters to send to the API endpoint for the transfer Dns zone operation typically these are written to a http.Request */ type TransferDNSZoneParams struct { diff --git a/go/plumbing/operations/transfer_dns_zone_responses.go b/go/plumbing/operations/transfer_dns_zone_responses.go index dc7261cd..b5e5e2de 100644 --- a/go/plumbing/operations/transfer_dns_zone_responses.go +++ b/go/plumbing/operations/transfer_dns_zone_responses.go @@ -46,8 +46,7 @@ func NewTransferDNSZoneOK() *TransferDNSZoneOK { return &TransferDNSZoneOK{} } -/* -TransferDNSZoneOK handles this case with default header values. +/*TransferDNSZoneOK handles this case with default header values. transfer a DNS zone to another account */ @@ -82,8 +81,7 @@ func NewTransferDNSZoneDefault(code int) *TransferDNSZoneDefault { } } -/* -TransferDNSZoneDefault handles this case with default header values. +/*TransferDNSZoneDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/unlink_site_repo_parameters.go b/go/plumbing/operations/unlink_site_repo_parameters.go index 5e394db5..891c5caf 100644 --- a/go/plumbing/operations/unlink_site_repo_parameters.go +++ b/go/plumbing/operations/unlink_site_repo_parameters.go @@ -55,8 +55,7 @@ func NewUnlinkSiteRepoParamsWithHTTPClient(client *http.Client) *UnlinkSiteRepoP } } -/* -UnlinkSiteRepoParams contains all the parameters to send to the API endpoint +/*UnlinkSiteRepoParams contains all the parameters to send to the API endpoint for the unlink site repo operation typically these are written to a http.Request */ type UnlinkSiteRepoParams struct { diff --git a/go/plumbing/operations/unlink_site_repo_responses.go b/go/plumbing/operations/unlink_site_repo_responses.go index 3f95926e..b9fd8ecc 100644 --- a/go/plumbing/operations/unlink_site_repo_responses.go +++ b/go/plumbing/operations/unlink_site_repo_responses.go @@ -46,8 +46,7 @@ func NewUnlinkSiteRepoOK() *UnlinkSiteRepoOK { return &UnlinkSiteRepoOK{} } -/* -UnlinkSiteRepoOK handles this case with default header values. +/*UnlinkSiteRepoOK handles this case with default header values. OK */ @@ -80,8 +79,7 @@ func NewUnlinkSiteRepoNotFound() *UnlinkSiteRepoNotFound { return &UnlinkSiteRepoNotFound{} } -/* -UnlinkSiteRepoNotFound handles this case with default header values. +/*UnlinkSiteRepoNotFound handles this case with default header values. Site not found */ diff --git a/go/plumbing/operations/unlock_deploy_parameters.go b/go/plumbing/operations/unlock_deploy_parameters.go index e6d79507..3cf5862d 100644 --- a/go/plumbing/operations/unlock_deploy_parameters.go +++ b/go/plumbing/operations/unlock_deploy_parameters.go @@ -55,8 +55,7 @@ func NewUnlockDeployParamsWithHTTPClient(client *http.Client) *UnlockDeployParam } } -/* -UnlockDeployParams contains all the parameters to send to the API endpoint +/*UnlockDeployParams contains all the parameters to send to the API endpoint for the unlock deploy operation typically these are written to a http.Request */ type UnlockDeployParams struct { diff --git a/go/plumbing/operations/unlock_deploy_responses.go b/go/plumbing/operations/unlock_deploy_responses.go index 1143647e..a3e6d9e7 100644 --- a/go/plumbing/operations/unlock_deploy_responses.go +++ b/go/plumbing/operations/unlock_deploy_responses.go @@ -46,8 +46,7 @@ func NewUnlockDeployOK() *UnlockDeployOK { return &UnlockDeployOK{} } -/* -UnlockDeployOK handles this case with default header values. +/*UnlockDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUnlockDeployDefault(code int) *UnlockDeployDefault { } } -/* -UnlockDeployDefault handles this case with default header values. +/*UnlockDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_account_member_parameters.go b/go/plumbing/operations/update_account_member_parameters.go index 25046f65..4c1874b5 100644 --- a/go/plumbing/operations/update_account_member_parameters.go +++ b/go/plumbing/operations/update_account_member_parameters.go @@ -57,8 +57,7 @@ func NewUpdateAccountMemberParamsWithHTTPClient(client *http.Client) *UpdateAcco } } -/* -UpdateAccountMemberParams contains all the parameters to send to the API endpoint +/*UpdateAccountMemberParams contains all the parameters to send to the API endpoint for the update account member operation typically these are written to a http.Request */ type UpdateAccountMemberParams struct { diff --git a/go/plumbing/operations/update_account_member_responses.go b/go/plumbing/operations/update_account_member_responses.go index 7a09b33b..a9c11fc2 100644 --- a/go/plumbing/operations/update_account_member_responses.go +++ b/go/plumbing/operations/update_account_member_responses.go @@ -46,8 +46,7 @@ func NewUpdateAccountMemberOK() *UpdateAccountMemberOK { return &UpdateAccountMemberOK{} } -/* -UpdateAccountMemberOK handles this case with default header values. +/*UpdateAccountMemberOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateAccountMemberDefault(code int) *UpdateAccountMemberDefault { } } -/* -UpdateAccountMemberDefault handles this case with default header values. +/*UpdateAccountMemberDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_account_parameters.go b/go/plumbing/operations/update_account_parameters.go index 0f721177..f8ce696f 100644 --- a/go/plumbing/operations/update_account_parameters.go +++ b/go/plumbing/operations/update_account_parameters.go @@ -57,8 +57,7 @@ func NewUpdateAccountParamsWithHTTPClient(client *http.Client) *UpdateAccountPar } } -/* -UpdateAccountParams contains all the parameters to send to the API endpoint +/*UpdateAccountParams contains all the parameters to send to the API endpoint for the update account operation typically these are written to a http.Request */ type UpdateAccountParams struct { diff --git a/go/plumbing/operations/update_account_responses.go b/go/plumbing/operations/update_account_responses.go index 72a8b20d..5d2f159d 100644 --- a/go/plumbing/operations/update_account_responses.go +++ b/go/plumbing/operations/update_account_responses.go @@ -46,8 +46,7 @@ func NewUpdateAccountOK() *UpdateAccountOK { return &UpdateAccountOK{} } -/* -UpdateAccountOK handles this case with default header values. +/*UpdateAccountOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateAccountDefault(code int) *UpdateAccountDefault { } } -/* -UpdateAccountDefault handles this case with default header values. +/*UpdateAccountDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_env_var_parameters.go b/go/plumbing/operations/update_env_var_parameters.go index 6cf5533b..b736c2c8 100644 --- a/go/plumbing/operations/update_env_var_parameters.go +++ b/go/plumbing/operations/update_env_var_parameters.go @@ -57,8 +57,7 @@ func NewUpdateEnvVarParamsWithHTTPClient(client *http.Client) *UpdateEnvVarParam } } -/* -UpdateEnvVarParams contains all the parameters to send to the API endpoint +/*UpdateEnvVarParams contains all the parameters to send to the API endpoint for the update env var operation typically these are written to a http.Request */ type UpdateEnvVarParams struct { diff --git a/go/plumbing/operations/update_env_var_responses.go b/go/plumbing/operations/update_env_var_responses.go index b8fbb56f..5ecd619c 100644 --- a/go/plumbing/operations/update_env_var_responses.go +++ b/go/plumbing/operations/update_env_var_responses.go @@ -46,8 +46,7 @@ func NewUpdateEnvVarOK() *UpdateEnvVarOK { return &UpdateEnvVarOK{} } -/* -UpdateEnvVarOK handles this case with default header values. +/*UpdateEnvVarOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateEnvVarDefault(code int) *UpdateEnvVarDefault { } } -/* -UpdateEnvVarDefault handles this case with default header values. +/*UpdateEnvVarDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_hook_parameters.go b/go/plumbing/operations/update_hook_parameters.go index a721ed00..107e33f1 100644 --- a/go/plumbing/operations/update_hook_parameters.go +++ b/go/plumbing/operations/update_hook_parameters.go @@ -57,8 +57,7 @@ func NewUpdateHookParamsWithHTTPClient(client *http.Client) *UpdateHookParams { } } -/* -UpdateHookParams contains all the parameters to send to the API endpoint +/*UpdateHookParams contains all the parameters to send to the API endpoint for the update hook operation typically these are written to a http.Request */ type UpdateHookParams struct { diff --git a/go/plumbing/operations/update_hook_responses.go b/go/plumbing/operations/update_hook_responses.go index 89417f98..1611a7d5 100644 --- a/go/plumbing/operations/update_hook_responses.go +++ b/go/plumbing/operations/update_hook_responses.go @@ -46,8 +46,7 @@ func NewUpdateHookOK() *UpdateHookOK { return &UpdateHookOK{} } -/* -UpdateHookOK handles this case with default header values. +/*UpdateHookOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateHookDefault(code int) *UpdateHookDefault { } } -/* -UpdateHookDefault handles this case with default header values. +/*UpdateHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_plugin_parameters.go b/go/plumbing/operations/update_plugin_parameters.go index 81adc0a9..6fc795f8 100644 --- a/go/plumbing/operations/update_plugin_parameters.go +++ b/go/plumbing/operations/update_plugin_parameters.go @@ -57,8 +57,7 @@ func NewUpdatePluginParamsWithHTTPClient(client *http.Client) *UpdatePluginParam } } -/* -UpdatePluginParams contains all the parameters to send to the API endpoint +/*UpdatePluginParams contains all the parameters to send to the API endpoint for the update plugin operation typically these are written to a http.Request */ type UpdatePluginParams struct { diff --git a/go/plumbing/operations/update_plugin_responses.go b/go/plumbing/operations/update_plugin_responses.go index 72eb78ad..6a08dffb 100644 --- a/go/plumbing/operations/update_plugin_responses.go +++ b/go/plumbing/operations/update_plugin_responses.go @@ -46,8 +46,7 @@ func NewUpdatePluginOK() *UpdatePluginOK { return &UpdatePluginOK{} } -/* -UpdatePluginOK handles this case with default header values. +/*UpdatePluginOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdatePluginDefault(code int) *UpdatePluginDefault { } } -/* -UpdatePluginDefault handles this case with default header values. +/*UpdatePluginDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_service_instance_parameters.go b/go/plumbing/operations/update_service_instance_parameters.go index 87aa2697..51815fec 100644 --- a/go/plumbing/operations/update_service_instance_parameters.go +++ b/go/plumbing/operations/update_service_instance_parameters.go @@ -55,8 +55,7 @@ func NewUpdateServiceInstanceParamsWithHTTPClient(client *http.Client) *UpdateSe } } -/* -UpdateServiceInstanceParams contains all the parameters to send to the API endpoint +/*UpdateServiceInstanceParams contains all the parameters to send to the API endpoint for the update service instance operation typically these are written to a http.Request */ type UpdateServiceInstanceParams struct { diff --git a/go/plumbing/operations/update_service_instance_responses.go b/go/plumbing/operations/update_service_instance_responses.go index e8afa904..5d12f7ab 100644 --- a/go/plumbing/operations/update_service_instance_responses.go +++ b/go/plumbing/operations/update_service_instance_responses.go @@ -46,8 +46,7 @@ func NewUpdateServiceInstanceNoContent() *UpdateServiceInstanceNoContent { return &UpdateServiceInstanceNoContent{} } -/* -UpdateServiceInstanceNoContent handles this case with default header values. +/*UpdateServiceInstanceNoContent handles this case with default header values. No Content */ @@ -70,8 +69,7 @@ func NewUpdateServiceInstanceDefault(code int) *UpdateServiceInstanceDefault { } } -/* -UpdateServiceInstanceDefault handles this case with default header values. +/*UpdateServiceInstanceDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_asset_parameters.go b/go/plumbing/operations/update_site_asset_parameters.go index 95ed5e31..4056787a 100644 --- a/go/plumbing/operations/update_site_asset_parameters.go +++ b/go/plumbing/operations/update_site_asset_parameters.go @@ -55,8 +55,7 @@ func NewUpdateSiteAssetParamsWithHTTPClient(client *http.Client) *UpdateSiteAsse } } -/* -UpdateSiteAssetParams contains all the parameters to send to the API endpoint +/*UpdateSiteAssetParams contains all the parameters to send to the API endpoint for the update site asset operation typically these are written to a http.Request */ type UpdateSiteAssetParams struct { diff --git a/go/plumbing/operations/update_site_asset_responses.go b/go/plumbing/operations/update_site_asset_responses.go index 6b709c3a..8e1661e5 100644 --- a/go/plumbing/operations/update_site_asset_responses.go +++ b/go/plumbing/operations/update_site_asset_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteAssetOK() *UpdateSiteAssetOK { return &UpdateSiteAssetOK{} } -/* -UpdateSiteAssetOK handles this case with default header values. +/*UpdateSiteAssetOK handles this case with default header values. Updated */ @@ -82,8 +81,7 @@ func NewUpdateSiteAssetDefault(code int) *UpdateSiteAssetDefault { } } -/* -UpdateSiteAssetDefault handles this case with default header values. +/*UpdateSiteAssetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_build_hook_parameters.go b/go/plumbing/operations/update_site_build_hook_parameters.go index 202f9f3f..0f3ed47c 100644 --- a/go/plumbing/operations/update_site_build_hook_parameters.go +++ b/go/plumbing/operations/update_site_build_hook_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteBuildHookParamsWithHTTPClient(client *http.Client) *UpdateSite } } -/* -UpdateSiteBuildHookParams contains all the parameters to send to the API endpoint +/*UpdateSiteBuildHookParams contains all the parameters to send to the API endpoint for the update site build hook operation typically these are written to a http.Request */ type UpdateSiteBuildHookParams struct { diff --git a/go/plumbing/operations/update_site_build_hook_responses.go b/go/plumbing/operations/update_site_build_hook_responses.go index 14394daa..02512cc9 100644 --- a/go/plumbing/operations/update_site_build_hook_responses.go +++ b/go/plumbing/operations/update_site_build_hook_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteBuildHookNoContent() *UpdateSiteBuildHookNoContent { return &UpdateSiteBuildHookNoContent{} } -/* -UpdateSiteBuildHookNoContent handles this case with default header values. +/*UpdateSiteBuildHookNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewUpdateSiteBuildHookDefault(code int) *UpdateSiteBuildHookDefault { } } -/* -UpdateSiteBuildHookDefault handles this case with default header values. +/*UpdateSiteBuildHookDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_build_log_parameters.go b/go/plumbing/operations/update_site_build_log_parameters.go index 11576203..88aa48f5 100644 --- a/go/plumbing/operations/update_site_build_log_parameters.go +++ b/go/plumbing/operations/update_site_build_log_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteBuildLogParamsWithHTTPClient(client *http.Client) *UpdateSiteB } } -/* -UpdateSiteBuildLogParams contains all the parameters to send to the API endpoint +/*UpdateSiteBuildLogParams contains all the parameters to send to the API endpoint for the update site build log operation typically these are written to a http.Request */ type UpdateSiteBuildLogParams struct { diff --git a/go/plumbing/operations/update_site_build_log_responses.go b/go/plumbing/operations/update_site_build_log_responses.go index df79323c..171c314d 100644 --- a/go/plumbing/operations/update_site_build_log_responses.go +++ b/go/plumbing/operations/update_site_build_log_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteBuildLogNoContent() *UpdateSiteBuildLogNoContent { return &UpdateSiteBuildLogNoContent{} } -/* -UpdateSiteBuildLogNoContent handles this case with default header values. +/*UpdateSiteBuildLogNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewUpdateSiteBuildLogDefault(code int) *UpdateSiteBuildLogDefault { } } -/* -UpdateSiteBuildLogDefault handles this case with default header values. +/*UpdateSiteBuildLogDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_deploy_parameters.go b/go/plumbing/operations/update_site_deploy_parameters.go index ce406b87..7056bf46 100644 --- a/go/plumbing/operations/update_site_deploy_parameters.go +++ b/go/plumbing/operations/update_site_deploy_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteDeployParamsWithHTTPClient(client *http.Client) *UpdateSiteDep } } -/* -UpdateSiteDeployParams contains all the parameters to send to the API endpoint +/*UpdateSiteDeployParams contains all the parameters to send to the API endpoint for the update site deploy operation typically these are written to a http.Request */ type UpdateSiteDeployParams struct { diff --git a/go/plumbing/operations/update_site_deploy_responses.go b/go/plumbing/operations/update_site_deploy_responses.go index 2f7edbe3..0d062c28 100644 --- a/go/plumbing/operations/update_site_deploy_responses.go +++ b/go/plumbing/operations/update_site_deploy_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteDeployOK() *UpdateSiteDeployOK { return &UpdateSiteDeployOK{} } -/* -UpdateSiteDeployOK handles this case with default header values. +/*UpdateSiteDeployOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateSiteDeployDefault(code int) *UpdateSiteDeployDefault { } } -/* -UpdateSiteDeployDefault handles this case with default header values. +/*UpdateSiteDeployDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_metadata_parameters.go b/go/plumbing/operations/update_site_metadata_parameters.go index aa4caa49..727610ea 100644 --- a/go/plumbing/operations/update_site_metadata_parameters.go +++ b/go/plumbing/operations/update_site_metadata_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteMetadataParamsWithHTTPClient(client *http.Client) *UpdateSiteM } } -/* -UpdateSiteMetadataParams contains all the parameters to send to the API endpoint +/*UpdateSiteMetadataParams contains all the parameters to send to the API endpoint for the update site metadata operation typically these are written to a http.Request */ type UpdateSiteMetadataParams struct { diff --git a/go/plumbing/operations/update_site_metadata_responses.go b/go/plumbing/operations/update_site_metadata_responses.go index aa0abe11..e8bbc8d5 100644 --- a/go/plumbing/operations/update_site_metadata_responses.go +++ b/go/plumbing/operations/update_site_metadata_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteMetadataNoContent() *UpdateSiteMetadataNoContent { return &UpdateSiteMetadataNoContent{} } -/* -UpdateSiteMetadataNoContent handles this case with default header values. +/*UpdateSiteMetadataNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewUpdateSiteMetadataDefault(code int) *UpdateSiteMetadataDefault { } } -/* -UpdateSiteMetadataDefault handles this case with default header values. +/*UpdateSiteMetadataDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_parameters.go b/go/plumbing/operations/update_site_parameters.go index a69bac8e..aebcbef3 100644 --- a/go/plumbing/operations/update_site_parameters.go +++ b/go/plumbing/operations/update_site_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteParamsWithHTTPClient(client *http.Client) *UpdateSiteParams { } } -/* -UpdateSiteParams contains all the parameters to send to the API endpoint +/*UpdateSiteParams contains all the parameters to send to the API endpoint for the update site operation typically these are written to a http.Request */ type UpdateSiteParams struct { diff --git a/go/plumbing/operations/update_site_responses.go b/go/plumbing/operations/update_site_responses.go index 27bed95f..d1dc3384 100644 --- a/go/plumbing/operations/update_site_responses.go +++ b/go/plumbing/operations/update_site_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteOK() *UpdateSiteOK { return &UpdateSiteOK{} } -/* -UpdateSiteOK handles this case with default header values. +/*UpdateSiteOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUpdateSiteDefault(code int) *UpdateSiteDefault { } } -/* -UpdateSiteDefault handles this case with default header values. +/*UpdateSiteDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_site_snippet_parameters.go b/go/plumbing/operations/update_site_snippet_parameters.go index b67fbdce..c5093368 100644 --- a/go/plumbing/operations/update_site_snippet_parameters.go +++ b/go/plumbing/operations/update_site_snippet_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSiteSnippetParamsWithHTTPClient(client *http.Client) *UpdateSiteSn } } -/* -UpdateSiteSnippetParams contains all the parameters to send to the API endpoint +/*UpdateSiteSnippetParams contains all the parameters to send to the API endpoint for the update site snippet operation typically these are written to a http.Request */ type UpdateSiteSnippetParams struct { diff --git a/go/plumbing/operations/update_site_snippet_responses.go b/go/plumbing/operations/update_site_snippet_responses.go index cb317fd0..ff235be2 100644 --- a/go/plumbing/operations/update_site_snippet_responses.go +++ b/go/plumbing/operations/update_site_snippet_responses.go @@ -46,8 +46,7 @@ func NewUpdateSiteSnippetNoContent() *UpdateSiteSnippetNoContent { return &UpdateSiteSnippetNoContent{} } -/* -UpdateSiteSnippetNoContent handles this case with default header values. +/*UpdateSiteSnippetNoContent handles this case with default header values. No content */ @@ -70,8 +69,7 @@ func NewUpdateSiteSnippetDefault(code int) *UpdateSiteSnippetDefault { } } -/* -UpdateSiteSnippetDefault handles this case with default header values. +/*UpdateSiteSnippetDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/update_split_test_swagger_parameters.go b/go/plumbing/operations/update_split_test_swagger_parameters.go index 63da0418..7258b8d6 100644 --- a/go/plumbing/operations/update_split_test_swagger_parameters.go +++ b/go/plumbing/operations/update_split_test_swagger_parameters.go @@ -57,8 +57,7 @@ func NewUpdateSplitTestParamsWithHTTPClient(client *http.Client) *UpdateSplitTes } } -/* -UpdateSplitTestParams contains all the parameters to send to the API endpoint +/*UpdateSplitTestParams contains all the parameters to send to the API endpoint for the update split test operation typically these are written to a http.Request */ type UpdateSplitTestParams struct { diff --git a/go/plumbing/operations/update_split_test_swagger_responses.go b/go/plumbing/operations/update_split_test_swagger_responses.go index 0b97487c..c72872e1 100644 --- a/go/plumbing/operations/update_split_test_swagger_responses.go +++ b/go/plumbing/operations/update_split_test_swagger_responses.go @@ -46,8 +46,7 @@ func NewUpdateSplitTestCreated() *UpdateSplitTestCreated { return &UpdateSplitTestCreated{} } -/* -UpdateSplitTestCreated handles this case with default header values. +/*UpdateSplitTestCreated handles this case with default header values. Created */ @@ -82,8 +81,7 @@ func NewUpdateSplitTestDefault(code int) *UpdateSplitTestDefault { } } -/* -UpdateSplitTestDefault handles this case with default header values. +/*UpdateSplitTestDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/upload_deploy_file_parameters.go b/go/plumbing/operations/upload_deploy_file_parameters.go index 1a2713ff..9cf39cfd 100644 --- a/go/plumbing/operations/upload_deploy_file_parameters.go +++ b/go/plumbing/operations/upload_deploy_file_parameters.go @@ -57,8 +57,7 @@ func NewUploadDeployFileParamsWithHTTPClient(client *http.Client) *UploadDeployF } } -/* -UploadDeployFileParams contains all the parameters to send to the API endpoint +/*UploadDeployFileParams contains all the parameters to send to the API endpoint for the upload deploy file operation typically these are written to a http.Request */ type UploadDeployFileParams struct { diff --git a/go/plumbing/operations/upload_deploy_file_responses.go b/go/plumbing/operations/upload_deploy_file_responses.go index d945e13e..0f423943 100644 --- a/go/plumbing/operations/upload_deploy_file_responses.go +++ b/go/plumbing/operations/upload_deploy_file_responses.go @@ -46,8 +46,7 @@ func NewUploadDeployFileOK() *UploadDeployFileOK { return &UploadDeployFileOK{} } -/* -UploadDeployFileOK handles this case with default header values. +/*UploadDeployFileOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUploadDeployFileDefault(code int) *UploadDeployFileDefault { } } -/* -UploadDeployFileDefault handles this case with default header values. +/*UploadDeployFileDefault handles this case with default header values. error */ diff --git a/go/plumbing/operations/upload_deploy_function_parameters.go b/go/plumbing/operations/upload_deploy_function_parameters.go index 3cadead4..3c63fe1a 100644 --- a/go/plumbing/operations/upload_deploy_function_parameters.go +++ b/go/plumbing/operations/upload_deploy_function_parameters.go @@ -57,8 +57,7 @@ func NewUploadDeployFunctionParamsWithHTTPClient(client *http.Client) *UploadDep } } -/* -UploadDeployFunctionParams contains all the parameters to send to the API endpoint +/*UploadDeployFunctionParams contains all the parameters to send to the API endpoint for the upload deploy function operation typically these are written to a http.Request */ type UploadDeployFunctionParams struct { diff --git a/go/plumbing/operations/upload_deploy_function_responses.go b/go/plumbing/operations/upload_deploy_function_responses.go index 131f1f50..e192874d 100644 --- a/go/plumbing/operations/upload_deploy_function_responses.go +++ b/go/plumbing/operations/upload_deploy_function_responses.go @@ -46,8 +46,7 @@ func NewUploadDeployFunctionOK() *UploadDeployFunctionOK { return &UploadDeployFunctionOK{} } -/* -UploadDeployFunctionOK handles this case with default header values. +/*UploadDeployFunctionOK handles this case with default header values. OK */ @@ -82,8 +81,7 @@ func NewUploadDeployFunctionDefault(code int) *UploadDeployFunctionDefault { } } -/* -UploadDeployFunctionDefault handles this case with default header values. +/*UploadDeployFunctionDefault handles this case with default header values. error */