Comment on APIs.io – The API search engineComments−nvk11yI'm getting 400 error when trying to add my APIhttps://coinkite.com/static/api/apis.json−picsoungOP11yHi,You could use http://apis.io/lint to validate your apis.json file.Testing your file I found that properties are not correct"properties": [ { "type": "X-Documentation", "url": "https://docs.coinkite.com" } ],should workalso "photo" is not a valid parameter. And "vCard" is expecting a URL and can't be empty.hope it helps
Comments
I'm getting 400 error when trying to add my API
https://coinkite.com/static/api/apis.json
Hi,
You could use http://apis.io/lint to validate your apis.json file.
Testing your file I found that properties are not correct
"properties": [ { "type": "X-Documentation", "url": "https://docs.coinkite.com" } ],
should work
also "photo" is not a valid parameter. And "vCard" is expecting a URL and can't be empty.
hope it helps