We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d786b commit ed80c81Copy full SHA for ed80c81
client2/src/main/template/libraries/native/api.mustache
@@ -362,6 +362,7 @@ public class {{classname}} {
362
{{/bodyParam}}
363
String acceptHeaderValue = "{{#hasProduces}}{{#produces}}{{mediaType}}{{^-last}}, {{/-last}}{{/produces}}{{/hasProduces}}{{#hasProduces}}{{^produces}}application/json{{/produces}}{{/hasProduces}}{{^hasProduces}}application/json{{/hasProduces}}";
364
acceptHeaderValue += ",application/vnd.siesta-validation-errors-v1+json";
365
+ acceptHeaderValue += ",application/vnd.concord-validation-errors-v1+json";
366
localVarRequestBuilder.header("Accept", acceptHeaderValue);
367
{{#bodyParam}}
368
{{#isString}}
0 commit comments