POST /
Create a new bookmark.
Expects a JSON body with ``url`` (required) and ``title`` (required).
Create a new bookmark. Expects a JSON body with url (required) and title (required).
Endpoint
POST /
Request Body
| Field | Type | Description |
|---|---|---|
| url | string | The destination URL for the bookmark. |
| title | string | The display title for the bookmark. |
Response
| Status | Description |
|---|---|
| 201 | The bookmark was successfully created. Returns object. |
| 400 | The request body was invalid or missing required fields. Returns object. |