CON-6332 Mark Requestor as optional in Integration Webhooks documentation#49
Open
carlospalmermews wants to merge 7 commits intomainfrom
Open
CON-6332 Mark Requestor as optional in Integration Webhooks documentation#49carlospalmermews wants to merge 7 commits intomainfrom
carlospalmermews wants to merge 7 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Integration Webhooks documentation to reflect that the Requestor field in the Integration created payload is optional (nullable) rather than required.
Changes:
- Mark
Requestoras optional in the “Integration created data” table. - Add clarifying text about when
Requestoris populated vs null.
alindback
approved these changes
Apr 22, 2026
jnv
reviewed
Apr 23, 2026
Member
jnv
left a comment
There was a problem hiding this comment.
Looks good, but please also update the changelog and make clear it's a docs correction, not a change in behavior (use the magical formulation "Documentation-only, no change to API.").
Co-authored-by: Jan Vlnas <jan.vlnas@mews.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jnv
approved these changes
Apr 24, 2026
jnv
requested changes
Apr 24, 2026
Member
There was a problem hiding this comment.
issue: Wait, this is wrong file. It should go to connector-api/changelog/README.md with correct updates markup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the Integration Webhooks > Integration created data table to correctly document the Requestor property as optional instead of required
Details
The current docs list Requestor with contract required, but:
This change updates the table row to:
Motivation
Align the public documentation with the actual runtime contract so that integrators:
Testing
Verified against: