Skip to content

Warnings generated when rendering documentation #1

@AdrienNeveu

Description

@AdrienNeveu
  • Warning message
> 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 
       ...
  • Cause

Those warnings are apparently caused by Dingo API @Parameter annotation, e.g:

@Parameter("id", type="integer", required=true, description="The ID of the hostserver.")

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions