From a8f82754f192e3c50860ace7c181781d7b3a0b4f Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 22 Dec 2025 10:27:16 +0000 Subject: [PATCH] Generate certificates --- services/certificates/api_default.go | 22 +-- services/certificates/api_default_test.go | 10 +- services/certificates/client.go | 4 +- services/certificates/configuration.go | 2 +- .../model_create_certificate_payload.go | 2 +- .../model_create_certificate_payload_test.go | 2 +- .../model_create_certificate_response.go | 178 ------------------ .../model_create_certificate_response_test.go | 11 -- .../model_get_certificate_response.go | 2 +- .../model_get_certificate_response_test.go | 2 +- .../certificates/model_google_protobuf_any.go | 2 +- .../model_google_protobuf_any_test.go | 2 +- .../model_list_certificates_response.go | 2 +- .../model_list_certificates_response_test.go | 2 +- services/certificates/model_status.go | 2 +- services/certificates/model_status_test.go | 2 +- services/certificates/utils.go | 2 +- 17 files changed, 30 insertions(+), 219 deletions(-) delete mode 100644 services/certificates/model_create_certificate_response.go delete mode 100644 services/certificates/model_create_certificate_response_test.go diff --git a/services/certificates/api_default.go b/services/certificates/api_default.go index 61d06fa8e..49a2a26e8 100644 --- a/services/certificates/api_default.go +++ b/services/certificates/api_default.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -40,10 +40,10 @@ type DefaultApi interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region - @return CreateCertificateResponse + @return GetCertificateResponse */ - CreateCertificateExecute(ctx context.Context, projectId string, region string) (*CreateCertificateResponse, error) + CreateCertificateExecute(ctx context.Context, projectId string, region string) (*GetCertificateResponse, error) /* DeleteCertificate Delete a stored TLS certificate in a project. DeleteCertificate will delete the stored TLS certificate. @@ -112,7 +112,7 @@ type DefaultApi interface { type ApiCreateCertificateRequest interface { CreateCertificatePayload(createCertificatePayload CreateCertificatePayload) ApiCreateCertificateRequest - Execute() (*CreateCertificateResponse, error) + Execute() (*GetCertificateResponse, error) } type ApiDeleteCertificateRequest interface { @@ -147,12 +147,12 @@ func (r CreateCertificateRequest) CreateCertificatePayload(createCertificatePayl return r } -func (r CreateCertificateRequest) Execute() (*CreateCertificateResponse, error) { +func (r CreateCertificateRequest) Execute() (*GetCertificateResponse, error) { var ( localVarHTTPMethod = http.MethodPost localVarPostBody interface{} formFiles []formFile - localVarReturnValue *CreateCertificateResponse + localVarReturnValue *GetCertificateResponse ) a := r.apiService client, ok := a.client.(*APIClient) @@ -164,7 +164,7 @@ func (r CreateCertificateRequest) Execute() (*CreateCertificateResponse, error) return localVarReturnValue, &oapierror.GenericOpenAPIError{ErrorMessage: err.Error()} } - localVarPath := localBasePath + "/v2beta/projects/{projectId}/regions/{region}/certificates" + localVarPath := localBasePath + "/v2/projects/{projectId}/regions/{region}/certificates" localVarPath = strings.Replace(localVarPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(r.projectId, "projectId")), -1) localVarPath = strings.Replace(localVarPath, "{"+"region"+"}", url.PathEscape(ParameterValueToString(r.region, "region")), -1) @@ -280,7 +280,7 @@ func (a *APIClient) CreateCertificate(ctx context.Context, projectId string, reg } } -func (a *APIClient) CreateCertificateExecute(ctx context.Context, projectId string, region string) (*CreateCertificateResponse, error) { +func (a *APIClient) CreateCertificateExecute(ctx context.Context, projectId string, region string) (*GetCertificateResponse, error) { r := CreateCertificateRequest{ apiService: a.defaultApi, ctx: ctx, @@ -315,7 +315,7 @@ func (r DeleteCertificateRequest) Execute() (map[string]interface{}, error) { return localVarReturnValue, &oapierror.GenericOpenAPIError{ErrorMessage: err.Error()} } - localVarPath := localBasePath + "/v2beta/projects/{projectId}/regions/{region}/certificates/{id}" + localVarPath := localBasePath + "/v2/projects/{projectId}/regions/{region}/certificates/{id}" localVarPath = strings.Replace(localVarPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(r.projectId, "projectId")), -1) localVarPath = strings.Replace(localVarPath, "{"+"region"+"}", url.PathEscape(ParameterValueToString(r.region, "region")), -1) localVarPath = strings.Replace(localVarPath, "{"+"id"+"}", url.PathEscape(ParameterValueToString(r.id, "id")), -1) @@ -465,7 +465,7 @@ func (r GetCertificateRequest) Execute() (*GetCertificateResponse, error) { return localVarReturnValue, &oapierror.GenericOpenAPIError{ErrorMessage: err.Error()} } - localVarPath := localBasePath + "/v2beta/projects/{projectId}/regions/{region}/certificates/{id}" + localVarPath := localBasePath + "/v2/projects/{projectId}/regions/{region}/certificates/{id}" localVarPath = strings.Replace(localVarPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(r.projectId, "projectId")), -1) localVarPath = strings.Replace(localVarPath, "{"+"region"+"}", url.PathEscape(ParameterValueToString(r.region, "region")), -1) localVarPath = strings.Replace(localVarPath, "{"+"id"+"}", url.PathEscape(ParameterValueToString(r.id, "id")), -1) @@ -630,7 +630,7 @@ func (r ListCertificatesRequest) Execute() (*ListCertificatesResponse, error) { return localVarReturnValue, &oapierror.GenericOpenAPIError{ErrorMessage: err.Error()} } - localVarPath := localBasePath + "/v2beta/projects/{projectId}/regions/{region}/certificates" + localVarPath := localBasePath + "/v2/projects/{projectId}/regions/{region}/certificates" localVarPath = strings.Replace(localVarPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(r.projectId, "projectId")), -1) localVarPath = strings.Replace(localVarPath, "{"+"region"+"}", url.PathEscape(ParameterValueToString(r.region, "region")), -1) diff --git a/services/certificates/api_default_test.go b/services/certificates/api_default_test.go index 8ce1c2f5a..8eacf0855 100644 --- a/services/certificates/api_default_test.go +++ b/services/certificates/api_default_test.go @@ -24,7 +24,7 @@ import ( func Test_certificates_DefaultApiService(t *testing.T) { t.Run("Test DefaultApiService CreateCertificate", func(t *testing.T) { - _apiUrlPath := "/v2beta/projects/{projectId}/regions/{region}/certificates" + _apiUrlPath := "/v2/projects/{projectId}/regions/{region}/certificates" projectIdValue := "projectId-value" _apiUrlPath = strings.Replace(_apiUrlPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(projectIdValue, "projectId")), -1) regionValue := "region-value" @@ -32,7 +32,7 @@ func Test_certificates_DefaultApiService(t *testing.T) { testDefaultApiServeMux := http.NewServeMux() testDefaultApiServeMux.HandleFunc(_apiUrlPath, func(w http.ResponseWriter, req *http.Request) { - data := CreateCertificateResponse{} + data := GetCertificateResponse{} w.Header().Add("Content-Type", "application/json") json.NewEncoder(w).Encode(data) }) @@ -80,7 +80,7 @@ func Test_certificates_DefaultApiService(t *testing.T) { }) t.Run("Test DefaultApiService DeleteCertificate", func(t *testing.T) { - _apiUrlPath := "/v2beta/projects/{projectId}/regions/{region}/certificates/{id}" + _apiUrlPath := "/v2/projects/{projectId}/regions/{region}/certificates/{id}" projectIdValue := "projectId-value" _apiUrlPath = strings.Replace(_apiUrlPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(projectIdValue, "projectId")), -1) regionValue := "region-value" @@ -138,7 +138,7 @@ func Test_certificates_DefaultApiService(t *testing.T) { }) t.Run("Test DefaultApiService GetCertificate", func(t *testing.T) { - _apiUrlPath := "/v2beta/projects/{projectId}/regions/{region}/certificates/{id}" + _apiUrlPath := "/v2/projects/{projectId}/regions/{region}/certificates/{id}" projectIdValue := "projectId-value" _apiUrlPath = strings.Replace(_apiUrlPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(projectIdValue, "projectId")), -1) regionValue := "region-value" @@ -196,7 +196,7 @@ func Test_certificates_DefaultApiService(t *testing.T) { }) t.Run("Test DefaultApiService ListCertificates", func(t *testing.T) { - _apiUrlPath := "/v2beta/projects/{projectId}/regions/{region}/certificates" + _apiUrlPath := "/v2/projects/{projectId}/regions/{region}/certificates" projectIdValue := "projectId-value" _apiUrlPath = strings.Replace(_apiUrlPath, "{"+"projectId"+"}", url.PathEscape(ParameterValueToString(projectIdValue, "projectId")), -1) regionValue := "region-value" diff --git a/services/certificates/client.go b/services/certificates/client.go index 55159d50c..8785dab8c 100644 --- a/services/certificates/client.go +++ b/services/certificates/client.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -42,7 +42,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the STACKIT Application Load Balancer Certificates API API v2beta.0.0 +// APIClient manages communication with the STACKIT Application Load Balancer Certificates API API v2.0.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *config.Configuration diff --git a/services/certificates/configuration.go b/services/certificates/configuration.go index d4f72b994..2e2e7fa6b 100644 --- a/services/certificates/configuration.go +++ b/services/certificates/configuration.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_create_certificate_payload.go b/services/certificates/model_create_certificate_payload.go index 29d378f2d..79ee6681f 100644 --- a/services/certificates/model_create_certificate_payload.go +++ b/services/certificates/model_create_certificate_payload.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_create_certificate_payload_test.go b/services/certificates/model_create_certificate_payload_test.go index 4f13d7cc0..f6042c30f 100644 --- a/services/certificates/model_create_certificate_payload_test.go +++ b/services/certificates/model_create_certificate_payload_test.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_create_certificate_response.go b/services/certificates/model_create_certificate_response.go deleted file mode 100644 index 88500ce14..000000000 --- a/services/certificates/model_create_certificate_response.go +++ /dev/null @@ -1,178 +0,0 @@ -/* -STACKIT Application Load Balancer Certificates API - -This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. - -API version: 2beta.0.0 -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package certificates - -import ( - "encoding/json" -) - -// checks if the CreateCertificateResponse type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &CreateCertificateResponse{} - -/* - types and functions for id -*/ - -// isNotNullableString -type CreateCertificateResponseGetIdAttributeType = *string - -func getCreateCertificateResponseGetIdAttributeTypeOk(arg CreateCertificateResponseGetIdAttributeType) (ret CreateCertificateResponseGetIdRetType, ok bool) { - if arg == nil { - return ret, false - } - return *arg, true -} - -func setCreateCertificateResponseGetIdAttributeType(arg *CreateCertificateResponseGetIdAttributeType, val CreateCertificateResponseGetIdRetType) { - *arg = &val -} - -type CreateCertificateResponseGetIdArgType = string -type CreateCertificateResponseGetIdRetType = string - -/* - types and functions for region -*/ - -// isNotNullableString -type CreateCertificateResponseGetRegionAttributeType = *string - -func getCreateCertificateResponseGetRegionAttributeTypeOk(arg CreateCertificateResponseGetRegionAttributeType) (ret CreateCertificateResponseGetRegionRetType, ok bool) { - if arg == nil { - return ret, false - } - return *arg, true -} - -func setCreateCertificateResponseGetRegionAttributeType(arg *CreateCertificateResponseGetRegionAttributeType, val CreateCertificateResponseGetRegionRetType) { - *arg = &val -} - -type CreateCertificateResponseGetRegionArgType = string -type CreateCertificateResponseGetRegionRetType = string - -// CreateCertificateResponse CreateCertificateResponse returns unique resource id -type CreateCertificateResponse struct { - // The certificates resource id - Id CreateCertificateResponseGetIdAttributeType `json:"id,omitempty"` - // Region - Region CreateCertificateResponseGetRegionAttributeType `json:"region,omitempty"` -} - -// NewCreateCertificateResponse instantiates a new CreateCertificateResponse object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewCreateCertificateResponse() *CreateCertificateResponse { - this := CreateCertificateResponse{} - return &this -} - -// NewCreateCertificateResponseWithDefaults instantiates a new CreateCertificateResponse object -// This constructor will only assign default values to properties that have it defined, -// but it doesn't guarantee that properties required by API are set -func NewCreateCertificateResponseWithDefaults() *CreateCertificateResponse { - this := CreateCertificateResponse{} - return &this -} - -// GetId returns the Id field value if set, zero value otherwise. -func (o *CreateCertificateResponse) GetId() (res CreateCertificateResponseGetIdRetType) { - res, _ = o.GetIdOk() - return -} - -// GetIdOk returns a tuple with the Id field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *CreateCertificateResponse) GetIdOk() (ret CreateCertificateResponseGetIdRetType, ok bool) { - return getCreateCertificateResponseGetIdAttributeTypeOk(o.Id) -} - -// HasId returns a boolean if a field has been set. -func (o *CreateCertificateResponse) HasId() bool { - _, ok := o.GetIdOk() - return ok -} - -// SetId gets a reference to the given string and assigns it to the Id field. -func (o *CreateCertificateResponse) SetId(v CreateCertificateResponseGetIdRetType) { - setCreateCertificateResponseGetIdAttributeType(&o.Id, v) -} - -// GetRegion returns the Region field value if set, zero value otherwise. -func (o *CreateCertificateResponse) GetRegion() (res CreateCertificateResponseGetRegionRetType) { - res, _ = o.GetRegionOk() - return -} - -// GetRegionOk returns a tuple with the Region field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *CreateCertificateResponse) GetRegionOk() (ret CreateCertificateResponseGetRegionRetType, ok bool) { - return getCreateCertificateResponseGetRegionAttributeTypeOk(o.Region) -} - -// HasRegion returns a boolean if a field has been set. -func (o *CreateCertificateResponse) HasRegion() bool { - _, ok := o.GetRegionOk() - return ok -} - -// SetRegion gets a reference to the given string and assigns it to the Region field. -func (o *CreateCertificateResponse) SetRegion(v CreateCertificateResponseGetRegionRetType) { - setCreateCertificateResponseGetRegionAttributeType(&o.Region, v) -} - -func (o CreateCertificateResponse) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if val, ok := getCreateCertificateResponseGetIdAttributeTypeOk(o.Id); ok { - toSerialize["Id"] = val - } - if val, ok := getCreateCertificateResponseGetRegionAttributeTypeOk(o.Region); ok { - toSerialize["Region"] = val - } - return toSerialize, nil -} - -type NullableCreateCertificateResponse struct { - value *CreateCertificateResponse - isSet bool -} - -func (v NullableCreateCertificateResponse) Get() *CreateCertificateResponse { - return v.value -} - -func (v *NullableCreateCertificateResponse) Set(val *CreateCertificateResponse) { - v.value = val - v.isSet = true -} - -func (v NullableCreateCertificateResponse) IsSet() bool { - return v.isSet -} - -func (v *NullableCreateCertificateResponse) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableCreateCertificateResponse(val *CreateCertificateResponse) *NullableCreateCertificateResponse { - return &NullableCreateCertificateResponse{value: val, isSet: true} -} - -func (v NullableCreateCertificateResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableCreateCertificateResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/services/certificates/model_create_certificate_response_test.go b/services/certificates/model_create_certificate_response_test.go deleted file mode 100644 index 4f13d7cc0..000000000 --- a/services/certificates/model_create_certificate_response_test.go +++ /dev/null @@ -1,11 +0,0 @@ -/* -STACKIT Application Load Balancer Certificates API - -This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. - -API version: 2beta.0.0 -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package certificates diff --git a/services/certificates/model_get_certificate_response.go b/services/certificates/model_get_certificate_response.go index 73d17afab..ea597fbe7 100644 --- a/services/certificates/model_get_certificate_response.go +++ b/services/certificates/model_get_certificate_response.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_get_certificate_response_test.go b/services/certificates/model_get_certificate_response_test.go index 4f13d7cc0..f6042c30f 100644 --- a/services/certificates/model_get_certificate_response_test.go +++ b/services/certificates/model_get_certificate_response_test.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_google_protobuf_any.go b/services/certificates/model_google_protobuf_any.go index ffd6d304c..a116c36ca 100644 --- a/services/certificates/model_google_protobuf_any.go +++ b/services/certificates/model_google_protobuf_any.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_google_protobuf_any_test.go b/services/certificates/model_google_protobuf_any_test.go index 4f13d7cc0..f6042c30f 100644 --- a/services/certificates/model_google_protobuf_any_test.go +++ b/services/certificates/model_google_protobuf_any_test.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_list_certificates_response.go b/services/certificates/model_list_certificates_response.go index 176683b44..5e8b0eae5 100644 --- a/services/certificates/model_list_certificates_response.go +++ b/services/certificates/model_list_certificates_response.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_list_certificates_response_test.go b/services/certificates/model_list_certificates_response_test.go index 4f13d7cc0..f6042c30f 100644 --- a/services/certificates/model_list_certificates_response_test.go +++ b/services/certificates/model_list_certificates_response_test.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_status.go b/services/certificates/model_status.go index 1d1dad5b0..5c3aaa60f 100644 --- a/services/certificates/model_status.go +++ b/services/certificates/model_status.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/model_status_test.go b/services/certificates/model_status_test.go index 4f13d7cc0..f6042c30f 100644 --- a/services/certificates/model_status_test.go +++ b/services/certificates/model_status_test.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/certificates/utils.go b/services/certificates/utils.go index afb6dace2..1a3544ae3 100644 --- a/services/certificates/utils.go +++ b/services/certificates/utils.go @@ -3,7 +3,7 @@ STACKIT Application Load Balancer Certificates API This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server. -API version: 2beta.0.0 +API version: 2.0.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.