Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

openapi 3 json and file 400

responses:
        '200':
          description: OK
        '400':
          description: Bad request. User ID must be an integer and larger than 0.
        '401':
          description: Authorization information is missing or invalid.
        '404':
          description: A user with the specified ID was not found.
        '5XX':
          description: Unexpected error.
Source by swagger.io #
 
PREVIOUS NEXT
Tagged: #openapi #json #file
ADD COMMENT
Topic
Name
8+1 =