-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add information to sub request #16561
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
@@ -742,6 +742,11 @@ look like this:: | |||
|
|||
.. _http-kernel-resource-locator: | |||
|
|||
Also, note that by default, if the ``_format`` attribute is not set in your request, the value will be ``html``. |
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.
is this the best part to add such info notice for such _format
?
@@ -742,6 +742,11 @@ look like this:: | |||
|
|||
.. _http-kernel-resource-locator: |
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.
this must be moved above the next Headline Locating Resources
again
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.
Done while merging. Thanks.
7e19f17
to
4421eaa
Compare
We finally merged this. Thanks a lot Damien ... and congrats on your first Symfony Docs contribution 🎉 |
Adding some information about _format attribute default value because I spend some times to understand why this wasn't working for me. Now I know why it was not working, _format value was html by default and I get no error message. So I just share with orther developers this little update to avoid them spending the same time.
Thank you, have a nice day :)