Save
Saving a post or comment is done via the following API endpoint.
POST: https://api.scored.co/api/v2/action/save
Parameters
The following parameters are valid.
| Value | Type | Required | Description |
|---|---|---|---|
| id | string | true | id of the content being saved |
| type | boolean | true | post (true) or comment (false) |
| category | string | true | name of Save Folder to add to |
For clarity, if the content is a post, type should be true. Else, type should be false.