Skip to content

Commit ea8a082

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/routes/dc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def dc_get_base(
160160
h: Annotated[Optional[str], Query(description="Headers to display. Either a string or Array of strings")] = None,
161161
help: Annotated[Optional[str], Query(description=f"List available options. {_TF_TEXT}")] = None,
162162
limit: Annotated[Optional[str], Query(description="Limit result set. '0' for no limit")] = None,
163-
nulls: Annotated[Optional[str], Query(description=f"Sort null values first or last in order. {_TF_TEXT}")] = None,
163+
nulls: Annotated[Optional[str], Query(description="Sort null values first or last in order. Accepted values: 'first' or 'last'.")] = None,
164164
pretty: Annotated[Optional[str], Query(description=f"Pretty print the result set. {_TF_TEXT}")] = None,
165165
prune: Annotated[Optional[str], Query(description=f"Remove keys with null values. {_TF_TEXT}")] = None,
166166
random: Annotated[Optional[str], Query(description=f"Returns array of random superheros based on limit. {_TF_TEXT}")] = None,

0 commit comments

Comments
 (0)