config4k:0.4.1
to config4k:0.4.2
anyways.
Uncaught SyntaxError: Unexpected token '<'
. I think this is because it can't locate the bundle.js
Hi - I'm trying to curl for validations of an open api spec... but it errors with "400 An api definition is missing in api_definition field". Here's a snippet showing what I'm doing:
curl -X POST \
-H "Content-Type: application/x-yaml" \
--data "$(cat ~/restful-apis/abc/v1/api-spec.yml)" \
http://localhost:8000/api-violations/
does the server not support v3 specs in yaml? I guess it do .. and I probably need to hint it somehow :).... Any ideas? (sorry for the nOOb question)