Skip to content

Commit

Permalink
Add source_field for media events
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Mar 5, 2025
1 parent 7ac4cd8 commit 2e57e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type Content struct {
DestinationMimeType string `json:"mimetype" description:"MIME type of the derivative being created"`
Args string `json:"args" description:"Arguments used or applicable to the content"`
SourceURI string `json:"source_uri" description:"Source URI from which the content is fetched"`
SourceField string `json:"source_field" description:"Source field from which the media is fetched"`
DestinationURI string `json:"destination_uri" description:"Destination URI to where the content is delivered"`
FileUploadURI string `json:"file_upload_uri" description:"File upload URI for uploading the content"`
}
Expand Down

0 comments on commit 2e57e8e

Please sign in to comment.