Skip to content

Commit

Permalink
Fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
guthierry committed Nov 7, 2023
1 parent c7a66ea commit 3424fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/field_boundary_management_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ values={[
fields: ["1a952614-3673-4d1e-b677-1f7224339ec6"]
}

axios.patch(endpoint, { headers, data })
axios.post(endpoint, { headers, data })
.then(res => console.log(res.data))
.catch(console.error)
```
Expand Down

0 comments on commit 3424fc1

Please sign in to comment.