From f3abe97fb2ec7839b5d52165f8d8554b5447143b Mon Sep 17 00:00:00 2001 From: ESteanes <19161310+ESteanes@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:25:36 +1100 Subject: [PATCH] Update openapi.json --- v1/openapi.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/v1/openapi.json b/v1/openapi.json index 5feb667..4a2b8bb 100644 --- a/v1/openapi.json +++ b/v1/openapi.json @@ -908,7 +908,11 @@ "$ref": "#/components/schemas/CustomerObject" } ] - } + }, + "deepLinkURL": { + "type": "string", + "description": "A deep link to the transaction receipt screen in-app." + } }, "required": [ "status", @@ -926,7 +930,8 @@ "createdAt", "transactionType", "note", - "performingCustomer" + "performingCustomer", + "deepLinkURL" ] }, "relationships": { @@ -2467,6 +2472,26 @@ "example": 30, "description": "The number of records to return in each page.\n" }, + { + "name": "page[before]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "To view a page before a specific transaction.\n" + }, + { + "name": "page[after]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "Where to continue paginating across\n" + }, { "name": "filter[status]", "in": "query", @@ -2781,6 +2806,26 @@ "example": 30, "description": "The number of records to return in each page.\n" }, + { + "name": "page[before]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "To view a page before a specific transaction.\n" + }, + { + "name": "page[after]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "Where to continue paginating across\n" + }, { "name": "filter[status]", "in": "query",