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