What kind of file should be uploaded here?
Asked
Active
Viewed 197 times
0

Casper Dijkstra
- 1,615
- 10
- 37

Seun Ekunkoya
- 3
- 1
-
Does this answer your question or did i misinterpret your question? – Casper Dijkstra Nov 19 '20 at 08:12
1 Answers
0
You can upload a JSON or YAML file that contains your API specification, you can find more info here.
Exemplary json file:
{
"title": "Sample Pet Store App",
"description": "This is a sample server for a pet store.",
"termsOfService": "http://example.com/terms/",
"contact": {
"name": "API Support",
"url": "http://www.example.com/support",
"email": "support@example.com"
},
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.0.1"
}

Casper Dijkstra
- 1,615
- 10
- 37