commit 76690533d98742a727dd26c677ab8f3f3f099414
parent 404d1e1a8144ff6bae50dbcd89efdecb2f5b79de
Author: Antoine A <>
Date: Wed, 12 Jun 2024 18:15:38 +0200
fix corebank api
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -53,7 +53,7 @@ client to authenticate as the admin.
**Request:**
- .. ts:def:: TokenRequest
+ .. ts:def:: TokenRequest
interface TokenRequest {
// Scope for the token.
@@ -80,7 +80,7 @@ client to authenticate as the admin.
**Details:**
- .. ts:def:: TokenSuccessResponse
+ .. ts:def:: TokenSuccessResponse
interface TokenSuccessResponse {
// Expiration determined by the server.
@@ -145,7 +145,7 @@ client to authenticate as the admin.
// validity?
// Refreshable tokens effectively provide indefinite
// access if they are refreshed in time.
- refreshable?: boolean;
+ refreshable: boolean;
// Token description
description?: string;