Skip to content

Commit b06368e

Browse files
committed
Merge branch 'docs-update' of https://github.com/terminusdb/terminusdb-client-js into docs-update
2 parents 290fbea + c593ec8 commit b06368e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/woqlclient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,14 @@ user has fields: [id, name, notes, author]
384384
**Desription**: Gets the user's organization id
385385
386386
## databaseInfo
387-
##### woqlClient.databaseInfo([dbId]) ⇒ <code>object</code>
387+
##### woqlClient.databaseInfo([dbName]) ⇒ <code>object</code>
388388
Gets the database's details
389389
390-
**Returns**: <code>object</code> - the database description object //getDatabaseInfo
390+
**Returns**: <code>object</code> - the database description object
391391
392392
| Param | Type | Description |
393393
| --- | --- | --- |
394-
| [dbId] | <code>string</code> | the datbase id |
394+
| [dbName] | <code>string</code> | the datbase name |
395395
396396
397397
## db

0 commit comments

Comments
 (0)