We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On CleverAge\RestProcessBundle\Client\Client->getRequestOptions() :
if ('POST' === $options['method'] && 'application/json' === $options['sends']) { $requestOptions['json'] = $options['data'];
PUT and PATCH methods must be treated as json too.
The text was updated successfully, but these errors were encountered:
#12 PUT and PATCH with send: application/json must be send as json.
1833443
fc5dbc1
Merge pull request #13 from cleverage/12
a0646f6
njoubert-cleverage
No branches or pull requests
Description
On CleverAge\RestProcessBundle\Client\Client->getRequestOptions() :
PUT and PATCH methods must be treated as json too.
Requirements
Breaking changes
The text was updated successfully, but these errors were encountered: