diff options
| author | Robert | 2017-08-01 10:49:35 +0200 |
|---|---|---|
| committer | Robert | 2017-08-02 05:51:07 +0200 |
| commit | 9387e31a76d9bae4cdb94622081246eea6d6c8d7 (patch) | |
| tree | 0f83fb65d26b615ca4d19e45966fcf420352bcaf /app/views/api | |
| parent | 0b198fa8dece545f7cfd282d9a10d0638b0491b4 (diff) | |
| download | chouette-core-9387e31a76d9bae4cdb94622081246eea6d6c8d7.tar.bz2 | |
Refs: #4176@3h; NetexImportController refactored with help of ControlFlow
Diffstat (limited to 'app/views/api')
| -rw-r--r-- | app/views/api/v1/netex_imports/create.json.rabl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/api/v1/netex_imports/create.json.rabl b/app/views/api/v1/netex_imports/create.json.rabl index 1361cdb80..f37703349 100644 --- a/app/views/api/v1/netex_imports/create.json.rabl +++ b/app/views/api/v1/netex_imports/create.json.rabl @@ -1,3 +1,3 @@ -object @import -attributes :id, :type +object @netex_import +attributes :id, :workbench_id, :referential_id |
