diff --git a/docs/api/rest_api/rest_api_usage/rest_requests.md b/docs/api/rest_api/rest_api_usage/rest_requests.md index d3f0314b68..2e838c84d1 100644 --- a/docs/api/rest_api/rest_api_usage/rest_requests.md +++ b/docs/api/rest_api/rest_api_usage/rest_requests.md @@ -10,12 +10,12 @@ Depending on the HTTP method used, different actions are possible on the same re | Action | Description | |-----------------------------------------|----------------------------------------------------------------------| -| `GET /content/objects/2/version/3` | Fetches data about version \#3 of content item \#2 | -| `PATCH /content/objects/2/version/3` | Updates the version \#3 draft of content item \#2 | -| `DELETE /content/objects/2/version/3` | Deletes the (draft or archived) version \#3 from content item \#2 | -| `COPY /content/objects/2/version/3` | Creates a new draft version of content item \#2 from its version \#3 | -| `PUBLISH /content/objects/2/version/3` | Promotes the version \#3 of content item \#2 from draft to published | -| `OPTIONS /content/objects/2/version/3` | Lists all the methods usable with this resource, the 5 ones above | +| `GET /content/objects/2/versions/3` | Fetches data about version \#3 of content item \#2 | +| `PATCH /content/objects/2/versions/3` | Updates the version \#3 draft of content item \#2 | +| `DELETE /content/objects/2/versions/3` | Deletes the (draft or archived) version \#3 from content item \#2 | +| `COPY /content/objects/2/versions/3` | Creates a new draft version of content item \#2 from its version \#3 | +| `PUBLISH /content/objects/2/versions/3` | Promotes the version \#3 of content item \#2 from draft to published | +| `OPTIONS /content/objects/2/versions/3` | Lists all the methods usable with this resource, the 5 ones above | The following list of available methods gives an overview of the kind of action a method triggers on a resource, if available. For method action details per resource, see the [REST API reference](../rest_api_reference/rest_api_reference.html).