Hide Forgot
Description of problem: All curl examples in rest-api-* docs which is generated via generate-rest-docs does not specify request method. Version-Release number of selected component (if applicable): devenv_3685 How reproducible: always Steps to Reproduce: 1.ssh into instance. 2.generate rest api doc via generate-rest-doc. 3.check the curl examples in the doc generated above. Actual results: Delete ssh key curl -u first.last:password https://openshift.redhat.com/broker/rest/user/keys/mykey Expected results: curl -u first.last:password https://openshift.redhat.com/broker/rest/user/keys/mykey -X DELETE Additional info:
https://github.com/openshift/origin-server/pull/3503
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/dab1bc8ddc9fb609e6f2f49eaf33eae4b258895b Bug 999891
Verified on devenv_3716, all curl examples in rest-api-* docs which is generated via generate-rest-docs have specify request method. Example using curl command curl -X GET -u first.last:password https://openshift.redhat.com/broker/rest/api Move to verified.