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 f6454b2 commit 35debc5Copy full SHA for 35debc5
src/client/Qiita.ts
@@ -490,7 +490,7 @@ export class Qiita extends Gateway {
490
* @param options.title 投稿のタイトル
491
* @return 投稿
492
*/
493
- public updateItem = (item_id: string, options: options.CreateItemOptions) => {
+ public updateItem = (item_id: string, options: options.UpdateItemOptions) => {
494
return this.patch<Item>(`${this.url}${this.version}/items/${item_id}`, options);
495
}
496
0 commit comments