Skip to content

Commit

Permalink
Update misskey-js.api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Dec 27, 2023
1 parent 7f59462 commit 09e7fc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/misskey-js/etc/misskey-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,8 @@ declare namespace entities {
NotesCreateRequest,
NotesCreateResponse,
NotesDeleteRequest,
NotesUpdateRequest,
NotesUpdateResponse,
NotesFavoritesCreateRequest,
NotesFavoritesDeleteRequest,
NotesFeaturedRequest,
Expand Down Expand Up @@ -2441,6 +2443,12 @@ type NotesTranslateResponse = operations['notes/translate']['responses']['200'][
// @public (undocumented)
type NotesUnrenoteRequest = operations['notes/unrenote']['requestBody']['content']['application/json'];

// @public (undocumented)
type NotesUpdateRequest = operations['notes/update']['requestBody']['content']['application/json'];

// @public (undocumented)
type NotesUpdateResponse = operations['notes/update']['responses']['200']['content']['application/json'];

// @public (undocumented)
type NotesUserListTimelineRequest = operations['notes/user-list-timeline']['requestBody']['content']['application/json'];

Expand Down

0 comments on commit 09e7fc7

Please sign in to comment.