Skip to content

Commit 8c6ff13

Browse files
sidjuAndy Grunwald
andauthored
Add response_format_options to ChangeInput struct (#181)
* Add response_format_options to ChangeInput struct Enables requesting additional data from a change creation. * ChangeInput: Rename RespFormatOptions -> ResponseFormatOptions --------- Co-authored-by: Andy Grunwald <andy.grunwald@aiven.io>
1 parent 650ad12 commit 8c6ff13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ type ChangeInput struct {
429429
Author *AccountInput `json:"author,omitempty"`
430430
Notify string `json:"notify,omitempty"`
431431
NotifyDetails string `json:"notify_details,omitempty"`
432+
ResponseFormatOptions []string `json:"response_format_options,omitempty"`
432433
}
433434

434435
// ChangeInfo entity contains information about a change.

0 commit comments

Comments
 (0)