Skip to content

Commit

Permalink
Fix endpoint typo in Content Versions docs (directus#21672)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Mar 4, 2024
1 parent 7f8fa35 commit 1c0d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/system/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Create a new Content Version for an item.
<SnippetToggler :choices="['REST', 'GraphQL', 'SDK']" group="api">
<template #rest>

`POST /version`
`POST /versions`

Provide a [Content Version object](#the-content-version-object) as the body of your request.

Expand Down

0 comments on commit 1c0d786

Please sign in to comment.