Summary
Set a project's thumbnail image
Description
Set a project's thumbnail image
Route
PUT /automation-studio/projects/:projectId/thumbnail
Roles
Parameters
Name | Type | Required | Description |
---|---|---|---|
projectId | string | yes | Project identifier |
options | object | yes | Configuration options for updating the thumbnail of a project |
{ "imageData": "in dolore elit est aliqua", "backgroundColor": "#FFFFFF" }
{ "title": "options", "$ref": "project-thumbnails-update-data" }
Return
Name | Type | Description |
---|---|---|
response | object | Updated project |
{ "message": "irure voluptate eu aliqua", "data": [ { "_id": "4321abcdef694aa79dae47ad", "iid": 37345072, "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": "4321abcdef694aa79dae47ad", "role": "viewer", "missing": false, "username": "dolor ex", "name": "dolor", "provenance": "mollit ex" } ], "accessControl": { "read": [ "occaecat Excepteur mollit" ], "write": [ "velit voluptate exercitation", "anim", "consequat dolor laborum magna laboris", "velit qui anim sed" ], "execute": [ "Ut" ], "manage": [ "eu proident eiusmod irure", "dolore sunt dolor in consectetur", "in", "nisi tempor eiusmod amet" ] }, "componentIidIndex": 5177766, "components": [ { "iid": 8785011, "type": "workflow", "reference": "ex ea", "folder": "/" }, { "iid": 13951188, "type": "template", "reference": "ullamco cillum quis", "folder": "/" }, { "iid": 62629228, "type": "mopCommandTemplate", "reference": "anim non in amet", "folder": "/" }, { "iid": 89504043, "type": "workflow", "reference": "officia non", "folder": "/" }, { "iid": 95053728, "type": "mopAnalyticTemplate", "reference": "labore exercitation", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "Pronghorn", "username": "adipisicing Duis", "provenance": "est adipisicing consectetur veniam", "missing": false }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "4321abcdef694aa79dae47ad", "username": null, "provenance": "magna aliqua tempor Ut laborum", "missing": true }, "versionHistory": [ { "versionNumber": -32554550, "commitMessage": "sunt laboris Excepteur ipsum Ut", "author": "in Duis esse non", "branchName": "incididunt" }, { "versionNumber": -88583277, "commitMessage": "in eu adipisicing sed quis", "author": "minim consectetur eiusmod dolor occaecat", "branchName": "sint cillum" }, { "versionNumber": -84117317, "commitMessage": "aliquip qui ullamco", "author": "proident minim", "branchName": "incididunt ut qui" }, { "versionNumber": 30511418, "commitMessage": "ex officia amet exercitation", "author": "Excepteur Duis", "branchName": "qui veniam proident enim tempor" }, { "versionNumber": -56948939, "commitMessage": "enim culpa incididunt voluptate", "author": "laboris nisi in incididunt", "branchName": "nulla laboris" } ], "gitConfiguration": { "connectionType": "GitHub", "repositoryPath": "mollit", "branchName": "sint dolore", "projectPath": "sint incididunt ut esse" } }, { "_id": "4321abcdef694aa79dae47ad", "iid": 79114909, "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": "group", "reference": "5cb7b531d06cceb89fd21b1c", "role": "editor", "missing": true, "username": "dolore anim", "name": "nulla et sint mollit", "provenance": "culpa" }, { "type": "group", "reference": "4321abcdef694aa79dae47ad", "role": "owner", "missing": true, "username": "est sunt aute", "name": "dolore esse incididunt", "provenance": "pariatur in aliquip anim veniam" }, { "type": "account", "reference": "4321abcdef694aa79dae47ad", "role": "owner", "missing": false, "username": "exercitation esse occaecat aute laborum", "name": "sint minim fugiat", "provenance": "sint elit" }, { "type": "account", "reference": "4321abcdef694aa79dae47ad", "role": "owner", "missing": true, "username": "quis ex commodo", "name": "proident veniam ea exercitation sunt", "provenance": "dolore" } ], "accessControl": { "read": [ "ea sed id cillum" ], "write": [ "sint anim fugiat adipisicing", "irure adipisicing ex eiusmod fugiat", "magna ut" ], "execute": [ "commodo exercitation sit" ], "manage": [ "dolor anim ullamco" ] }, "componentIidIndex": 65388191, "components": [ { "iid": 26895276, "type": "mopCommandTemplate", "reference": "proident in", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "Pronghorn", "username": null, "provenance": "sunt Duis cillum", "missing": true }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "Pronghorn", "username": null, "provenance": "reprehenderit nostrud tempor sint", "missing": true }, "versionHistory": [ { "versionNumber": -36834967, "commitMessage": "magna", "author": "id quis dolore", "branchName": "in Lorem" }, { "versionNumber": 21748867, "commitMessage": "in amet", "author": "cupidatat ex mollit sint", "branchName": "sed sint adipisicing velit" } ], "gitConfiguration": { "connectionType": "GitLab", "repositoryPath": "do ut pariatur", "branchName": "ut labore minim", "projectPath": "nisi" } } ] }
{ "title": "response", "type": "object", "properties": { "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "projects-http" } }, "metadata": { "type": "object" } } }