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 used at Acme Corp as the foundation of some major parts of our business process.",
"components": [
{
"iid": 25794603,
"type": "transformation",
"reference": "exercitation Excepteur et laborum nostrud",
"folder": "/"
},
{
"iid": 575392,
"type": "mopCommandTemplate",
"reference": "in aliquip ea",
"folder": "/"
},
{
"iid": 98485663,
"type": "template",
"reference": "consectetur ad amet occaecat et",
"folder": "/"
},
{
"iid": 20745970,
"type": "mopCommandTemplate",
"reference": "commodo ut enim ipsum",
"folder": "/"
},
{
"iid": 43993030,
"type": "jsonForm",
"reference": "esse laborum",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Create result |
Copied to Clipboard
{
"message": "anim ea proident",
"data": null
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}