OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
vendor
/
zircote
/
swagger-php
/
Examples
/
petstore.swagger.io
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:50 AM
rwxr-xr-x
📄
ApiResponse.php
388 bytes
08/07/2024 04:34:26 AM
rw-r--r--
📁
Controllers
-
08/07/2024 04:34:49 AM
rwxr-xr-x
📁
Models
-
08/07/2024 04:34:49 AM
rwxr-xr-x
📄
OpenApiSpec.php
1.02 KB
08/07/2024 04:34:26 AM
rw-r--r--
📄
OpenApiTags.php
619 bytes
08/07/2024 04:34:26 AM
rw-r--r--
📄
PetstoreAuth.php
594 bytes
08/07/2024 04:34:26 AM
rw-r--r--
📄
petstore.swagger.io.json
33.24 KB
08/07/2024 04:34:26 AM
rw-r--r--
📄
petstore.swagger.io.yaml
16.63 KB
08/07/2024 04:34:26 AM
rw-r--r--
Editing: OpenApiSpec.php
Close
<?php namespace OpenApi\Examples\PetstoreSwaggerIo; use OpenApi\Annotations as OA; /** * @OA\OpenApi( * @OA\Info( * version="1.0.0", * title="Swagger Petstore", * description="This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.", * termsOfService="http://swagger.io/terms/", * @OA\Contact( * email="apiteam@swagger.io" * ), * @OA\License( * name="Apache 2.0", * url="http://www.apache.org/licenses/LICENSE-2.0.html" * ) * ), * @OA\Server( * description="OpenApi host", * url="https://petstore.swagger.io/v3" * ), * @OA\ExternalDocumentation( * description="Find out more about Swagger", * url="http://swagger.io" * ) * ) */ class OpenApiSpec { }