POST
/comments
The attributes are given in PHP then encoded in JSON in the POST body.
Name | Description | Type |
---|---|---|
user | Id of the user | integer |
created | The date of the creation of the comment(s). Format: YYYY-MM-DD | string |
updated | The date of the update of the comment(s). Format: YYYY-MM-DD | string |
Request example
POST/comments
Response example