response-extension.swagger.yaml 287 B

12345678910111213141516
  1. swagger: "2.0"
  2. paths:
  3. /:
  4. get:
  5. operationId: "myOperation"
  6. tags: ["myTag"]
  7. summary: an operation
  8. responses:
  9. "200":
  10. description: ok
  11. '404':
  12. x-error: true
  13. x-error-codes: [NOT_FOUND]
  14. description: Not found