From 53dcc6fa530a5b238955c907ffa02ccb6bc92fad Mon Sep 17 00:00:00 2001 From: sumup-machine-user Date: Tue, 10 Feb 2026 14:04:22 +0000 Subject: [PATCH 1/2] chore: synced local 'openapi.json' with remote 'specs/openapi.json' --- openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.json b/openapi.json index 6b693ade..a8c91c58 100755 --- a/openapi.json +++ b/openapi.json @@ -9936,6 +9936,12 @@ "metadata": { "$ref": "#/components/schemas/Metadata" }, + "service_account_id": { + "description": "Identifier of the system-managed service account associated with this reader.\nPresent only for readers that are already paired.\nThis field is currently in beta and may change.", + "type": "string", + "format": "uuid", + "x-beta": true + }, "created_at": { "description": "The timestamp of when the reader was created.", "type": "string", From 9bc02a271ced168b89f0fe5f36fd467e2ab0bb2b Mon Sep 17 00:00:00 2001 From: sumup-machine-user Date: Tue, 10 Feb 2026 14:04:22 +0000 Subject: [PATCH 2/2] chore: synced local 'openapi.yaml' with remote 'specs/openapi.yaml' --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 97d91c06..b06d8eee 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6997,6 +6997,14 @@ components: $ref: '#/components/schemas/ReaderDevice' metadata: $ref: '#/components/schemas/Metadata' + service_account_id: + description: |- + Identifier of the system-managed service account associated with this reader. + Present only for readers that are already paired. + This field is currently in beta and may change. + type: string + format: uuid + x-beta: true created_at: description: The timestamp of when the reader was created. type: string