Skip to content

Commit eb72961

Browse files
fixed docs CI error (#157)
Signed-off-by: NeelParihar <[email protected]>
1 parent 1eade78 commit eb72961

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/api/woqlClient.js.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ client.getBranches()
10681068
10691069
## getPrefixes
10701070
##### woqlClient.getPrefixes([dbId]) ⇒ <code>Promise</code>
1071-
get the database collections list
1071+
get the database prefixes object
10721072
10731073
**Returns**: <code>Promise</code> - A promise that returns the call response object, or an Error if rejected.
10741074
@@ -1078,7 +1078,12 @@ get the database collections list
10781078
10791079
**Example**
10801080
```javascript
1081-
client.getBranches()
1081+
client.getPrefixes()
1082+
//return object example
1083+
{
1084+
'@base': 'terminusdb:///data/',
1085+
'@schema': 'terminusdb:///schema#',
1086+
'@type': 'Context'}
10821087
```
10831088
10841089
## getUserOrganizations

0 commit comments

Comments
 (0)