Skip to main content

UpdateReadListRequest

Request to update a read list. Absent fields are left unchanged. To clear the summary, send summary: null explicitly.

namestring | nullnullable
orderedboolean | nullnullable
summarystring | nullnullable

Some(Some(text)) sets it, Some(None) clears it, absent leaves it.

UpdateReadListRequest
{
"name": "string",
"ordered": true,
"summary": "string"
}