Skip to content

Commit

Permalink
Better examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 6, 2024
1 parent 05033b3 commit f587ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/routes/objects/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
),
"withupperlim": fields.Boolean(
description="If True, retrieve also upper limit measurements, and bad quality measurements. Use the column `d:tag` in your results: valid, upperlim, badquality.",
example=True,
example=False,
required=False,
),
"withcutouts": fields.Boolean(
Expand All @@ -47,7 +47,7 @@
),
"columns": fields.String(
description="Comma-separated data columns to transfer, e.g. 'i:magpsf,i:jd'. If not specified, transfer all columns.",
example="i:magpsf,i:jd",
example="i:jd,i:magpsf,i:fid",
required=False,
),
"output-format": fields.String(
Expand Down

0 comments on commit f587ef9

Please sign in to comment.