Skip to content

Commit fd3d3ee

Browse files
authored
Merge pull request #331 from hoijnet/issue/295-fix-unexpected-description
Fixes #295 - unexpected description in typedef
2 parents 5b13a53 + 786316e commit fd3d3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/typedef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ the DELETE document interface query parameters
9595
| Name | Type | Description |
9696
| --- | --- | --- |
9797
| type | <code>&#x27;basic&#x27;</code> \| <code>&#x27;jwt&#x27;</code> \| <code>&#x27;apikey&#x27;</code> | the authorization type of an TerminusDB connection |
98-
| [user] | <code>string</code> \| <code>boolean</code> | the user id | I don't need the user with the jwt token |
98+
| [user] | <code>string</code> \| <code>boolean</code> | the user id |
9999
| key | <code>string</code> | the connection key |
100100

101101

0 commit comments

Comments
 (0)