> Line 164: no value(s) specified (warning code 6)
>> Context
...
*The user needs to be an administrator to access this endpoint*
+ Parameters
>>>> + id: (integer, required) - The ID of the hostserver.
+ Request (application/json)
+ Headers
Authorization: Bearer AccessToken
...
Those warnings are apparently caused by Dingo API @Parameter annotation, e.g:
@Parameter("id", type="integer", required=true, description="The ID of the hostserver.")
Those warnings are apparently caused by Dingo API
@Parameterannotation, e.g:@Parameter("id", type="integer", required=true, description="The ID of the hostserver.")