Commit 2f08bd37 authored by Samuel McDermott's avatar Samuel McDermott
Browse files

Use `application/json` for put

parent 97ff8d40
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ export default {
      axios
        .put(this.stageTypeUri, this.stageType,{
          headers: {
              'Content-Type': 'text/plain',
              'Content-Type': 'application/json',
          }
        })
        .then(response => {