apps
.apps.index
: A list of all of your apps and their associated domain namesapps.create
: Creates a new app, assigns an initial subdomain, and sets an asset placeholderapps.publish
: Publish a new app versionapps.deleteByDomain
: Destroy an app identified by domainpermissions.platform.apps
in the initialization object.permissions.platform.apps
can be"*"
: Grant complete app management access for all of the user's apps[ "an-app.fission.app", "another-app.fission.app" ]
: Grant permission to manage specific apps. Those apps can be published or deleted.{ platform: { apps: "*" } }
full app management permissionsApp[]
with the domain names, creation and modification times for each app{ platform: { apps: "*" } }
full app management permissionsstring
optional{ domain: string }
the subdomain of the newly created appapps.create
.string
requiredstring
requiredstring
required