Recieving this message when uploading my json swagger def:
An error occured while converting swagger file to WADL file. Error: 'Swagger document does not include required title field'. Your API may not work with apps.
I would expect that the title it wants is in info.title which is where swashbuckle's default config placed it.
partial of swagger:
{ "swagger":"2.0", "info": { "version":"v1", "title":"My API Title" }, "host":"**removed**", "schemes":["https"], "paths":{ ...[paths removed for brevity]... }, "securityDefinitions": { "AAD":{ "type":"oauth2", "flow":"implicit", "authorizationUrl":"**removed**", "scopes":{} } } }
this time it worked immediately, and i even used the same name for the api so i could test if the previous attempt had left any vestige behind.
next i will try again w/o using a private window...
confirmed: once i used a private window, all subsequent custom api creations worked as before, even when not in a private window.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
255 | |
236 | |
82 | |
36 | |
27 |
User | Count |
---|---|
311 | |
266 | |
120 | |
69 | |
44 |