---
title: "Update Channel"
method: PUT
path: "/api/v2/channels"
tags: ["default"]
---

# Update Channel

`PUT /api/v2/channels`

curl --location --request PUT '[https://api.umbrellacost.io/api/v2/channels?updateAuthData=true'](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](https://mailto:test@umbrellacost.com)",  
"baseUrl": "[https://test.atlassian.net"](https://test.atlassian.net")  
},  
"authData": {  
"type": "JIRA_CLOUD",  
"authToken": "XXXXXXXXxFfGF00cmnNqc96a-3e5IolSKgZLg3z6vfwj_Aftq7ZOgP0bKExTDPK8pthPyeD904weedvW9XVKSjor9x3yw8qzi9tfdeAxiIY04OvGLpgKYQfmnxRiqzpKTDFvhEFSb5IkY_LWNGtuV6cFZ35GDZImD6C5OLMMsHrlPJmzpqA4-erzU=A4CA45DD"  
},  
"name":"TestPublic1122_Updating"  
}  
}'

## Query parameters

- `updateAuthData` boolean, required

## Headers

- `apikey` string, required
- `authorization` string, required

## Request body

- object

## Response `200`

Successful response

---

[API](https://skmtc.net/umbrellacost/apis/admin.md) · [All operations](https://skmtc.net/umbrellacost/apis/admin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbrellacost/admin/revisions/b0a65610726b/schema)
