Skip to content

Commit a9dc4af

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b8b085c commit a9dc4af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/routes/marvel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
5050
---
5151
52-
**character: character can be a string, or an array of strings (preferred)** e.g.
52+
**characters: characters can be a string, or an array of strings (preferred)** e.g.
5353
5454
```json
55-
{ "character": "spider-man,iron man" }
55+
{ "characters": "spider-man,iron man" }
5656
```
5757
OR
5858
```json
59-
{ "character": ["spider-man", "iron man"] }
59+
{ "characters": ["spider-man", "iron man"] }
6060
```
6161
6262
**h: h can be a string, or an array (preferred)** e.g.

0 commit comments

Comments
 (0)