Skip to content

Commit 020d484

Browse files
Merge pull request #300 from RandomNoun7/maint/master/fix-task-json
(MAINT) Fix ommitted type declaration in task json
2 parents 4104356 + 6710c00 commit 020d484

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)