diff --git a/fiori/test.http b/fiori/test.http new file mode 100644 index 00000000..100a64e4 --- /dev/null +++ b/fiori/test.http @@ -0,0 +1,11 @@ +# Add integer extension field to Books +POST http://localhost:4004/extensibility/addExtension +Content-Type: application/json + +{ + "extensions": [ + "{\"extend\":\"AdminService.Books\",\"elements\":{\"abc\":{\"name\":\"abc\",\"type\":\"cds.Integer\"}}}" + ] +} + +###