Provide a description of this API

Resource URL

e.g. /api/0.1/key/create 

Resource Information

 

Response formats 
Response code 
Requires authentication? 
HTTP Method 

Parameters 

Name TypeDefault ValueValidationDescription

name

required 

string-string

PGP key name.

user

required

uuid-uuid4

key owner user ID.

public

required

string-PGP public key datapublic part of PGP key

private

optional

string-PGP private key dataprivate part of PGP key


Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>,
    "created": <uuid>,
    "modified": <uuid>,
    "private": <string>,
    "public": <string>,
    "email": <string>
}