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
|**Update Page**|`PUT /pages/{id}`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api--pages-id-put)|
76
76
|**Delete Page**|`DELETE /pages/{id}`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api--pages-id-delete)|
77
77
|**Get Pages In Space**|`GET /spaces/{id}/pages`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api--spaces-id-pages-get)|
78
+
|**Get Label Pages**|`GET /labels/{id}/pages`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api--labels-id-pages-get)|
|**Get Attachment Labels**|`GET /attachments/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#api--attachments-id-labels-get)|
124
+
|**Get Blog Post Labels**|`GET /blogposts/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#api--blogposts-id-labels-get)|
125
+
|**Get Custom Content Labels**|`GET /custom-content/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#api--custom-content-id-labels-get)|
126
+
|**Get Labels**|`GET /labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#api--labels-get)|
127
+
|**Get Page Labels**|`GET /pages/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api--pages-id-labels-get)|
128
+
|**Get Space Labels**|`GET /spaces/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api--spaces-id-labels-get)|
129
+
|**Get Space Content Labels**|`GET /spaces/{id}/content/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api--spaces-id-content-labels-get)|
130
+
|**Get Page Labels**|`GET /pages/{id}/labels`| V2 |[📖 V2 API Docs](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api--pages-id-labels-get)|
131
+
118
132
119
133
120
134
## 💡 Usage Examples
@@ -190,7 +204,9 @@ This node uses a sophisticated build system:
190
204
191
205
## 🤝 Contributing
192
206
193
-
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.
207
+
We welcome contributions! Fork the repository, make your changes, and submit a pull request. For new Confluence API endpoints, add them to `config/confluence-routes.json` and run `npm run dev` to generate operations.
208
+
209
+
**Found a bug or have a feature request?** Open an issue with clear details and steps to reproduce.
0 commit comments