-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Configuration parts
doesn't work, if you don't pass parts
param in Ping.ping method, it was replaced with a callback instead of undefined
.
To fix it, we should specify the accepts param
"methods": {
"ping": {
"accepts": [
{"arg": "parts", "type": "Object"}
],
"returns": {
"arg": "result",
"type": "Object",
"root": true
},
"description": "Ping the API to retrieve its internal state",
"http": {
"path": "/",
"verb": "get"
}
}
}
Metadata
Metadata
Assignees
Labels
No labels