{"_id":"54680ab898b6840800268a42","project":"5467f78598b68408002689f4","user":"5467f76e016b480800bc7c7d","category":{"_id":"5467f78698b68408002689f8","__v":13,"project":"5467f78598b68408002689f4","pages":["5467f78698b68408002689fa","54680584016b480800bc7ca0","546806af016b480800bc7ca3","5468084998b6840800268a28","546808fe016b480800bc7ca6","546809b098b6840800268a32","54680ab898b6840800268a42","54680b5d016b480800bc7cc2","54680b9a016b480800bc7cc5","5468293298b6840800268a79","54682958016b480800bc7cf9","54682fbc016b480800bc7cfd","54f664fd542ade0d00f1c69b"],"version":"5467f78598b68408002689f7","sync":{"url":"","isSync":false},"reference":false,"createdAt":"2014-11-16T01:01:58.022Z","from_sync":false,"order":0,"slug":"api-documentation","title":"API Documentation"},"editedParams2":true,"is_link":false,"editedParams":true,"githubsync":"","version":{"_id":"5467f78598b68408002689f7","project":"5467f78598b68408002689f4","__v":1,"createdAt":"2014-11-16T01:01:57.550Z","releaseDate":"2014-11-16T01:01:57.550Z","categories":["5467f78698b68408002689f8"],"is_deprecated":false,"is_hidden":false,"is_beta":false,"is_stable":true,"codename":"","version_clean":"1.0.0","version":"1.0"},"__v":1,"updates":["57fc2cc34002550e004c0387"],"next":{"pages":[],"description":""},"createdAt":"2014-11-16T02:23:52.662Z","link_external":false,"link_url":"","sync_unique":"","hidden":false,"api":{"basic_auth":false,"method":"put","results":{"codes":[{"status":200,"name":"","code":"{\n \"page\":{\n \"path\":\"/super-duper.md\",\n \"metadata\":{\n \"description\":\"bla bla bla\",\n \"title\":\"Super Duper\"\n },\n \"content\":\"This is awesome\"\n }\n}","language":"json"},{"language":"json","status":400,"code":"{\n \"code\":400,\n \"status\":\"Bad Request\",\n \"message\":\"Malformed JSON\"\n}"},{"code":"{\n \"code\":404,\n \"status\":\"Not Found\",\n \"message\":\"Page does not exist\"\n}","language":"json","status":404}]},"try":false,"auth":"never","params":[{"_id":"54680ab898b6840800268a45","ref":"","in":"path","required":false,"desc":"Page you want to update","default":"","type":"string","name":"path"},{"_id":"54680ab898b6840800268a44","ref":"","in":"body","required":false,"desc":"Stringified JSON containing page metadata","default":"","type":"string","name":"page[meta]"},{"_id":"54680ab898b6840800268a43","ref":"","in":"body","required":false,"desc":"Content of page in markdown","default":"","type":"string","name":"page[content]"}],"url":"/api/page/:path"},"isReference":false,"order":6,"body":"If the title is changed, the file will be renamed to match the new title.\n[block:code]\n{\n \"codes\": [\n {\n \"code\": \"$.ajax({\\n\\ttype: 'PUT',\\n url: '/api/page/foo.md',\\n data: {\\n \\tmeta: JSON.stringify({\\n title: 'Rick and Morty'\\n }),\\n content: '# wubalubadubdub'\\n }\\n});\",\n \"language\": \"javascript\"\n }\n ]\n}\n[/block]","excerpt":"","slug":"update-page","type":"endpoint","title":"Update Page"}
putUpdate Page
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
path:
string
Page you want to update
Body Params
page[meta]:
string
Stringified JSON containing page metadata
page[content]:
string
Content of page in markdown