CreateResult
What create and update endpoints return.
Note the id is nested under item, not at the top level — read
item.id, not id.
messagestring
item object
idstring<uuid>
titlestring
Present on content. Personas return name instead.
namestring
Present on personas. Content returns title instead.
CreateResult
{
"message": "string",
"item": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"name": "string"
}
}