We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bind parameters to route spec.
String: Endpoint to witch parameters was bound
var route = "/sites/:site_id/entries/:entry_id/comments/:comment_id"; api.bindEndpointParams(route, { blog_id: 1, entry_id: {id: 1}, comment_id: functioin(){ return 1; } });