opengeospatial / ogcapi-routes

public repo for OGC API - Routes Standards Working Group
Other
10 stars 3 forks source link

Async: HTTP status code #39

Open cportele opened 2 years ago

cportele commented 2 years ago

Currently an async execution results in a 202 response. See https://docs.ogc.org/DRAFTS/21-000.html#compute_routes_async.

This should be changed to a 201, because the route resource is created with the request and can be fetched by a client.

ghobona commented 2 years ago

201 would be consistent with async support in OGC API - Processes.