From c841765791676886bb7f78fd3d0f0807ba5b375d Mon Sep 17 00:00:00 2001 From: D051920 Date: Thu, 30 Sep 2021 16:46:59 +0200 Subject: [PATCH] add test --- fiori/test.http | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fiori/test.http 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\"}}}" + ] +} + +###