invalidParams | array | When the REST API response is an error, specifies an array, containing a list of objects, where each object describes specific parameters that were invalid in the request that caused the error. This field may not always be present. Each object in the array has a format as shown above, with the following properties: Property | Type | Description |
---|
name | string | The name of the invalid parameter. | reason | string | A human-readable explanation of why the parameter was invalid. | path | string | The JSON path of the invalid parameter. | value | string | The value of the invalid parameter. |
|