Here's the description of the lambda notes API.
| Endpoints | Type | Data |
|---|---|---|
| /api/v1/notes | POST | json |
{
title: 'Red',
content: 'Jason',
tags: ['tag1', 'tag1']
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Here's the description of the lambda notes API.
| Endpoints | Type | Data |
|---|---|---|
| /api/v1/notes | POST | json |
{
title: 'Red',
content: 'Jason',
tags: ['tag1', 'tag1']
}