Add a group SSH certificate
POST
/api/v4/groups/{id}/ssh_certificates
Adds a group SSH certificate for a specified group.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
title
required
The title of the ssh certificate
string
key
required
The key of the ssh certificate
string
Example generated
{ "title": "example", "key": "example"}Responses
Section titled “ Responses ”Created
Media type application/json
object
id
integer format: int64
title
string
key
string
created_at
string format: date-time
Example
{ "id": 142, "title": "new ssh cert", "created_at": "2022-01-31T15:10:45.080Z"}Bad request
Unauthorized
Forbidden
Not found