We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5445dbb commit f50247fCopy full SHA for f50247f
docs/api/rest_api/rest_api_usage/rest_requests.md
@@ -15,7 +15,7 @@ Depending on the HTTP method used, different actions are possible on the same re
15
| `DELETE /content/objects/2/versions/3` | Deletes the (draft or archived) version \#3 from content item \#2 |
16
| `COPY /content/objects/2/versions/3` | Creates a new draft version of content item \#2 from its version \#3 |
17
| `PUBLISH /content/objects/2/versions/3` | Promotes the version \#3 of content item \#2 from draft to published |
18
-| `OPTIONS /content/objects/2/versiosn/3` | Lists all the methods usable with this resource, the 5 ones above |
+| `OPTIONS /content/objects/2/versions/3` | Lists all the methods usable with this resource, the 5 ones above |
19
20
The following list of available methods gives an overview of the kind of action a method triggers on a resource, if available.
21
For method action details per resource, see the [REST API reference](../rest_api_reference/rest_api_reference.html).
0 commit comments