Method: PlatformAPI::Key#create

Defined in:
lib/platform-api/client.rb

#create(body) ⇒ Object

Create a new key.

Parameters:

  • body:

    the object to pass as the request payload



821
822
823
# File 'lib/platform-api/client.rb', line 821

def create(body)
  @client.key.create(body)
end