Method: PlatformAPI::OrganizationApp#create

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

#create(body) ⇒ Object

Create a new app in the specified organization, in the default organization if unspecified, or in personal account, if default organization is not set.

Parameters:

  • body:

    the object to pass as the request payload



1517
1518
1519
# File 'lib/platform-api/client.rb', line 1517

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