deb-murano/murano/api/v1
Valerii Kovalchuk b3a06349c5 Add environment edit API
'/environments/<env_id>/model/<path>' endpoint added.
GET request responds with the subsection of <env_id>'s object
model located in its <path>.
PATCH request applies json-patch from request body to <end_id>'s
model. It does not contain <path> in the URL.

Change-Id: I672d43464ed7d5722cc574f1a10700b070664f34
Implements: bp environment-edit
2016-10-06 12:48:57 +00:00
..
__init__.py Add filter based on 'in' operator 2016-07-06 22:01:05 +00:00
actions.py Add missing whitespace to error message 2016-01-29 15:37:52 +02:00
catalog.py Fix some typos in wsgi.py & catalog.py 2016-08-25 06:16:13 +00:00
deployments.py Add missing whitespace to error message 2016-01-29 15:37:52 +02:00
environments.py Add environment edit API 2016-10-06 12:48:57 +00:00
instance_statistics.py Switch to oslo_log 2015-07-15 11:20:45 +03:00
request_statistics.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
router.py Add environment edit API 2016-10-06 12:48:57 +00:00
schemas.py MuranoPL forms implementation 2016-07-29 06:48:19 -07:00
services.py Allow to PUT an empty object model 2016-10-03 18:28:53 +00:00
sessions.py Fix alignment in log messages 2015-12-08 17:07:32 +08:00
static_actions.py Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
template_applications.py Fix application template update 2016-06-21 09:42:28 +02:00
templates.py Clean imports in code 2016-08-23 15:17:27 +00:00
validation_schemas.py Add environment edit API 2016-10-06 12:48:57 +00:00