-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
Would be really useful to have a additional trigger so we can add a extra column for the "parent url" path in list like from the below:
Method Path File
---------- ------------------------------------------------ ------------------------
GET /app_packages MEC010-2_AppPkgMgmt.yaml
POST /app_packages MEC010-2_AppPkgMgmt.yaml
to
Method Path File
---------- ------------------------------------------------ ------------------------
GET app-pkgm/v1/app_packages MEC010-2_AppPkgMgmt.yaml
POST app-pkgm/v1/app_packages MEC010-2_AppPkgMgmt.yaml
from the OpenApi yaml you can find it under:
servers:
- url: 'https://localhost/app_lcm/v1'
openapi: 3.0.0
tags:
- name: app-lcm
Yeah I know its not that difficult to change the code and add it, will try to experiment!!
Maybe some changes in utils/repository.py
Thanks for the tool!!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels