File tree Expand file tree Collapse file tree
src/main/java/com/uwetrottmann/trakt5/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131public interface Notes {
3232
3333 /**
34- * <b>VIP Only, OAuth {@link TraktV2#accessToken(String) access token} required</b>
34+ * <b>OAuth {@link TraktV2#accessToken(String) access token} optionalOAuth {@link TraktV2#accessToken(String) access token} required</b>
3535 * <p>
3636 * Add a note (maximum 500 characters). Note: this also replaces an existing note.
3737 * <p>
@@ -43,7 +43,7 @@ Call<Note> addNote(
4343 );
4444
4545 /**
46- * <b>VIP Only, OAuth {@link TraktV2#accessToken(String) access token} required</b>
46+ * <b>OAuth {@link TraktV2#accessToken(String) access token} optionalOAuth {@link TraktV2#accessToken(String) access token} required</b>
4747 * <p>
4848 * Get a note.
4949 * <p>
@@ -55,7 +55,7 @@ Call<Note> getNote(
5555 );
5656
5757 /**
58- * <b>VIP Only, OAuth {@link TraktV2#accessToken(String) access token} required</b>
58+ * <b>OAuth {@link TraktV2#accessToken(String) access token} optionalOAuth {@link TraktV2#accessToken(String) access token} required</b>
5959 * <p>
6060 * Update a note (maximum 500 characters).
6161 * <p>
@@ -68,7 +68,7 @@ Call<Note> updateNote(
6868 );
6969
7070 /**
71- * <b>VIP Only, OAuth {@link TraktV2#accessToken(String) access token} required</b>
71+ * <b>OAuth {@link TraktV2#accessToken(String) access token} optionalOAuth {@link TraktV2#accessToken(String) access token} required</b>
7272 * <p>
7373 * Delete a note.
7474 * <p>
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Call<List<BaseShow>> collectionShows(
148148 );
149149
150150 /**
151- * <b>VIP Only, OAuth {@link TraktV2#accessToken(String) access token} optional</b>
151+ * <b>OAuth {@link TraktV2#accessToken(String) access token} optionalOAuth {@link TraktV2#accessToken(String) access token} optional</b>
152152 * <p>
153153 * Returns the most recently added notes for the user.
154154 * <p>
You can’t perform that action at this time.
0 commit comments