chore(docs): Generated References (#5516)
Generated the following references: - `js-client` - `pricing` - `services` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
80fe362f33
commit
aa2bb7a31b
+1
-1
@@ -191,7 +191,7 @@ ___
|
||||
{
|
||||
"name": "AdminBearerAuthRes",
|
||||
"type": "`object`",
|
||||
"description": "#### Schema AdminBearerAuthRes type: object properties: accessToken: description: Access token for subsequent authorization. type: string",
|
||||
"description": "#### Schema AdminBearerAuthRes type: object properties: access_token: description: Access token that can be used to send authenticated requests. type: string",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
"children": []
|
||||
|
||||
+2
-2
@@ -58,8 +58,8 @@ ___
|
||||
AdminBearerAuthRes
|
||||
type: object
|
||||
properties:
|
||||
accessToken:
|
||||
description: Access token for subsequent authorization.
|
||||
access_token:
|
||||
description: Access token that can be used to send authenticated requests.
|
||||
type: string
|
||||
|
||||
#### Type declaration
|
||||
|
||||
Reference in New Issue
Block a user