Sync LDAP mapping for a user
Note that this API call does not automatically initiate an LDAP sync. Rather, if a 201
is returned, the sync job is queued successfully, and is performed when the instance is ready.
Path Parameters
Response
201 application/json
Response
Response
Path Parameters
Create an organization
Body
application/json
Body
The organization’s username.
The login of the user who will manage this organization.
The organization’s display name.
Response
201 application/json
Response
Response
Organization Simple
Organization Simple
Example:github
Example:1
Example:MDEyOk9yZ2FuaXphdGlvbjE=
Example:https://api.github.com/orgs/github
Example:https://api.github.com/orgs/github/repos
Example:https://api.github.com/orgs/github/events
Example:https://api.github.com/orgs/github/hooks
Example:https://api.github.com/orgs/github/issues
Example:https://api.github.com/orgs/github/members{/member}
Example:https://api.github.com/orgs/github/public_members{/member}
Example:https://github.com/images/error/octocat_happy.gif
Example:A great organization
Body
Update an organization name
Path Parameters
Body
application/json
Body
The organization’s new name.
Response
202 application/json
Response
Response
Path Parameters
Body
List pre-receive environments
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
One of asc
(ascending) or desc
(descending).
Allowed values:ascdesc
Default:desc
Allowed values:createdupdatedname
Default:created
Response
200 application/json
Response
Response
Show Child Parameters
Query Parameters
Create a pre-receive environment
Body
application/json
Body
The new pre-receive environment’s name.
URL from which to download a tarball of this environment.
Response
201 application/json
Response
Response