We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3942f54 commit 2459508Copy full SHA for 2459508
README.md
@@ -127,7 +127,7 @@ patch.preferences.create_preference((project_id: projectId));
127
128
// Retrieve a preference
129
const preferenceId = 'pre_test_1234'; // Pass in the preferences's id
130
-patch.preferences.retrieve_preference(preferenceId);
+patch.preferences.retrievePreference(preferenceId);
131
132
// Delete a preference
133
0 commit comments