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.
1517 1518 1519 |
# File 'lib/platform-api/client.rb', line 1517 def create(body) @client.organization_app.create(body) end |