Mapping web UI settings to REST API endpoints #151715
Unanswered
peterhoogendijk
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
While trying to automate our repetitive tasks, I'm having some difficulties in finding the correct REST API endpoints for specific web UI functions. It would be nice if this was documented somewhere but until now I was unable to find anything like that.
For starters, I'm looking for the REST API endpoints and request parameters to manage several organization member privileges. Via the web UI those privileges are managed via
https://github.com/organizations/{org}/settings/member_privileges
. Most settings can be managed via the REST API at/orgs/{org}
, but for the following web UI settings I was unable to locate the REST API endpoint:And probably some more, but this shows my issue with the REST API documentation. Any pointers would be welcome, but most of all I would like it if these mappings were documented somewhere so everyone can easily find this information.
Beta Was this translation helpful? Give feedback.
All reactions