Run go generate
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
e775c9c11d
commit
f0332b7578
3 changed files with 5 additions and 5 deletions
|
|
@ -384,7 +384,7 @@ func (a *Client) ListEnterprises(params *ListEnterprisesParams, authInfo runtime
|
|||
}
|
||||
|
||||
/*
|
||||
UpdateEnterprise updates an enterprise with the given parameters
|
||||
UpdateEnterprise updates enterprise with the given parameters
|
||||
*/
|
||||
func (a *Client) UpdateEnterprise(params *UpdateEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateEnterpriseOK, error) {
|
||||
// TODO: Validate the params before sending
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ type UpdateEnterpriseParams struct {
|
|||
|
||||
/* Body.
|
||||
|
||||
Parameters used to update the enterprise.
|
||||
Parameters used when updating the enterprise.
|
||||
*/
|
||||
Body garm_params.UpdateEntityParams
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue