mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
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:
@@ -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 |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user