put
https://example.com/api/page/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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'
}
});
