-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating organization API page for org keys and new endpoints #2515
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Daniel <[email protected]>
There will be a couple of endpoints that won't be supported by org API keys for GA, even though you'd expect them to (e.g. creating an org invitation). I'll give you a list later, for now we could add some comment (like "currently not supported when called with an organization API key") for:
|
Annotations added, except for:
This endpoint is not exposed in the public docs (it's still behind the frontend tag). |
Preview:
https://neon-next-git-bgrenon-org-api-keys-neondatabase.vercel.app/docs/manage/orgs-api
This is written assuming the future state:
/{org_id} is only needed when using personal API keys
It's removed from most examples on this page, which use the org API key. @kszafran if this assumption is incorrect, let me know and I'll modify accordingly.
Note: I was unable to remove a member . All other endpoints I had no issues with.