Summary
Creates a new project
Description
Creates a new project
Route
POST /automation-studio/projects
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
createData |
object |
yes |
Project create data |
Copied to Clipboard
{
"name": "Firewall Service Provisioning",
"description": "This project is comprised of two major elements: 1) Workflows handling customer self-service, and 2) Workflows used by operations teams to provision service internally",
"components": [
{
"iid": 34688287,
"type": "mopAnalyticTemplate",
"reference": "commodo tempor sit culpa ad",
"folder": "/"
},
{
"iid": 64609800,
"type": "jsonForm",
"reference": "id Ut Lorem",
"folder": "/"
},
{
"iid": 50737976,
"type": "mopAnalyticTemplate",
"reference": "anim amet nulla commodo laborum",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Create result |
Copied to Clipboard
{
"message": "ex exercitation sint",
"data": null
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}