Summaries
Update summary details
Update details for a summary. Note that this operation is only allowed for summary objects where sourceStatus is missing.
patch/summaries/{summaryId}/source
Path parameters
summaryIdstring required
The unique identifier of the summary source you want to update.
Request body
Example request
{
"title": "A short lecture on quantum theory",
"abstract": "In this lecture, we discuss how complicated quantum theory is, using the famous example of Schrödingers cat. We also discuss practical applications like quantum computing.",
"takeaways": [
"Quantum theory is complicated.",
"Schrödinger's cat is neither dead, nor alive.",
"Quantum computers are super cool."
]
}Response
Created
Example response
{
"takeaways": [
"Quantum theory is complicated.",
"Schrödinger's cat is neither dead, nor alive.",
"Quantum computers are super cool."
],
"abstract": "In this lecture, we discuss how complicated quantum theory is, using the famous example of Schrödingers cat. We also discuss practical applications like quantum computing.",
"title": "A short lecture on quantum theory"
}