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

Improve PUT API #85

Closed
Terkwood opened this issue Aug 7, 2021 · 1 comment · Fixed by #94
Closed

Improve PUT API #85

Terkwood opened this issue Aug 7, 2021 · 1 comment · Fixed by #94
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Aug 7, 2021

It currently requires form data like

value=blah

Pass the data in the body of the request instead, as JSON content type

You can keep the form data if you want. Just make sure that JSON content type with data in request body is also supported.

@Terkwood Terkwood added the enhancement New feature or request label Aug 7, 2021
@Terkwood
Copy link
Owner Author

Terkwood commented Aug 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant