Skip to content
Start here

Keys

List Signing Keys
GET/accounts/{account_id}/images/v1/keys
Create a new Signing Key
PUT/accounts/{account_id}/images/v1/keys/{signing_key_name}
Delete Signing Key
DELETE/accounts/{account_id}/images/v1/keys/{signing_key_name}
ModelsExpand Collapse
Key { name, value }
name: optional string

Key name.

value: optional string

Key value.

KeyListResponse { keys }
keys: optional array of Key { name, value }
name: optional string

Key name.

value: optional string

Key value.

KeyUpdateResponse { keys }
keys: optional array of Key { name, value }
name: optional string

Key name.

value: optional string

Key value.

KeyDeleteResponse { keys }
keys: optional array of Key { name, value }
name: optional string

Key name.

value: optional string

Key value.