-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_admin_schema_clone
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Function to clone given schema
SELECT gw_fct_admin_schema_clone($${
"client":{"device":4, "infoType":1, "lang":"ES"},
"form":{},
"data":{"parameters":{"source_schema":"ws_sample","dest_schema":"ws_sample_2"}}}$$);
{
"status": "Accepted",
"message": {
"level": 1,
"text": "Copy schema done successfully"
},
"version": "3.5.002",
"body": {
"form": {},
"data": {
"info": {
"geometryType": "",
"values": {}
},
"point": {
"geometryType": "",
"features": []
},
"line": {
"geometryType": "",
"features": []
},
"polygon": {
"geometryType": "",
"features": []
}
}
}
}