There are several cases in the REST API where there is a PUT method that 
requires all fields to be present, and also a PATCH method which is the same 
except that not all fields are required.

Is there any actual benefit in those PUT methods?  I can’t see what they offer 
over the PATCH methods.

Maybe its worth thinking about removing all PUT methods that don’t offer any 
substantial gain over the PATCH methods, reducing need for testing, 
documentation and complexity.

Here are the PUT and PATCH methods in the REST API:

AddressesVARUserPUT
ListsVARArchiversPATCH
ListsVARArchiversPUT
ListsVARConfigPATCH
ListsVARConfigPUT
ListsVARConfigVARPATCH
MembersVARPATCH
MembersVARPreferencesPATCH
MembersVARPreferencesPUT
UsersVARPATCH
UsersVARPUT
UsersVARPreferencesPATCH
UsersVARPreferencesPUT



as
 

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to