added chekcs for cron job

This commit is contained in:
tracer 2024-05-01 18:41:24 +02:00
parent 4e056f6831
commit 5d2e95ac3d
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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')),