You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,17 @@ jobs:
27
27
28
28
Uses basic auth for the rest api.
29
29
30
-
- `cloud`: The ID can be found by looking at your confluence domain: `https://<cloud>.atlassian.net/...`
30
+
- `cloud`: Can be either:
31
+
- A subdomain (`acme` for Atlassian hosted instances (e.g. `https://acme.atlassian.net`))
32
+
- A full URL (e.g., `https://mycompany.com` for self-hosted instances)
31
33
32
34
- `user`: The user that generated the access token
33
35
34
36
- `token`: You can generate the token [here](https://id.atlassian.com/manage-profile/security/api-tokens). Link to [Docs](https://confluence.atlassian.com/cloud/api-tokens-938839638.html)
35
37
36
-
- `to`: The page ID can be found by simply navigating to the page where you want the content to be postet to and looke at the url. It will look something like this: `https://<cloud-id>.atlassian.net/wiki/spaces/<space>/pages/<page-id>/<title>`
38
+
- `to`: The page ID can be found by simply navigating to the page where you want the content to be posted to and look at the url. It will look something like this:
39
+
- For Atlassian hosted: `https://<subdomain>.atlassian.net/wiki/spaces/<space>/pages/<page-id>/<title>`
40
+
- For self-hosted: `https://<your-url>/wiki/spaces/<space>/pages/<page-id>/<title>`
0 commit comments