Skip to content
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

Update direction of externalId attribute to default value of "both" #76

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

sleelin
Copy link
Collaborator

@sleelin sleelin commented Feb 24, 2025

Currently, the externalId common attribute is marked with a direction of "in". This was intended to ensure it is only ever set in incoming requests, but also means it is stripped from outgoing responses.

This change removes the direction configuration from the externalId attribute, meaning it defaults to a value of "both", and will no longer be stripped from outgoing responses (fixes #74).

@sleelin sleelin added the bug Something isn't working label Feb 24, 2025
@sleelin sleelin added this to the 1.3.4 milestone Feb 24, 2025
@sleelin sleelin self-assigned this Feb 24, 2025
@sleelin sleelin linked an issue Feb 24, 2025 that may be closed by this pull request
@sleelin sleelin merged commit 98d2b68 into main Feb 24, 2025
3 checks passed
@sleelin sleelin deleted the issue/74-outgoing-externalId branch February 24, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Unable to set externalId attribute on outgoing responses
1 participant