Skip to content
Snippets Groups Projects
Commit 5bfdf3f0 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Use PUT instead of PATCH method for updates to features

All feature settings are replaced by the received object so the use of
PATCH does not make sense here. The session is "patched" but the HTTP
verb always relates to the URL which refers explicitly to features in
this case.

See https://tools.ietf.org/html/rfc5789.
parent ae20c6e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment