problem with generated go code
kamilsk opened this issue · 2 comments
kamilsk commented
CustomField *DefectCreateCustomField `json:"custom_field,omitempty"`
DefectCreateCustomField doesn't exist
// Dictionary of old values and their replacemants
ReplaceValues ModelMap `json:"replace_values,omitempty"`
ModelMap doesn't exist
func (a *SharedStepsApiService) UpdateSharedStep(ctx context.Context, body SharedStepUpdate, code string, hash string) (Paths1sharedStep17Bcode7Dpostresponses200contentapplication1jsonschema, *http.Response, error)
Paths1sharedStep17Bcode7Dpostresponses200contentapplication1jsonschema doesn't exist
kamilsk commented
kamilsk commented
fixed