Files
fn-serverless/api/models
C Cirello 3b16b7f1d8 functions: application updates no longer accept name in the body (#391)
* functions: application updates no longer accept name in the body

AppUpdate was initially conceived as an upsert endpoint for apps.
It turns out that it created an inconsistency regarding updates:
updates with names divergent with URL would not actually change
application's name.

This commit atempts to address the issue by returning an HTTP
error when trying to update an application name. In swagger.yml,
application names are already `readOnly:true`. Thus there is no
change from expected behavior.

Fixes #380

* functions: use specific error value for name change
2016-12-07 19:54:21 +01:00
..
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00
2016-11-28 15:45:35 -02:00