You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9936,6 +9936,12 @@
9936
9936
"metadata": {
9937
9937
"$ref": "#/components/schemas/Metadata"
9938
9938
},
9939
+
"service_account_id": {
9940
+
"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.",
9941
+
"type": "string",
9942
+
"format": "uuid",
9943
+
"x-beta": true
9944
+
},
9939
9945
"created_at": {
9940
9946
"description": "The timestamp of when the reader was created.",
0 commit comments