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
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
Template RAML where the issue is seen,
/myapi:
description: "Some description"
put:
description: "some description."
queryParameters:
someName:
description: "Some name"
type: "string"
required: true
example: "some example"
body:
application/xml:
type: MyAPI
responses:
200:
body:
type: "string"
500:
body:
type: Error