Re: Getting "Not a valid parameter definition" error

2016-10-17 Thread tony tam
Path parameters are always required. - name: culture in: path required: false type: string Is invalid for the spec. > On Oct 16, 2016, at 11:00 PM, Anirban Das wrote: > > I cannot figure out why I am getting this error. I have the same input > parameter throughou

Getting "Not a valid parameter definition" error

2016-10-16 Thread Anirban Das
I cannot figure out why I am getting this error. I have the same input parameter throughout. Any help would be appreciated. Error Object code: "ONE_OF_MISSING" params: Array [0] message: "Not a valid parameter definition" path: Array [5] 0: "paths" 1: "/{applicationName}/globalization/resource