Skip to content

Commit f27de22

Browse files
committed
Update README
1 parent 8e06712 commit f27de22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ API error messages typically include the following keys:
5656

5757
- `"title"` (`str`): A brief summary that describes the problem type
5858
- `"detail"` (`list[str] | None`): A list of specific explanations related to the problem
59-
- `"invalid_params"` (`list[dict] | None`): A list of strings containing details about parameters that were invalid or malformed in the request. Each object within this list provides:
60-
- `"name"` (`str`): The name of the parameter that was found to be invalid.
61-
- `"reasons"` (`list[str]`): A list of strings describing the specific issues or reasons why the parameter was considered invalid or malformed.
59+
- `"invalid_params"` (`list[dict] | None`): A list of dict containing details about parameters that were invalid or malformed in the request. Each dict within this list provides:
60+
- `"name"` (`str`): The name of the parameter that was found to be invalid
61+
- `"reasons"` (`list[str]`): A list of strings describing the specific reasons why the parameter was considered invalid or malformed
6262

6363
```json
6464
{

0 commit comments

Comments
 (0)