Post Merge
Request
POST <REST API URL>/projects/merge?key=string&name=string&description=string&archived=boolean
Parameter | Description |
---|---|
key | Query parameter of type string. |
name | Query parameter of type string. |
description | Query parameter of type string. |
archived | Query parameter of type boolean. |
Request Body
[project, ...]
Response
Response body
project
{ "id": string, "aliasIds": [string, ...], "aliases": [alias, ...], "key": string, "name": string, "archived": boolean, "description": string, "creationTime": calendar, "iconUrl": string, "resources": [resource, ...], "projectRoles": [projectRole, ...], "transitiveProjectRoles": [projectRole, ...], "myFavorite": boolean }
Last modified: 19 July 2017