diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md index 4f28dec05..76794bf9b 100644 --- a/docs/client/rest/rest_api.md +++ b/docs/client/rest/rest_api.md @@ -391,7 +391,7 @@ curl --location --request POST 'http://localhost:10099/api/v1/batches' \ | Name | Description | Media Type | |:-------------|:--------------------------------------------------------------------------------------------------|:-----------------| -| batchRequest | The batch request in JSON format as request body requried in [POST /batches](#post-batches) | application/json | +| batchRequest | The batch request in JSON format as request body required in [POST /batches](#post-batches) | application/json | | resourceFile | The resource to upload and execute, which will be cached on server and cleaned up after execution | File | #### Response Body