chore(oas): Fix OAS related to JWT authentication (#5448)
* chore(oas): Fix OAS related to JWT authentication * generate openapi spec files * remove L option in curl examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user