File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 name: 'period' ,
33 'in' : 'path' ,
4- description: 'The name of the period for which you would like to grab the current note.' ,
4+ description: 'The name of the period for which you would like to grab a periodic note.' ,
55 required: true ,
66 schema: {
77 type: 'string' ,
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ std.manifestYamlDoc(
342342 parameters+: [ParamPeriod],
343343 },
344344 },
345- '/periodic/{year }/{month }/{day }/{period }/' : {
345+ '/periodic/{period }/{year }/{month }/{day }/' : {
346346 get: Get {
347347 tags: [
348348 'Periodic Notes' ,
Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ export default class RequestHandler {
12411241 . post ( this . periodicPost . bind ( this ) )
12421242 . delete ( this . periodicDelete . bind ( this ) ) ;
12431243 this . api
1244- . route ( "/periodic/:year/:month/:day/:period /" )
1244+ . route ( "/periodic/:period/: year/:month/:day/" )
12451245 . get ( this . periodicGet . bind ( this ) )
12461246 . put ( this . periodicPut . bind ( this ) )
12471247 . patch ( this . periodicPatch . bind ( this ) )
You can’t perform that action at this time.
0 commit comments