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 eb0d9ed commit 2fc81c3Copy full SHA for 2fc81c3
README.md
@@ -135,5 +135,5 @@ patch.preferences.delete_preference(preferenceId);
135
136
// Retrieve a list of preferences
137
const page = 1; // Pass in which page of preferences you'd like
138
-patch.preferences.retrieve_preferences({ page });
+patch.preferences.retrievePreferences({ page });
139
```
0 commit comments