Update 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": "[email protected]",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "XXXXXXXXxFfGF00cmnNqc96a-3e5IolSKgZLg3z6vfwj_Aftq7ZOgP0bKExTDPK8pthPyeD904weedvW9XVKSjor9x3yw8qzi9tfdeAxiIY04OvGLpgKYQfmnxRiqzpKTDFvhEFSb5IkY_LWNGtuV6cFZ35GDZImD6C5OLMMsHrlPJmzpqA4-erzU=A4CA45DD"
},
"name":"TestPublic1122_Updating"
}
}'

Update channel is currently available to update JIRA credentials.

Query Params
boolean
required
Body Params
Headers
string
required
string
required
Response

Language
LoadingLoading…