You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/typedef.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ the DELETE document interface query parameters
92
92
93
93
| Name | Type | Description |
94
94
| --- | --- | --- |
95
-
| type | <code>'basic'</code> \| <code>'jwt'</code> | the authorization type of an TerminusDB connection |
95
+
| type | <code>'basic'</code> \| <code>'jwt'</code> \| <code>'apikey'</code> | the authorization type of an TerminusDB connection |
96
96
|[user]| <code>string</code> \| <code>boolean</code> | the user id | I don't need the user with the jwt token |
97
97
| key | <code>string</code> | the connection key |
98
98
@@ -131,6 +131,9 @@ the DELETE document interface query parameters
0 commit comments