MO-RISE / pontos-hub

An open datahub of ship operational data to promote research, innovation, and product development.
https://pontos.ri.se
Apache License 2.0
1 stars 0 forks source link

Swagger-UI: Show only GET operations #6

Open freol35241 opened 1 year ago

freol35241 commented 1 year ago

The PostgREST interface will be a read-only interface, other operations such as PUT, PATCH; DELETE are not supported and should be removed from the generated docs.

freol35241 commented 1 year ago

Pending https://github.com/PostgREST/postgrest/issues/1870

Another option is to rewrite the existing json struct returned on the root path.