Files
cloud-cap-samples/fiori/test.http
Daniel 0b8e7cece9 .
2021-10-01 10:31:53 +02:00

15 lines
349 B
HTTP

# Add integer extension field to Books
POST http://localhost:4004/extensibility/addExtension
Content-Type: application/json
{
"extensions": [
"{\"extend\":\"AdminService.Books\",\"elements\":{\"ab c\":{\"type\":\"cds.Integer\"}}}"
]
}
###
# { "extend": "AdminService.Books", "elements":{
# "abc":{"type":"cds.Integer"}
# }},