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
I am running a page that provides the api I created to others.
How to use api is provided by using swagger-ui and automated swagger doc.
However, when I haven't registered doc yet, I show the following message. Unable to render this definition The provided definition does not specify a valid version field.
This is a right message. But I want to provide a friendly message. For example, "It's a service that we haven't provided yet."
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running a page that provides the api I created to others.
How to use api is provided by using swagger-ui and automated swagger doc.
However, when I haven't registered doc yet, I show the following message.
Unable to render this definition The provided definition does not specify a valid version field.
This is a right message. But I want to provide a friendly message. For example, "It's a service that we haven't provided yet."
code
I'm using the vue to provide it.
I searched for this, but I could only find a way to fix the error. I want to just edit the message.
How can I do?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions