From 447aa65c8941b291efaf0fb050c2184d75215433 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 19 Nov 2021 20:38:50 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/new_account_virtual/receive.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/v3/new_account_virtual/receive.json b/config/v3/new_account_virtual/receive.json index 5e85aa8f..8d610beb 100644 --- a/config/v3/new_account_virtual/receive.json +++ b/config/v3/new_account_virtual/receive.json @@ -41,6 +41,10 @@ "description": "Oauth token for the client's login session (so that the user may be logged in immediately)", "type": "string" }, + "refresh_token": { + "description": "Refresh token to perform PTA, only for the first ever created account", + "type": "string" + }, "type": { "description": "Account type", "type": "string",