Changes for page DataList Endpoints
Last modified by Outhman Moustaghfir on 2022/06/13 13:17
<
>
edited by Outhman Moustaghfir
on 2021/11/29 15:11
on 2021/11/29 15:11
edited by Outhman Moustaghfir
on 2021/11/29 15:15
on 2021/11/29 15:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -280,6 +280,26 @@ 280 280 } 281 281 {{/code}} 282 282 )))|(% style="width:205px" %) 283 -|(% style="width:261px" %)/rest/datalist/{alias} [DELETE]|(% style="width:318px" %)delete a datalist by alias.|(% style="width:405px" %) |(% style="width:460px" %) |(% style="width:205px" %) 283 +|(% style="width:261px" %)/rest/datalist/{alias} [DELETE]|(% style="width:318px" %)delete a datalist by alias.|(% style="width:405px" %)((( 284 +the {alias} must be replaced by the wanted alias. 284 284 286 +eg : 287 + 288 +/rest/datalist/city 289 + 290 +/rest/datalist/country 291 +)))|(% style="width:460px" %)((( 292 +the response returned is only a message confirming the delete of datalist. 293 + 294 +{{code language="JSON"}} 295 +{ 296 + "timestamp": 1638195209684, 297 + "status": "200", 298 + "data": "dataList removed successfully" 299 +} 300 +{{/code}} 301 +)))|(% style="width:205px" %) 302 + 303 + 304 + 285 285