temba 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -259,7 +259,7 @@ These are all the possible settings:
|
|
|
259
259
|
| `apiPrefix` | See [REST URIs prefixes](#rest-uris-prefixes) |
|
|
260
260
|
| `cacheControl` | The `Cache-control` response header value for each GET request. |
|
|
261
261
|
| `delay` | After processing the request, the delay in milliseconds before the request should be sent. |
|
|
262
|
-
| `requestBodyValidator` |
|
|
262
|
+
| `requestBodyValidator` | See [Request body validation or mutation](#request-body-validation-or-mutation) |
|
|
263
263
|
|
|
264
264
|
## Not supported (yet?)
|
|
265
265
|
|