CreateCommentRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| entity_id* | integer | — |
| entity_type* | string | — |
| text* | string | HTML |
| uploads[] | string (binary)[] | array Elemente string (binary) |
Beispiel (JSON)
{
"entity_type": "string",
"entity_id": 0,
"text": "string",
"uploads[]": [
"string"
]
}