You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The primary key of the AOI used to export from.
required: true
type: integer
- name: products
in: formData
description: |
A comma-separated list of product primary keys to include in the export.
required: true
type: string
The products parameter must be passed as a string to facilitate comma-separated specification of multiple product exports. On the other hand, the aoi parameter is an integer. Feels awkward and perhaps error prone to sometimes expect integer, other times strings. An alternative could be to pass an array of product pks.
The text was updated successfully, but these errors were encountered:
GRiD-API/swagger.v3.yaml
Lines 344 to 354 in 46b84ec
The
products
parameter must be passed as a string to facilitate comma-separated specification of multiple product exports. On the other hand, theaoi
parameter is an integer. Feels awkward and perhaps error prone to sometimes expect integer, other times strings. An alternative could be to pass an array of product pks.The text was updated successfully, but these errors were encountered: