Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created May 8, 2017 15:06
Show Gist options
  • Save justinvdm/d9797ed6a8d05448c4ddc866e30e3488 to your computer and use it in GitHub Desktop.
Save justinvdm/d9797ed6a8d05448c4ddc866e30e3488 to your computer and use it in GitHub Desktop.
diff --git a/src/api/callNotes.js b/src/api/callNotes.js
index 100039a..88018d8 100644
--- a/src/api/callNotes.js
+++ b/src/api/callNotes.js
@@ -5,7 +5,7 @@ import { parseResults } from 'src/api/parse';
export const listCallNotes = (auth, params = {}) => request({
- url: '/call_note/',
+ url: '/v2/call_note/',
method: 'GET',
schema: arrayOf(CallNote),
parse: parseResults,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment