Created
May 8, 2017 15:06
-
-
Save justinvdm/d9797ed6a8d05448c4ddc866e30e3488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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