Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
add _render/template/{id} too
Browse files Browse the repository at this point in the history
  • Loading branch information
brwe committed Sep 18, 2015
1 parent 4f0e966 commit f6871ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/webpackShims/kb/api_2_0/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,17 @@ define(function () {
}
}
});

api.addEndpointDescription('_render_search_template_with_id', {
methods: ['GET'],
patterns: [
"_render/template/{id}"
],
data_autocomplete_rules: {
"params": {
}
}
});

api.addEndpointDescription('_get_delete_search_template', {
methods: ['GET', 'DELETE'],
Expand Down

0 comments on commit f6871ff

Please sign in to comment.