mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Add discussion_id to WebhookBaseNoteEventSchema (#3775)
This commit is contained in:
parent
4e28908f81
commit
f3e011cebb
@ -87,6 +87,7 @@ export interface WebhookBaseNoteEventSchema extends BaseWebhookEventSchema {
|
||||
id: number;
|
||||
note: string;
|
||||
noteable_type: string;
|
||||
discussion_id: string;
|
||||
author_id: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user