Skip to content

Commit 3f124e4

Browse files
[WIP] [WIP] Address feedback on service rework implementation (#21)
* Initial plan * Fix POST description in dc.py to use 'characters' instead of 'character' Co-authored-by: morgangraphics <607594+morgangraphics@users.noreply.github.com> Agent-Logs-Url: https://github.com/morgangraphics/simple-superhero-service-python/sessions/adfde50c-baa8-4475-92be-57a754fa9768 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: morgangraphics <607594+morgangraphics@users.noreply.github.com>
1 parent 2ce6700 commit 3f124e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/routes/dc.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": "superman,batman" }
55+
{ "characters": "superman,batman" }
5656
```
5757
OR
5858
```json
59-
{ "character": ["superman", "batman"] }
59+
{ "characters": ["superman", "batman"] }
6060
```
6161
6262
**h: h can be a string, or an array (preferred)** e.g.

0 commit comments

Comments
 (0)