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": "non", "backgroundColor": "#FFFFFF" }
{ "title": "options", "$ref": "project-thumbnails-update-data" }
Return
Name | Type | Description |
---|---|---|
response | object | Updated project |
{ "message": "quis", "data": [ { "_id": "5cb7b531d06cceb89fd21b1c", "iid": 81688923, "name": "Arista EOS Utilities", "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", "members": [ { "type": "account", "reference": "62a1f3d2ebedfc54e6e0065c", "role": "operator", "missing": true, "username": "aute", "name": "officia quis deserunt non Duis", "provenance": "enim Duis" }, { "type": "account", "reference": "5cb7b531d06cceb89fd21b1c", "role": "operator", "missing": false, "username": "quis Duis deserunt cillum ut", "name": "minim ea non nulla reprehenderit", "provenance": "in commodo" }, { "type": "account", "reference": "4321abcdef694aa79dae47ad", "role": "editor", "missing": false, "username": "do veniam ea aliquip", "name": "consectetur laborum deserunt", "provenance": "dolore ea officia aliquip dolor" }, { "type": "group", "reference": "5cb7b531d06cceb89fd21b1c", "role": "operator", "missing": false, "username": "ea dolore", "name": "minim Lorem aute nulla culpa", "provenance": "labore in consectetur culpa laborum" }, { "type": "group", "reference": "62a1f3d2ebedfc54e6e0065c", "role": "viewer", "missing": true, "username": "adipisicing in veniam", "name": "incididunt reprehenderit", "provenance": "eu" } ], "accessControl": { "read": [ "dolor ullamco sunt sint", "voluptate commodo non", "in id amet nostrud aliquip", "eiusmod magna proident dolore dolor" ], "write": [ "ea", "enim laborum nostrud", "laborum pariatur" ], "execute": [ "velit et Ut in tempor" ], "manage": [ "consectetur qui eu", "tempor laborum nisi in" ] }, "componentIidIndex": 36782708, "components": [ { "iid": 89054843, "type": "template", "reference": "occaecat commodo id laborum", "folder": "/" }, { "iid": 12951274, "type": "mopCommandTemplate", "reference": "in commodo adipisicing in", "folder": "/" }, { "iid": 53504257, "type": "jsonForm", "reference": "cillum id ut", "folder": "/" }, { "iid": 90357269, "type": "workflow", "reference": "adipisicing Excepteur deserunt in", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "Pronghorn", "username": null, "provenance": "adipisicing elit velit officia", "missing": true }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "5cb7b531d06cceb89fd21b1c", "username": null, "provenance": "velit consequat adipisicing occaecat Excepteur", "missing": false }, "versionHistory": [ { "versionNumber": 58540751, "commitMessage": "ut", "author": "ut dolor deserunt dolore in", "branchName": "nisi tempor" } ], "gitConfiguration": { "connectionType": "GitLab", "repositoryPath": "sunt in enim", "branchName": "ea in deserunt ipsum enim", "projectPath": "sint sunt ut qui id" } }, { "_id": "5cb7b531d06cceb89fd21b1c", "iid": 42458158, "name": "Arista EOS Utilities", "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", "members": [ { "type": "group", "reference": "5cb7b531d06cceb89fd21b1c", "role": "editor", "missing": true, "username": "do ullamco laborum", "name": "ea in eu ipsum aliqua", "provenance": "irure sit consectetur tempor voluptate" }, { "type": "group", "reference": "4321abcdef694aa79dae47ad", "role": "operator", "missing": false, "username": "voluptate enim", "name": "consequat cupidatat eiusmod", "provenance": "magna" }, { "type": "group", "reference": "4321abcdef694aa79dae47ad", "role": "operator", "missing": false, "username": "do in quis deserunt", "name": "dolor", "provenance": "nulla veniam do in" } ], "accessControl": { "read": [ "deserunt in est sunt", "ullamco pariatur" ], "write": [ "consequat sed adipisicing elit" ], "execute": [ "culpa sit reprehenderit ex Lorem", "dolor do ex", "consectetur ipsum cupidatat ex sunt", "et eu", "laboris velit labore" ], "manage": [ "nostrud velit est Lorem" ] }, "componentIidIndex": 95018727, "components": [ { "iid": 29828577, "type": "template", "reference": "consectetur", "folder": "/" }, { "iid": 65122028, "type": "workflow", "reference": "irure", "folder": "/" } ], "created": "2019-11-25T22:51:39.201Z", "createdBy": { "_id": "5cb7b531d06cceb89fd21b1c", "username": "sit laboris cillum ex", "provenance": "in nulla labore amet", "missing": false }, "lastUpdated": "2019-11-25T22:51:39.201Z", "lastUpdatedBy": { "_id": "4321abcdef694aa79dae47ad", "username": null, "provenance": "qui", "missing": true }, "versionHistory": [ { "versionNumber": 19742489, "commitMessage": "labore aute Ut", "author": "ut", "branchName": "ex" }, { "versionNumber": 82490883, "commitMessage": "mollit proident id dolore", "author": "Ut eiusmod", "branchName": "ullamco sunt incididunt dolor" } ], "gitConfiguration": { "connectionType": "GitHub", "repositoryPath": "culpa qui", "branchName": "reprehenderit ea", "projectPath": "occaecat in" } } ] }
{ "title": "response", "type": "object", "properties": { "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "projects-http" } }, "metadata": { "type": "object" } } }