Method: PulpcoreClient::ContentOpenpgpPublickeyApi#create
- Defined in:
- lib/pulpcore_client/api/content_openpgp_publickey_api.rb
#create(opts = {}) ⇒ AsyncOperationResponse
Create an open pgp public key Trigger an asynchronous task to create content,optionally create new repository version.
31 32 33 34 |
# File 'lib/pulpcore_client/api/content_openpgp_publickey_api.rb', line 31 def create(opts = {}) data, _status_code, _headers = create_with_http_info(opts) data end |