You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an existing basic merge function described here. The goal of this feature is to support paths and operations. Like:
openapi-template.yaml:
openapi: 3.0.1info:
title: Pets APIdescription: Nunc fermentum ipsum id bibendum blandit. Praesent sagittis est ut.version: "1.0"paths:
/api/pets:
get:
operationId: listPetspost:
operationId: createPet/api/pets/{id}:
get:
operationId: findPetByIdput:
operationId: updatePetdescription: Update a valid petdelete:
operationId: deletePetdescription: Delete a Pet from databaseparameters:
- name: iddescription: Pet ID to delete
There is an existing basic merge function described here. The goal of this feature is to support paths and operations. Like:
openapi-template.yaml:
App.java
Generates:
This complement auto-generated file with more descriptive documentation
😎
The text was updated successfully, but these errors were encountered: