Added RegisterJobDefinition

This commit is contained in:
Terry Cain 2017-10-04 20:17:29 +01:00
commit 558f246115
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
5 changed files with 148 additions and 2 deletions

View file

@ -13,5 +13,6 @@ url_paths = {
'{0}/v1/createjobqueue': BatchResponse.dispatch,
'{0}/v1/describejobqueues': BatchResponse.dispatch,
'{0}/v1/updatejobqueue': BatchResponse.dispatch,
'{0}/v1/deletejobqueue': BatchResponse.dispatch
'{0}/v1/deletejobqueue': BatchResponse.dispatch,
'{0}/v1/registerjobdefinition': BatchResponse.dispatch
}