POST ./foto/comments
It is used to add a comment.
POST parameters
Name | Value Type | Validation | Details |
---|---|---|---|
fsID | int | Required | File ID. |
fscContent | string | Required | The comment. |
Output example
{"fscID": 345}
It is used to add a comment.
Name | Value Type | Validation | Details |
---|---|---|---|
fsID | int | Required | File ID. |
fscContent | string | Required | The comment. |
{"fscID": 345}