Files
fn-serverless/docs
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-12-06 16:11:21 +01:00
2016-11-15 08:20:42 -08:00
2016-11-21 17:24:26 +01:00

IronFunctions Documentation

For Developers

If you are a developer using IronFunctions through the API, this section is for you.

For Operators

If you are operating IronFunctions, this section is for you.