Forum Discussion

dcee's avatar
dcee
New Contributor
7 years ago
Solved

Odd UI behaviour

I'm getting this message;   Semantic error at paths./domains/{crawl_id} Declared path parameter "crawl_id" needs to be defined as a path parameter at either the path or operation level Jump to li...
  • MarcusJ's avatar
    MarcusJ
    7 years ago

    Hi Dave,

     

    I have corrected your API.  The current problem was with the tags object (looks like you already corrected the previous error you described).  The tags object requires a name and can have a description as shown in the Swagger specification link below.   Using the summary field is not applicable for tags and was removed.  After correcting the tags object it was just indentation errors that needed to be corrected and now it's valid.

     

    http://swagger.io/specification/#operationObject

     

     

    Regards,

    Marcus

    SmartBear Support