Stoplight tags
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stoplight tags
tags:
- name: Users
I use json reference files for api path .Here
i use "tags": [
"Users"
], to call the tags.In stoplight in bundle reference i am able to see the tags in in studio documentation tags are not appearing.
- Labels:
-
Swagger UI
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Gayathri10 ,
Will need more information and possibly screenshots. I don't know what you're expecting to see, nor where you expect to see it.
It sounds like you understand tags quite well, so it might be a bug. If not, you can see more docs here: https://swagger.io/docs/specification/grouping-operations-with-tags/
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ponelat .
I am using stoplight bitbucket cloud integration for my project.
The issue is that.
I have a main openapi (yaml) file with global tags
tags:
- name: Users
description: Everything about Users
and in main openapi (yaml) file i use references of json files for paths and it ooks like this
paths:
/users/login:
post:
$ref: ../paxafe_backend/API/LoginPostApi.json
In LoginPostApi.json file i have tags like "tags": [
"Users"
].
The issue is when i directly upload these files in stoplight i have no issue
But when i update the changes in local branch and then i git push the changes to the respected branch It looks like this
Also on git push styleguide.json and .spectral files are automatically created.Can i know is there any fix for the git push in stoplight for not adding these two files and for this tags issue
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for expanding @Gayathri10 ,
From an OpenAPI point of view, what you're doing looks fine.
I don't know much about how Stoplight works with their branching models, I imagine the best place would be to reach out to them via their support channels... https://support.stoplight.io/s/
