UpdateReaderProfileAsync

Updates an existing reader profile Returns (Task)

Overview of UpdateReaderProfileAsync goes here.

Name Description
item The reader profile to update

Update Reader Profile Async

Example in C#

// Returns: nothing
await client.UpdateReaderProfileAsync(ReaderProfileInfo item);