From 97401a7e085505b47b13d45d55ae4dc0a7377dde Mon Sep 17 00:00:00 2001 From: James Norton Date: Thu, 26 Sep 2024 14:18:10 -0400 Subject: [PATCH] HARMONY-1894: Small documentation change for `label` description --- services/harmony/app/markdown/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/harmony/app/markdown/apis.md b/services/harmony/app/markdown/apis.md index 33ce0b632..bf07a043c 100644 --- a/services/harmony/app/markdown/apis.md +++ b/services/harmony/app/markdown/apis.md @@ -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 |