Update Config

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