Modify One Entry Endpoint
Overview
Use this endpoint to modify a specific entry within a data source. The entry is identified by its unique :entry_id
within a given :source_id
and :app_id
.
Endpoint
PATCH https://api.myboardtoday.com/app/:app_id/source/:source_id/entry/:entry_id
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
app_id | UUID | Yes | Unique identifier of the app. |
source_id | UUID | Yes | Unique identifier of the data source. |
entry_id | UUID | Yes | Unique identifier of the entry to be modified. |
Query Parameters
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
update_exp | Boolean | No | false | Set to true to also update fields that include string or number functions. |
Headers
Header | Required | Description |
---|---|---|
x-api-key | Yes | Your API key for authentication. |
Request Body
Provide a flattened JSON object representing the updated fields and their new values.
Example:
{
"title": "Updated Entry Title",
"priority": "high",
"due_date": "2025-03-21"
}
- Keys represent the field names of the entry.
- Values represent the new values to be assigned.
!Only the specified fields will be updated. Fields not included in the request body will remain unchanged.
Report Bugs, Request New Features, and Win $50 Every Month
We value your precious feedback. Please contact us when you find a bug or would like to request a new feature. (In the main panel, click on the bob logo on the top left corner, then in the Dropdown menu click on “contact for bugs or new features”). Every month we will select an “opinion leader” and reward him/her with $50 in cash.