Develop > API calls > Application design APIs > Associate a design to HP Codar

Associate a design to Codar

Associate an application design to the Codar pipeline management process by tagging the application design with the Release Pipeline.

URI Method Parameters Returns
http://[host]:[port]/csa/api/codar/app-design/{applicationDesignId}/associateToCodar POST Application Design ID

200 - successful
400 - bad request
401 - not authorized
404 - Not found
500 - internal server error

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/app-design/ae058bcc-4ad3-4e9a-8eb8-3ee98eef8d8f/associateToCodar

The following JSON was returned:

{
"associatedTagId": "8a818cf8ara15bc772b0145cb6efjhg99",
"designId": "ae058bcc-4ad3-4e9a-8eb8-3ee98eef8d8f",
"designName": "MyDesign",
"associatedTagName": "Codar Application"
}