{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/api/dir/:path","auth":"never","basic_auth":false,"method":"put","params":[{"name":"path","type":"string","default":"","desc":"Path of the directory you want to rename","required":false,"in":"path","ref":"","_id":"5468084998b6840800268a2a"},{"name":"dir[name]","type":"string","default":"","desc":"The new name of the directory","required":false,"in":"body","ref":"","_id":"5468084998b6840800268a29"}],"results":{"codes":[{"status":200,"language":"json","code":"{\n \"dir\":{\n \"name\":\"bar\",\n \"path\":\"content/bar\",\n \"isDir\":true,\n \"size\":68,\n \"modTime\":1416535453\n }\n}","name":""},{"code":"{\n \"code\": 404,\n \"status\": \"Not Found\",\n \"message\": \"Directory does not exist\"\n}","status":404,"language":"json"},{"status":409,"language":"json","code":"{\n \"code\": 409,\n \"status\": \"Conflict\",\n \"message\": \"Directory already exists\"\n}"}]},"try":false},"next":{"description":"","pages":[]},"title":"Update Directory","type":"endpoint","slug":"update-directory","excerpt":"","body":"[block:code]\n{\n \"codes\": [\n {\n \"code\": \"$.post('/api/dir/foo', {\\n dir: {\\n name: 'bar'\\n }\\n});\",\n \"language\": \"javascript\"\n }\n ]\n}\n[/block]","updates":[],"order":2,"isReference":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"5468084998b6840800268a28","editedParams2":true,"project":"5467f78598b68408002689f4","createdAt":"2014-11-16T02:13:29.065Z","category":{"sync":{"isSync":false,"url":""},"pages":["5467f78698b68408002689fa","54680584016b480800bc7ca0","546806af016b480800bc7ca3","5468084998b6840800268a28","546808fe016b480800bc7ca6","546809b098b6840800268a32","54680ab898b6840800268a42","54680b5d016b480800bc7cc2","54680b9a016b480800bc7cc5","5468293298b6840800268a79","54682958016b480800bc7cf9","54682fbc016b480800bc7cfd","54f664fd542ade0d00f1c69b"],"title":"API Documentation","slug":"api-documentation","order":0,"from_sync":false,"reference":false,"_id":"5467f78698b68408002689f8","__v":13,"project":"5467f78598b68408002689f4","createdAt":"2014-11-16T01:01:58.022Z","version":"5467f78598b68408002689f7"},"githubsync":"","is_link":false,"__v":0,"editedParams":true,"user":"5467f76e016b480800bc7c7d","version":{"version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["5467f78698b68408002689f8"],"_id":"5467f78598b68408002689f7","project":"5467f78598b68408002689f4","releaseDate":"2014-11-16T01:01:57.550Z","__v":1,"createdAt":"2014-11-16T01:01:57.550Z"}}
putUpdate Directory
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
path:
string
Path of the directory you want to rename
Body Params
dir[name]:
string
The new name of the directory