You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +67,7 @@ Content Server returns a fresh `OTCSTicket` with each successful API call. The
66
67
67
68
#### POST, PUT, & PATCH
68
69
69
-
The OpenText Content Server REST API doesn't accept requests that use the `application/json` content type. This means POST, PUT, & PATCH requests need to use a content type of `multipart/form-data`, which makes writing the request a little verbose. For example, to create a new folder:
70
+
The OpenText Content Server REST API doesn't accept requests that use the `application/json` content type. This means post, put, & patch requests need to use a content type of `multipart/form-data`, which makes writing the request a little more verbose. For example, to create a new folder:
70
71
71
72
```js
72
73
constformData=newFormData()
@@ -123,6 +124,4 @@ See the `src/` directory for more examples.
0 commit comments