-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix(confl): use recommended query param pattern for confluence route #3202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Greptile OverviewGreptile SummaryUpdated the Confluence DELETE label endpoint to use query parameter pattern (
Confidence Score: 4/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
| @@ -237,7 +237,7 @@ export async function DELETE(request: NextRequest) { | |||
| } | |||
|
|
|||
| const encodedLabel = encodeURIComponent(labelName.trim()) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused variable encodedLabel
| const encodedLabel = encodeURIComponent(labelName.trim()) | |
| const url = `https://api.atlassian.com/ex/confluence/${cloudId}/wiki/rest/api/content/${pageId}/label?name=${encodeURIComponent(labelName.trim())}` |
…3202) * fix(confl): use recommended query param pattern for confluence route * use unused var
Summary
Type of Change
Testing
Tested manually
Checklist