@@ -208,7 +208,7 @@ curl --location --request POST '127.0.0.1:3323/login' \
208208` ` `
209209# ### Verified Set
210210` ` ` shell script
211- curl --location --request POST ' 127.0.0.1:3323/db/verified/set' \
211+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ verified/set' \
212212--header ' Content-Type: application/json' \
213213--header ' Authorization: {{token}}' \
214214--data-raw ' {
@@ -224,7 +224,7 @@ curl --location --request POST '127.0.0.1:3323/db/verified/set' \
224224` ` `
225225# ### Verified Get
226226` ` ` shell script
227- curl --location --request POST ' 127.0.0.1:3323/db/verified/get' \
227+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ verified/get' \
228228--header ' Content-Type: application/json' \
229229--header ' Authorization: {{token}}' \
230230--data-raw ' {
@@ -235,7 +235,7 @@ curl --location --request POST '127.0.0.1:3323/db/verified/get' \
235235` ` `
236236# ### Verified Reference
237237` ` ` shell script
238- curl --location --request POST ' 127.0.0.1:3323/db/verified/setreference' \
238+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ verified/setreference' \
239239--header ' Content-Type: application/json' \
240240--header ' Authorization: {{token}}' \
241241--data-raw ' {
@@ -248,7 +248,7 @@ curl --location --request POST '127.0.0.1:3323/db/verified/setreference' \
248248` ` `
249249# ### Verified ZAdd
250250` ` ` shell script
251- curl --location --request POST ' 127.0.0.1:3323/db/verified/zadd' \
251+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ verified/zadd' \
252252--header ' Content-Type: application/json' \
253253--header ' Authorization: {{token}}' \
254254--data-raw ' {
@@ -262,7 +262,7 @@ curl --location --request POST '127.0.0.1:3323/db/verified/zadd' \
262262` ` `
263263# ### ZScan
264264` ` ` shell script
265- curl --location --request POST ' 127.0.0.1:3323/db/zscan' \
265+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ zscan' \
266266--header ' Content-Type: application/json' \
267267--header ' Authorization: {{token}}' \
268268--data-raw ' {
@@ -271,7 +271,7 @@ curl --location --request POST '127.0.0.1:3323/db/zscan' \
271271` ` `
272272# ### History
273273` ` ` shell script
274- curl --location --request POST ' 127.0.0.1:3323/db/history' \
274+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ history' \
275275--header ' Authorization: {{token}}' \
276276--header ' Content-Type: application/json' \
277277--data-raw ' {
@@ -280,13 +280,13 @@ curl --location --request POST '127.0.0.1:3323/db/history' \
280280` ` `
281281# ### Verified Transaction
282282` ` ` shell script
283- curl --location --request GET ' 127.0.0.1:3323/db/verified/tx/1' \
283+ curl --location --request GET ' 127.0.0.1:3323/db/{database_name}/ verified/tx/1' \
284284--header ' Content-Type: application/json' \
285285--header ' Authorization: {{token}}'
286286` ` `
287287# ### SQL Exec
288288` ` ` shell script
289- curl --location --request POST ' 127.0.0.1:3323/db/sqlexec' \
289+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ sqlexec' \
290290--header ' Authorization: {{token}}' \
291291--header ' Content-Type: application/json' \
292292--data-raw ' {
@@ -296,7 +296,7 @@ curl --location --request POST '127.0.0.1:3323/db/sqlexec' \
296296
297297# ### SQL Exec insert
298298` ` ` shell script
299- curl --location --request POST ' 127.0.0.1:3323/db/sqlexec' \
299+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ sqlexec' \
300300--header ' Authorization: v2.public.eyJkYXRhYmFzZSI6IjUiLCJleHAiOiIyMDIxLTEwLTI4VDE4OjU1OjAyKzAyOjAwIiwic3ViIjoiaW1tdWRiIn3-aNUXqydajYFR9Aa7-q40JepLuA0tsPXeR1nRo75jA1H45RZZU9Twt6EVi-4bS4gpzeQcRNEdJs8U5oM5urcM.aW1tdWRi' \
301301--header ' Content-Type: application/json' \
302302--data-raw ' {
@@ -306,7 +306,7 @@ curl --location --request POST '127.0.0.1:3323/db/sqlexec' \
306306> byte arrays need to be hex encoded
307307# ### SQL Query
308308` ` ` shell script
309- curl --location --request POST ' 127.0.0.1:3323/db/sqlquery' \
309+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ sqlquery' \
310310--header ' Authorization: {{token}}' \
311311--header ' Content-Type: application/json' \
312312--data-raw ' {
@@ -317,7 +317,7 @@ curl --location --request POST '127.0.0.1:3323/db/sqlquery' \
317317# ### SQL Verified sql row
318318Its possible also to tamperproof verify a SQL row.
319319` ` ` shell script
320- curl --location --request POST ' 127.0.0.1:3323/db/verified/row' \
320+ curl --location --request POST ' 127.0.0.1:3323/db/{database_name}/ verified/row' \
321321--header ' Authorization: v2.public.eyJkYXRhYmFzZSI6IjUiLCJleHAiOiIyMDIxLTEwLTI4VDE4OjU1OjAyKzAyOjAwIiwic3ViIjoiaW1tdWRiIn3-aNUXqydajYFR9Aa7-q40JepLuA0tsPXeR1nRo75jA1H45RZZU9Twt6EVi-4bS4gpzeQcRNEdJs8U5oM5urcM.aW1tdWRi' \
322322--header ' Content-Type: application/json' \
323323--data-raw ' {
0 commit comments