I don't think it does. It expects to read the yaml to validate from the request body and there's no usual way to supply that via a GET request.
@robnester pointed this out in channel.
Is GET actually used anywhere here?
GET
:thumbsup:
Pull-Request has been merged by mprahl
I don't think it does. It expects to read the yaml to validate from the
request body and there's no usual way to supply that via a GET request.