ad3bf3173c
* Warnings indicating ignored and replaced parameters * Avoid additional var creation * Add warnings only if the response is non-nil * Return the response even when error is non-nil * Fix tests * Rearrange comments * Print warning in the log * Fix another test * Add CL
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
```release-note:improvement
|
|
api: If the parameters supplied over the API payload are ignored due to not
|
|
being what the endpoints were expecting, or if the parameters supplied get
|
|
replaced by the values in the endpoint's path itself, warnings will be added to
|
|
the non-empty responses listing all the ignored and replaced parameters.
|
|
```
|