Skip to content

Commit 6710c00

Browse files
committed
(MAINT) Fix ommitted type declaration in task json
1 parent 4104356 commit 6710c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/get_sqlagent_jobs.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"type": "Optional[Variant[Array[String],String]]"
1414
},
1515
"exact_match": {
16-
"description": "Use only exact name matches for the job_name parameter instead of the default fuzzy matching."
16+
"description": "Use only exact name matches for the job_name parameter instead of the default fuzzy matching.",
17+
"type": "Optional[Boolean]"
1718
}
1819
}
1920
}

0 commit comments

Comments
 (0)