Skip to content

Commit 03a58c1

Browse files
Copilothotlong
andcommitted
fix(docs): replace {_id} with {id} in API endpoint templates in actions.mdx
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 50ecee4 commit 03a58c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/protocol/objectui/actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ listView:
524524
- type: api
525525
label: Send Email
526526
icon: mail
527-
endpoint: /api/customers/{_id}/send-email
527+
endpoint: /api/customers/{id}/send-email
528528
```
529529
530530
### Dropdown Menu Actions
@@ -541,7 +541,7 @@ actions:
541541
label: Clone Customer
542542
- type: api
543543
label: Export to PDF
544-
endpoint: /api/customers/{_id}/export-pdf
544+
endpoint: /api/customers/{id}/export-pdf
545545
- type: separator
546546
- type: workflow
547547
label: Merge Duplicate

0 commit comments

Comments
 (0)