Skip to main content
PUT
Update Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
integer
required

Body

application/json

Schema for updating a group.

name
string | null
Maximum string length: 100
description
string | null
Maximum string length: 255
repos
integer[] | null

Response

Successful Response