fix(confluence): fixed confluence tools & block (#304)

* chore: update better-auth

* testing confluence, auth config

* confluence working

* confluence PR ready

* Remove node_modules from tracking

* generated docs, remove outdated dependency

---------

Co-authored-by: Adam Gough <adam_gough@brown.edu>
This commit is contained in:
Waleed Latif
2025-04-27 14:15:58 -07:00
committed by GitHub
parent 7a36d21e8d
commit 08c4dc9141
16 changed files with 260 additions and 2972 deletions

View File

@@ -60,6 +60,7 @@ Retrieve content from Confluence pages using the Confluence API.
| `accessToken` | string | Yes | OAuth access token for Confluence |
| `domain` | string | Yes | Your Confluence domain \(e.g., yourcompany.atlassian.net\) |
| `pageId` | string | Yes | Confluence page ID to retrieve |
| `cloudId` | string | No | Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain. |
#### Output
@@ -84,6 +85,7 @@ Update a Confluence page using the Confluence API.
| `title` | string | No | New title for the page |
| `content` | string | No | New content for the page in Confluence storage format |
| `version` | number | No | Version number of the page \(required for preventing conflicts\) |
| `cloudId` | string | No | Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain. |
#### Output
@@ -92,6 +94,7 @@ Update a Confluence page using the Confluence API.
| `ts` | string |
| `pageId` | string |
| `title` | string |
| `body` | string |
| `success` | string |