@@ -158,7 +158,7 @@ <h2>Mapping endoints</h2>
158
158
{{ help("Register a new mapping source or update metadata of a mapping source","post-mappings") }}
159
159
</ li >
160
160
< li >
161
- < b > GET < a onclick ="visit(this,'/mappings/'+idValue.col ) "> /mappings/</ a > {{ input_id("map") }}</ b >
161
+ < b > GET < a onclick ="visit(this,'/mappings/'+idValue.map ) "> /mappings/</ a > {{ input_id("map") }}</ b >
162
162
{{ help("Return a specific mapping source","get-mappingsid") }}
163
163
</ li >
164
164
< li >
@@ -181,7 +181,7 @@ <h2>Mapping endoints</h2>
181
181
{{ help("Directly remove mappings from the triple store","post-mappingsiddetach") }}
182
182
</ li >
183
183
< li >
184
- < b > GET < a onclick ="visit(this,'/mappings/'+idValue.col +'/stage/') "> /mappings/</ a > {{ input_id("map") }}/stage/</ b >
184
+ < b > GET < a onclick ="visit(this,'/mappings/'+idValue.map +'/stage/') "> /mappings/</ a > {{ input_id("map") }}/stage/</ b >
185
185
{{ help("List and get files of the stage directory of a mapping source","get-mappingsidstage") }}
186
186
</ li >
187
187
< li >
@@ -190,15 +190,15 @@ <h2>Mapping endoints</h2>
190
190
{{ help("Receive and process mappings from a mapping source","post-mappingsidreceive") }}
191
191
</ li >
192
192
< li >
193
- < b > GET < a onclick ="visit(this,'/mappings/'+idValue.col +'/receive') "> /mappings/</ a > {{ input_id("map") }}/receive</ b >
193
+ < b > GET < a onclick ="visit(this,'/mappings/'+idValue.map +'/receive') "> /mappings/</ a > {{ input_id("map") }}/receive</ b >
194
194
{{ help("Get latest receive log of a mapping source","get-mappingsidreceive") }}
195
195
</ li >
196
196
< li >
197
197
< b > POST < a onclick ="loadMappings(this) "> /mappings/</ a > {{ input_id("map") }}/load</ b >
198
198
{{ help("Load received and processed mappings into the triple store","post-mappingsidload") }}
199
199
</ li >
200
200
< li >
201
- < b > GET < a onclick ="visit(this,'/mappings/'+idValue.col +'/load') "> /mappings/</ a > {{ input_id("map") }}/load</ b >
201
+ < b > GET < a onclick ="visit(this,'/mappings/'+idValue.map +'/load') "> /mappings/</ a > {{ input_id("map") }}/load</ b >
202
202
{{ help("Get latest load log of a mapping source","get-mappingsidload") }}
203
203
</ li >
204
204
< li >
0 commit comments