Create new process
Last updated
Last updated
Description
Creates a new process
Endpoint
/path/process
Method
POST
Minimum Access Level
edit+ on parent folder or account holder in root.
Processing units
1
name
The name of the new process.
true
process
A JSON with properties "parameters", "gitUrl" and "gitFile". "parameters" should be an array of objects. Each object should have a name, description and example. All should be of type string. "gitUrl" should be a string with the url of the git to run as string. "gitFile" should be the location of the file in the git as string.
true
parentId
The id of the parent folder of the new path.
If omitted the new path is placed in your myDrive root.
false
Default null.
publicAccess
Public access object with properties "hidden" and "accessTier" "accessTier" must be between "none" and "edit" and "hidden" must be a boolean.
false
Default {accessTier:"none", hidden:true}.
metadata
A JSON with property "description" with the description of the file.
false
Default null.