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.