Summary
Set a project's thumbnail image
Description
Set a project's thumbnail image
Route
PUT /automation-studio/projects/:projectId/thumbnail
Roles
admin
apiwrite
designer
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| projectId |
string |
yes |
Project identifier |
| options |
object |
yes |
Configuration options for updating the thumbnail of a project |
Copied to Clipboard
{
"imageData": "dolor sit reprehenderit cillum sed",
"backgroundColor": "#FFFFFF"
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
Updated project |
Copied to Clipboard
{
"message": "ex aliquip velit proident deserunt",
"data": [
{
"_id": "62a1f3d2ebedfc54e6e0065c",
"iid": 37044203,
"name": "Arista EOS Utilities",
"description": "This project is used at Acme Corp as the foundation of some major parts of our business process.",
"members": [
{
"type": "account",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "owner",
"missing": true,
"username": "laboris",
"name": "non laboris",
"provenance": "nostrud eiusmod"
},
{
"type": "account",
"reference": "4321abcdef694aa79dae47ad",
"role": "viewer",
"missing": true,
"username": "reprehenderit",
"name": "do in et ut laboris",
"provenance": "ullamco ut est Excepteur cillum"
},
{
"type": "group",
"reference": "62a1f3d2ebedfc54e6e0065c",
"role": "owner",
"missing": true,
"username": "sed dolor occaecat ut eu",
"name": "quis ut ullamco incididunt",
"provenance": "anim dolor in deserunt"
}
],
"accessControl": {
"read": [
"do",
"adipisicing reprehenderit irure elit",
"tempor magna laboris cupidatat"
],
"write": [
"anim Excepteur aute"
],
"execute": [
"non",
"et irure dolor"
],
"manage": [
"minim Duis in dolor deserunt",
"amet ea ad nostrud aliqua"
]
},
"componentIidIndex": 99199839,
"components": [
{
"iid": 5718683,
"type": "workflow",
"reference": "in esse labore sunt sit",
"folder": "/"
}
],
"created": "2019-11-25T22:51:39.201Z",
"createdBy": {
"_id": "5cb7b531d06cceb89fd21b1c",
"username": null,
"provenance": "tempor in",
"missing": true
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": null,
"provenance": "aute nisi adipisicing",
"missing": true
},
"versionHistory": [
{
"versionNumber": 75648925,
"commitMessage": "in qui Excepteur ut incididunt",
"author": "eiusmod dolore nulla sed",
"branchName": "sunt adipisicing sed et sint"
},
{
"versionNumber": 37527994,
"commitMessage": "minim in consequat",
"author": "dolor dolore ad tempor",
"branchName": "culpa sint"
},
{
"versionNumber": 45886021,
"commitMessage": "non aute Duis cillum est",
"author": "ut",
"branchName": "sed quis Lorem aliqua"
}
],
"gitConfiguration": {
"connectionType": "GitHub",
"repositoryPath": "cupidatat ad in",
"branchName": "in veniam exercitation eiusmod in",
"projectPath": "dolor consectetur"
}
}
]
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"$ref": "projects-http"
}
},
"metadata": {
"type": "object"
}
}
}