feat: add join-corresponding-sums
This commit is contained in:
@@ -4,6 +4,21 @@ Test quick examples for each endpoint:
|
||||
|
||||
## Grade 1
|
||||
|
||||
### Join corresponding sums
|
||||
|
||||
```bash
|
||||
curl -X POST "http://127.0.0.1:8000/math/grade_1/join_corresponding_sums" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"pair_count": 3,
|
||||
"min_sum": 2,
|
||||
"max_sum": 10,
|
||||
"min_addend": 1,
|
||||
"max_addend": 9,
|
||||
"seed": 1
|
||||
}'
|
||||
```
|
||||
|
||||
### Join pictures with quantity
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user