diff --git a/docs/docs.go b/docs/docs.go index 6daa10aa..a62663e2 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3403,6 +3403,9 @@ const docTemplate = `{ "expiry": { "type": "string" }, + "isSession": { + "type": "boolean" + }, "label": { "type": "string" }, diff --git a/docs/swagger.json b/docs/swagger.json index 6f10768d..f2d27b03 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -3396,6 +3396,9 @@ "expiry": { "type": "string" }, + "isSession": { + "type": "boolean" + }, "label": { "type": "string" }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 5654f8fb..b618a309 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -52,6 +52,8 @@ definitions: properties: expiry: type: string + isSession: + type: boolean label: type: string token: