opengeospatial / ogcapi-processes

Home Page:https://ogcapi.ogc.org/processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `204` execute response for `sync` and empty `outputs`

fmigneault opened this issue · comments

The API definition is missing the 204 case:

200:
$ref: "../../responses/processes-core/rExecuteSync.yaml"
201:
$ref: "../../responses/processes-core/rExecuteAsync.yaml"
404:
$ref: "../../responses/common-core/rNotFound.yaml"
500:
$ref: "../../responses/common-core/rServerError.yaml"

For /conf/core/job-results-param-outputs-empty:
https://github.com/opengeospatial/ogcapi-processes/blob/master/core/abstract_tests/core/ATS_job-results-param-outputs-empty.adoc

SWG meeting from 2024-07-08: We will reuse the empty response schema from Part 2: https://github.com/opengeospatial/ogcapi-processes/blob/master/openapi/responses/processes-dru/rEmpty.yaml
This will be moved to the processes-core responses.