invitation_id parameter
Delete a repository invitation
Path Parameters
Response
204
Response
Response
Path Parameters
List deploy keys
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
Response
200 application/json
Response
Response
An SSH key granting access to a single repository.
Path Parameters
Query Parameters
Create a deploy key
You can create a read-only deploy key.
Path Parameters
Body
application/json
Body
A name for the key.
The contents of the key.
If true
, the key will only be able to read repository contents. Otherwise, the key will be able to read and write.
Deploy keys with write access can perform the same actions as an organization member with admin access, or a collaborator on a personal repository. For more information, see “Repository permission levels for an organization” and “Permission levels for a user account repository.”
Response
application/json
Response
Response
Deploy Key
An SSH key granting access to a single repository.
Path Parameters
Body
Get a deploy key
Path Parameters
key_id parameter
Response
application/json
Response
Response
Deploy Key
An SSH key granting access to a single repository.
Path Parameters
Delete a deploy key
Deploy keys are immutable. If you need to update a key, remove the key and create a new one instead.
Path Parameters
key_id parameter
Response
204
Response
Response