Edit
Edit posts or comments using the following endpoint.
POST https://api.scored.co/api/v2/action/edit
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| id | string | true | ID of content being edited |
| content | string | true | New content |
| type | string | true | "post" or "comment" |
| reason | string | false | Public edit reason |
Next
Actions
Delete