Fix endpoint typo in Content Versions docs (#21672)

This commit is contained in:
Pascal Jufer
2024-03-04 10:12:53 +01:00
committed by GitHub
parent 7f8fa35322
commit 1c0d786e2c

View File

@@ -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.