Edit
Editing a post or comment is done via the following API endpoint.
POST: https://api.scored.co/api/v2/action/edit
Parameters
The following parameters are valid.
Value | Type | Required | Description |
---|---|---|---|
id | string | true | id of the content being edited |
content | string | true | new content |
type | string | true | "post" or "comment" |
reason | string | false | public reason for editing |