Create one or more GPG public keys in the server's configuration.
A successful response.
An unexpected error response.
{- "publickey": {
- "keyID": "string",
- "fingerprint": "string",
- "owner": "string",
- "trust": "string",
- "subType": "string",
- "keyData": "string"
}, - "upsert": true
}
{- "created": {
- "metadata": {
- "selfLink": "string",
- "resourceVersion": "string",
- "continue": "string",
- "remainingItemCount": "string"
}, - "items": [
- {
- "keyID": "string",
- "fingerprint": "string",
- "owner": "string",
- "trust": "string",
- "subType": "string",
- "keyData": "string"
}
]
}, - "skipped": [
- "string"
]
}
Get information about specified GPG public key from the server.
A successful response.
An unexpected error response.
{- "keyID": "string",
- "fingerprint": "string",
- "owner": "string",
- "trust": "string",
- "subType": "string",
- "keyData": "string"
}
Delete specified GPG public key from the server's configuration.
A successful response.
An unexpected error response.
{ }