Skip to content

Commit

Permalink
HARMONY-1894: Small documentation change for label
Browse files Browse the repository at this point in the history
description
  • Loading branch information
indiejames committed Sep 26, 2024
1 parent 0f40f72 commit 97401a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/harmony/app/markdown/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Currently only the `/position`, `/cube`, `/trajectory` and `/area` routes are su
| grid | the name of the output grid to use for regridding requests. The name must match the UMM |grid name in the CMR.
| ignoreErrors | if "true", continue processing a request to completion even if some items fail. If "false" immediately fail the request. Defaults to true |
| interpolation | specify the interpolation method used during reprojection and scaling |
| label | the label(s) to add for the job that runs the request. Multiple labels can be specified as a comma-separated list.
| label | the label(s) to add for the job that runs the request. Multiple labels can be specified as a comma-separated list or as an array in the JSON body for POST requests.
| maxResults | limits the number of input files processed in the request |
| scaleExtent | scale the resulting coverage along one axis to a given extent |
| scaleSize | scale the resulting coverage along one axis to a given size |
Expand Down

0 comments on commit 97401a7

Please sign in to comment.