Update Page

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

If the title is changed, the file will be renamed to match the new title.

$.ajax({
	type: 'PUT',
  url: '/api/page/foo.md',
  data: {
  	meta: JSON.stringify({
      title: 'Rick and Morty'
    }),
    content: '# wubalubadubdub'
  }
});
Path Params
string
required

Page you want to update

Form Data
page
object
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json