Skip to content

Commit

Permalink
Fix comment about custom field query in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Aug 29, 2023
1 parent be208d4 commit bfde9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/templates/code_sample.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let opts = { {{#parameters}}{{^required}}
};{{/hasOptionalParams}}{{/hasParams}}
{{#vendorExtensions.x-codegen-isSearchTasksForWorkspace}}
// Custom fields query
opts['custom_fields_123_value'] = '456'; // "The format of this query parameter should be custom_fields_<CUSTOM_FIELD_GID>_value. NOTE: searching for multiple exact matches of a custom field, searching for multi-enum custom field";
opts['custom_fields_123_value'] = '456'; // The format of this query parameter should be custom_fields_<CUSTOM_FIELD_GID>_value. NOTE: searching for multiple exact matches of a custom field, searching for multi-enum custom field
{{/vendorExtensions.x-codegen-isSearchTasksForWorkspace}}
{{#usePromises}}
apiInstance.{{{operationId}}}({{#parameters}}{{#required}}{{{paramName}}}{{#vendorExtensions.x-codegen-hasMoreRequired}}, {{/vendorExtensions.x-codegen-hasMoreRequired}}{{/required}}{{/parameters}}{{#hasOptionalParams}}{{#vendorExtensions.x-codegen-hasRequiredParams}}, {{/vendorExtensions.x-codegen-hasRequiredParams}}opts{{/hasOptionalParams}}).then(({{#returnType}}data{{/returnType}}) => {
Expand Down

0 comments on commit bfde9a7

Please sign in to comment.