diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-08 16:18:20 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:58 +0200 |
| commit | 94bcde012f1473f828f89a39addc8994114f9a58 (patch) | |
| tree | 7e85167a2d05d323696a8a1eda4443ca4ab24981 /web-server/opendc/api/v2/portfolios | |
| parent | 34427810d7e3c2a3d3257c3783f394d041a2c7d7 (diff) | |
Implement scenario routes
Diffstat (limited to 'web-server/opendc/api/v2/portfolios')
| -rw-r--r-- | web-server/opendc/api/v2/portfolios/portfolioId/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-server/opendc/api/v2/portfolios/portfolioId/endpoint.py b/web-server/opendc/api/v2/portfolios/portfolioId/endpoint.py index 0a50a526..c0ca64e0 100644 --- a/web-server/opendc/api/v2/portfolios/portfolioId/endpoint.py +++ b/web-server/opendc/api/v2/portfolios/portfolioId/endpoint.py @@ -17,7 +17,7 @@ def GET(request): def PUT(request): - """Update this Portfolios name.""" + """Update this Portfolio.""" request.check_required_parameters(path={'portfolioId': 'string'}, body={'portfolio': { 'name': 'string', |
