Summary
Updates an existing project
Description
Updates an existing project
Route
PATCH /automation-studio/projects/:projectId
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
projectId |
string |
yes |
Project identifier, either an ObjectId or an IID |
updateData |
object |
yes |
Project update 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",
"thumbnailBackgroundColor": "#FFFFFF",
"members": [
{
"type": "account",
"reference": "4321abcdef694aa79dae47ad",
"role": "editor"
},
{
"type": "group",
"reference": "62a1f3d2ebedfc54e6e0065c",
"role": "owner"
},
{
"type": "account",
"reference": "62a1f3d2ebedfc54e6e0065c",
"role": "viewer"
}
],
"version": {
"versionNumber": 89817659,
"commitMessage": "est do dolore",
"author": "eiusmod id dolor",
"branchName": "dolore eiusmod irure sit"
},
"gitConfiguration": {
"connectionType": "GitLab",
"repositoryPath": "nostrud elit esse ad sed",
"branchName": "tempor aliquip",
"projectPath": "fugiat nisi"
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Update result |
Copied to Clipboard
{
"message": "do incididunt",
"data": null
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}