Make OpenAI gateway endpoint public and provide full absolute URLs in docs #80
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The OpenAI gateway endpoint should be publicly visible to all users (permission change), while authenticated users still receive role-based benefits such as a preconfigured API key in examples. The displayed URLs must be absolute full paths, consistent with the rest of the documentation, so that copying and pasting yields an instantly working system. In the example, the
app-referenceheader should containuser-[username]-app-v-1-0-0for authenticated users anduser-app-v-13.37.0for unauthenticated users. The example must be complete and placed on the/docs/endpoint, providing enough information for a plug-and-play experience.Steps to Reproduce
Not provided.
Expected Behaviour
user-[username]-app-v-1-0-0.user-app-v-13.37.0./docs/endpoint is complete and ready to use by copy-paste.Actual Behaviour
Currently, the OpenAI gateway endpoint is not publicly visible, and the documentation examples may use relative paths or incomplete information, requiring manual adjustments before use.
Environment
Not provided.
Reported by retoor via DevPlace.