Error validating path parameter for. %2F decoding

Issue #328 new
Former user created an issue

I'm using swagger validator against a schema which uses an encrypted and encoded path parameter field (like below). However %2F in request url seems to be decoding in validator causing:

DefaultValidationReportHandler - "No API path found that matches request [Get URL]". Is there any way to skip the %2F to / decoding to resolve this?

paths:
  /example/{referenceKey}/search:

parameters:
      - name: referenceKey
        in: path
        description: 'The encrypted account key.'
        required: true
        type: string

Comments (0)

  1. Log in to comment