Attributes
objectProseMirror JSON Object (https://prosemirror.net/docs/ref/#model.Document_Structure)
Example:{"content":[{"content":[{"text":"Hello world.","type":"text"}],"type":"paragraph"}],"type":"doc"}
The group id to which the document belongs. This is used to group documents together.
Example:group_id_1
HTML string
Example:<p>Hello world!</p>
Data
objectUUID identifier
Resource type
DocumentContentBody
objectShow Child Parameters
ErrorCode
stringMachine readable error code
Allowed values:VALIDATION_ERRORSERIALIZATION_ERRORUNKNOWN_ERRORAUTHENTICATION_ERRORMISSING_ERRORFORBIDDEN_ERRORSTORAGE_API_ERROR
Example:VALIDATION_ERROR
ErrorObject
objectMachine readable error code
Allowed values:VALIDATION_ERRORSERIALIZATION_ERRORUNKNOWN_ERRORAUTHENTICATION_ERRORMISSING_ERRORFORBIDDEN_ERRORSTORAGE_API_ERROR
Example:VALIDATION_ERROR, VALIDATION_ERROR
Human readable error details.
Example:body/data/attributes must have required property 'html'
Unique identifier for this instance of the error
Example:req-adcaa568-7082-4cc8-9db9-9d78f1a3d95d
An object of any arbitrary data. Record<string, unknown>
The HTTP Status Code
Example:400, 500
Human readable error title.
Example:ValidationError