-
Notifications
You must be signed in to change notification settings - Fork 298
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
Error code 86. This method requires a PUT. #168
Comments
Same error when I try to delete Welcome Message. When I run command with
|
Strangely I'm suddenly encountering the same issue but with |
Describe the bug
I try to update welcome message and got this error message
To Reproduce
Steps to reproduce the behavior:
twurl -A 'Content-type: application/json' -X PUT '/1.1/direct_messages/welcome_messages/update.json?id=${WELCOME_MESSAGE_ID}' -d '{"message_data": {"text": "${NEW_WELCOME_MESSAGE}"}}'
{"errors":[{"code":86,"message":"This method requires a PUT."}]}
Expected behavior
Welcome message updated
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: