Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@
]
},
{
"name": "Readers"
"name": "Readers",
"description": "A reader represents a device that accepts payments. You can use the SumUp Solo to accept in-person payments.",
"x-core-objects": [
{
"$ref": "#/components/schemas/Reader"
}
]
},
{
"name": "Members",
Expand Down
1 change: 1 addition & 0 deletions src/SumUp/ReadersClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed partial class ReadersClient
/// <summary>
/// Client for the Readers API endpoints.
/// </summary>
/// <remarks>A reader represents a device that accepts payments. You can use the SumUp Solo to accept in-person payments.</remarks>
internal ReadersClient(ApiClient client)
{
_client = client;
Expand Down
Loading