Generated
Mounts
POST
/
mounts.createMounts create
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredtypeRequiredstring
Value in:
"bind" | "volume" | "file"hostPathstring | null
volumeNamestring | null
contentstring | null
mountPathRequiredstring
Minimum length:
1serviceTypestring
Default:
"application"Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"filePathstring | null
serviceIdRequiredstring
Minimum length:
1Successful response
POST
/
mounts.removeMounts remove
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredmountIdRequiredstring
Successful response
GET
/
mounts.oneMounts one
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
mountIdRequiredstring
Successful response
POST
/
mounts.updateMounts update
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredmountIdRequiredstring
Minimum length:
1typestring
Value in:
"bind" | "volume" | "file"hostPathstring | null
volumeNamestring | null
filePathstring | null
contentstring | null
serviceTypestring
Default:
"application"Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"mountPathstring
Minimum length:
1applicationIdstring | null
postgresIdstring | null
mariadbIdstring | null
mongoIdstring | null
mysqlIdstring | null
redisIdstring | null
composeIdstring | null
Successful response
GET
/
mounts.allNamedByApplicationIdMounts all Named By Application Id
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
applicationIdRequiredstring
Minimum length:
1Successful response