put https://example.com/api/config
$.ajax({
type: 'PUT',
url: '/api/config',
data: {
config: JSON.stringify({
title: 'Time Travel'
})
}
});
$.ajax({
type: 'PUT',
url: '/api/config',
data: {
config: JSON.stringify({
title: 'Time Travel'
})
}
});
Try It!
to start a request and see the response here!