Skip to content

Commit fbb6dcd

Browse files
katacekTC-MO
andauthored
Update sources/platform/actors/development/actor_definition/dataset_schema/validation.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 976dd4f commit fbb6dcd

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition/dataset_schema

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ When you define a schema of your default dataset, the schema is then always used
8484

8585
If the validation succeeds, nothing changes from the current behavior, data is stored and an empty response with status code `201` is returned.
8686

87-
**If the data you attempt to store in the dataset is invalid** (meaning any of the items received by the API fails the validation), **the whole request is discarded** and the API will return a response with status code 400 and the following JSON response:
87+
If the data you attempt to store in the dataset is _invalid_ (meaning any of the items received by the API fails validation), _the entire request will be discarded_, The API will return a response with status code `400` and the following JSON response:
8888

8989
```json
9090
{

0 commit comments

Comments
 (0)