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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
title
required
The title of the ssh certificate
string
key
required
The key of the ssh certificate
string
Examplegenerated
{ "title": "example", "key": "example"}Responses
Section titled “Responses”Created
Media typeapplication/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