From fd1ea8a18c888385a39f22679418bd53b218ceef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:15:34 +0000 Subject: [PATCH 1/2] Initial plan From 7d5ab3fc55a7c3436f04696151645e0d4571f868 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:16:29 +0000 Subject: [PATCH 2/2] 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 --- service/routes/dc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/routes/dc.py b/service/routes/dc.py index c4c395d..62ac9ca 100644 --- a/service/routes/dc.py +++ b/service/routes/dc.py @@ -49,14 +49,14 @@ --- -**character: character can be a string, or an array of strings (preferred)** e.g. +**characters: characters can be a string, or an array of strings (preferred)** e.g. ```json -{ "character": "superman,batman" } +{ "characters": "superman,batman" } ``` OR ```json -{ "character": ["superman", "batman"] } +{ "characters": ["superman", "batman"] } ``` **h: h can be a string, or an array (preferred)** e.g.