docs(api): remove context grant fields - #16
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1eb018e264
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -4344,12 +4344,6 @@ | |||
| "type": "string", | |||
| "example": "UTC" | |||
| }, | |||
There was a problem hiding this comment.
Remove stale grant claims from update operations
After removing approvedContextGrants, the descriptions for PATCH /api/v1/workflow-schedules/{scheduleId} and PATCH /api/v1/workflow-webhooks/{webhookId} still claim that these operations update grants. This directs API-reference users toward an unsupported payload, and the webhook schema rejects that payload because it disallows additional properties; remove the grant wording from both operation descriptions.
Useful? React with 👍 / 👎.
Summary
Cross-Repo Change Set
Tracking issue: none
Related PRs:
Merge order:
Validation
Docs Impact
Residual Risk