Skip to content

Commit 014afd5

Browse files
author
FusionAuth Automation
committed
sync from monorepo 4104cdbf0ffe
1 parent f663cc1 commit 014afd5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
project(group: "io.fusionauth", name: "fusionauth-openapi", version: "1.64.0", licenses: ["ApacheV2_0"]) {
17+
project(group: "io.fusionauth", name: "fusionauth-openapi", version: "1.65.0", licenses: ["ApacheV2_0"]) {
1818
workflow {
1919
fetch {
2020
cache()

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
openapi: "3.0.3"
33
info:
4-
version: 1.64.0
4+
version: 1.65.0
55
title: FusionAuth API
66
description: "This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls."
77
license:
@@ -109,6 +109,8 @@ components:
109109
type: string
110110
token:
111111
type: string
112+
token_type_hint:
113+
type: string
112114
ActionData:
113115
type: object
114116
properties:

0 commit comments

Comments
 (0)