diff --git a/docs/docs.go b/docs/docs.go index c6fc4bea..0abff7d6 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 ffa68a26..3d18dc80 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 dc8fbb87..bd3c98d8 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: