congress/congress/api
Eric K 2af942ada8 Distinguish between PUT and PATCH in API models
At some point years ago, whether by design or by mistake,
the API models have conflated PUT (replace) and PATCH (update) [1].

This patch cleans up the models by making a clear distinction.
All the existing PUT implementations confusingly named update
are changed to replace.

[1] e81e63966b/congress/api/webservice.py (L203)

Change-Id: I6786c39b7555c3b854ef90cb49d0ccb23f6f5bb2
2018-01-16 16:45:52 -08:00
..
system Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
__init__.py Move API specific code to api subdirectory 2014-06-20 13:19:23 -07:00
action_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
api_utils.py Check DB only to detect duplicate DS name on add 2016-09-22 13:50:26 -07:00
application.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
base.py policy library DB interface, DSE service, API 2017-06-25 21:57:20 -07:00
datasource_model.py Fix py3 failures and enable py3 dsvm job 2017-11-23 08:22:07 +00:00
error_codes.py Make policy rule requests gives 404 (not 400) when policy not found 2016-09-22 19:42:06 -07:00
library_policy_model.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00
policy_model.py Fix py3 failures and enable py3 dsvm job 2017-11-23 08:22:07 +00:00
router.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00
row_model.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00
rule_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
schema_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
status_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
table_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
versions.py specify webob Response charset 2017-01-17 23:45:22 -08:00
webservice.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00