Skip to content

Commit

Permalink
Fix discardDraft() Document Service API example (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Nov 13, 2024
1 parent 3438f90 commit 68ba7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/document-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ If no `locale` parameter is passed, `discardDraft()` discards draft data and ove
<Request title="Discard draft for the default locale of a document">

```js
strapi.documents.discardDraft({
strapi.documents('api::restaurant.restaurant').discardDraft({
documentId: 'a1b2c3d4e5f6g7h8i9j0klm',
});
```
Expand Down

0 comments on commit 68ba7dc

Please sign in to comment.