-
Notifications
You must be signed in to change notification settings - Fork 299
Format metadata field names correctly for OPTIONS request #713
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
Format metadata field names correctly for OPTIONS request #713
Conversation
Take into account settings JSON_API_FORMAT_FIELD_NAMES
Codecov Report
@@ Coverage Diff @@ ## master #713 +/- ## ========================================= Coverage ? 97.08% ========================================= Files ? 54 Lines ? 2742 Branches ? 0 ========================================= Hits ? 2662 Misses ? 80 Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I suppose long-term we should discuss about whether OPTIONS should return an OAS schema or something more standard.
Supersedes #500
Description of the Change
Take into account setting JSON_API_FORMAT_FIELD_NAMES
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS