v1
latestOpenAPI 3.0.02026-07-241310301.1 KBUpdate Channel
curl --location --request PUT 'https://api.umbrellacost.io/api/v2/channels?updateAuthData=true'
--header 'content-type: application/json'
--header 'apikey: {{apikey}}'
--header 'authorization: {{authorization-token}}'
--data-raw '{
"channelData": {
"channelType": "JIRA_CLOUD",
"channelId": "12341b4a-3d76-4a2a-bc9b-59085ddeef94",
"connectionData": {
"type": "JIRA_CLOUD",
"userName": "test@umbrellacost.com",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "XXXXXXXXxFfGF00cmnNqc96a-3e5IolSKgZLg3z6vfwj_Aftq7ZOgP0bKExTDPK8pthPyeD904weedvW9XVKSjor9x3yw8qzi9tfdeAxiIY04OvGLpgKYQfmnxRiqzpKTDFvhEFSb5IkY_LWNGtuV6cFZ35GDZImD6C5OLMMsHrlPJmzpqA4-erzU=A4CA45DD"
},
"name":"TestPublic1122_Updating"
}
}'
Query parameters
Headers
Request body
Example request
{
"channelData": {
"channelType": "JIRA_CLOUD",
"channelId": "12341b4a-3d76-4a2a-bc9b-59085ddeef94",
"connectionData": {
"type": "JIRA_CLOUD",
"userName": "test@umbrellacost.com",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "XXXXXXXXxFfGF00cmnNqc96a-3e5IolSKgZLg3z6vfwj_Aftq7ZOgP0bKExTDPK8pthPyeD904weedvW9XVKSjor9x3yw8qzi9tfdeAxiIY04OvGLpgKYQfmnxRiqzpKTDFvhEFSb5IkY_LWNGtuV6cFZ35GDZImD6C5OLMMsHrlPJmzpqA4-erzU=A4CA45DD"
},
"name": "TestPublic1122_Updating"
}
}Response
Successful response