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": 10523551,
"type": "mopAnalyticTemplate",
"reference": "eu dolore dolor Excepteur",
"folder": "/"
},
{
"iid": 7227673,
"type": "workflow",
"reference": "esse irure Excepteur commodo",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
Create result |
Copied to Clipboard
{
"message": "enim",
"data": null
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}