Prasanna68
6 months agoNew Member
How to customize API interface name from path url ?
I am creating an api with open api 3.0.3. I wanted to start the API path with {schemekey}/schema/. I want path variable {schemekey} on first part of url, but with the above yaml spec, generated api interface name was coming as schemaKeyAPI. how to resolve this ?
servers:
- url: https://localhost:8550/workbench/
tags:
- name: schema-definition
description: This service is for schema definition management
paths:
/{schemaKey}/schema-definition:
post:
tags:
- domain-schema-definition