added chekcs for cron job
This commit is contained in:
parent
4e056f6831
commit
5d2e95ac3d
|
@ -2,7 +2,7 @@
|
|||
"name": "24unix/bindapi",
|
||||
"description": "manage Bind9 DNS server via REST API",
|
||||
"version": "1.0.9",
|
||||
"build_number": "372",
|
||||
"build_number": "373",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Micha Espey",
|
||||
|
|
|
@ -247,7 +247,6 @@ class RequestController
|
|||
security: [
|
||||
['Authorization' => []]
|
||||
],
|
||||
|
||||
tags: ['Domains'],
|
||||
parameters: [
|
||||
new OA\Parameter(name: 'name', in: 'path', required: true, schema: new OA\Schema(type: 'string')),
|
||||
|
|
Loading…
Reference in New Issue