mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-12 07:24:55 -05:00
Compare commits
2 Commits
feat/atlas
...
fix/confl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ba8bd37bd | ||
|
|
102d24eb14 |
@@ -237,7 +237,7 @@ export async function DELETE(request: NextRequest) {
|
||||
}
|
||||
|
||||
const encodedLabel = encodeURIComponent(labelName.trim())
|
||||
const url = `https://api.atlassian.com/ex/confluence/${cloudId}/wiki/rest/api/content/${pageId}/label/${encodedLabel}`
|
||||
const url = `https://api.atlassian.com/ex/confluence/${cloudId}/wiki/rest/api/content/${pageId}/label?name=${encodedLabel}`
|
||||
|
||||
const response = await fetch(url, {
|
||||
method: 'DELETE',
|
||||
|
||||
Reference in New Issue
Block a user