## Problem Related to https://github.com/PostgREST/postgrest/issues/1698#issuecomment-1773676752. ## Solution Instructions need to be added to the README. I assume we need a wrapper function that calls [get_postgrest_openapi_spec](https://github.com/PostgREST/postgrest-openapi/blob/main/sql/main.sql#L3C28-L3C54)? Then define it in https://postgrest.org/en/stable/references/configuration.html#db-root-spec as: ``` db-root-spec = "wrapper_func" ```