⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily.dev-unit.com
/
.scribe
/
endpoints
/
View File Name :
custom.0.yaml
# To include an endpoint that isn't a part of your Laravel app (or belongs to a vendor package), # you can define it in a custom.*.yaml file, like this one. # Each custom file should contain an array of endpoints. Here's an example: # See https://scribe.knuckles.wtf/laravel/documenting/custom-endpoints#extra-sorting-groups-in-custom-endpoint-files for more options #- httpMethods: # - POST # uri: api/doSomething/{param} # metadata: # groupName: The group the endpoint belongs to. Can be a new group or an existing group. # groupDescription: A description for the group. You don't need to set this for every endpoint; once is enough. # subgroup: You can add a subgroup, too. # title: Do something # description: 'This endpoint allows you to do something.' # authenticated: false # headers: # Content-Type: application/json # Accept: application/json # urlParameters: # param: # name: param # description: A URL param for no reason. # required: true # example: 2 # type: integer # queryParameters: # speed: # name: speed # description: How fast the thing should be done. Can be `slow` or `fast`. # required: false # example: fast # type: string # bodyParameters: # something: # name: something # description: The things we should do. # required: true # example: # - string 1 # - string 2 # type: 'string[]' # responses: # - status: 200 # description: 'When the thing was done smoothly.' # content: # Your response content can be an object, an array, a string or empty. # { # "hey": "ho ho ho" # } # responseFields: # hey: # name: hey # description: Who knows? # type: string # This is optional