Github API - Test Config

PATCH /repos/{owner}/{repo}/invitations/{invitation_id}
repos

Update a repository invitation

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key invitation-id

invitation-id [scalar]

The unique identifier of the invitation.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json repository-invitation

repository-invitation [object]

Repository invitations let you manage who you collaborate with.

Attributes
created_at string

expired boolean

Whether or not the invitation has expired

html_url string

id integer

Unique identifier of the repository invitation.

node_id string

permissions string

The permission associated with the invitation.

repository minimal-repository

url string

URL for the repository invitation

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)