Skip to content

Commit 6f707bf

Browse files
committed
update usage block filter docs
1 parent 827b1b6 commit 6f707bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,7 +4271,7 @@
42714271
"required": false
42724272
},
42734273
{
4274-
"description": "Filter by block type (e.g. extract, classify, split, parse, edit, partition).",
4274+
"description": "Filter by block type: extract, classify, split, parse, edit, or partition. These are the primitive-kind names recorded on the execution, which differ from the workflow block type enum (a classifier block records classify). An unknown value is rejected with 422.",
42754275
"in": "query",
42764276
"name": "block_type",
42774277
"schema": {
@@ -4283,7 +4283,7 @@
42834283
"type": "null"
42844284
}
42854285
],
4286-
"description": "Filter by block type (e.g. extract, classify, split, parse, edit, partition).",
4286+
"description": "Filter by block type: extract, classify, split, parse, edit, or partition. These are the primitive-kind names recorded on the execution, which differ from the workflow block type enum (a classifier block records classify). An unknown value is rejected with 422.",
42874287
"title": "Block Type"
42884288
},
42894289
"required": false

0 commit comments

Comments
 (0)