/
OP
openintegrationhub
/
App directory
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 25m ago · Updated 5y ago
Details
Filter operations
Apps
6
get
Get all apps
post
Create an app
delete
Delete all apps by query
get
Find an app by id
delete
Delete an app
patch
Update an app
misc
1
Apps
Create an app
Create an app
post
/apps/
Request body
MutableApp
required
artifactId
string
required
name
string
required
description
string
img
string
dataModels
string[]
components
object[]
isGlobal
boolean
tenant
string
status
string
supportedConnections
object
Response
successful operation
App
required
artifactId
string
required
name
string
required
description
string
img
string
dataModels
string[]
components
object[]
isGlobal
boolean
tenant
string
status
string
supportedConnections
object
_id
string
required
createdAt
string
date-time
required
Client creation time
updatedAt
string
date-time
Client update time
Changes