-
Notifications
You must be signed in to change notification settings - Fork 258
Restore missing REST API endpoints for teams and webhooks #16639
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
This restores 5 REST API endpoint sections that were accidentally omitted during the May 2025 documentation reorganization (commit 8343685): Organizations API: - Grant Stack Access to Team - Remove Stack Access from Team - List Team Access Tokens - Create Team Access Token - Delete Team Access Token Webhooks API: - List Webhook Deliveries These endpoints were originally documented from November 2021 and are still functional, but the documentation was lost when the large REST API page was split into separate topic-specific files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Documentation ReviewThank you for restoring these missing REST API endpoints. The recovery of this documentation is valuable. I've identified several issues that need to be addressed: Issues Foundcontent/docs/reference/cloud-rest-api/organizations/_index.mdLine 405: Incorrect response status Line 430: Missing section header consistency Line 448: Incorrect response status Line 523: Parameter table formatting - organization vs org inconsistency Line 555: Response status inconsistency Line 578: Response status content/docs/reference/cloud-rest-api/webhooks/_index.mdLine 286: Parameter table capitalization inconsistency Recommendations
The core content restoration is solid, but these technical accuracy issues should be addressed before merging. @claude if you need me to make these fixes or do additional reviews, just mention me! |
|
Your site preview for commit 9d4ba20 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16639-9d4ba208.s3-website.us-west-2.amazonaws.com. |
|
I had Claude run the cURL commands locally and my man said all the docs are correct as-is. |
This restores 5 REST API endpoint sections that were accidentally omitted during the May 2025 documentation reorganization (commit 8343685):
Organizations API:
Webhooks API:
These endpoints were originally documented from November 2021 and are still functional, but the documentation was lost when the large REST API page was split into separate topic-specific files.
🤖 Generated with Claude Code
Proposed changes
Unreleased product version (optional)
Related issues (optional)