You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/repos/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42838,7 +42838,7 @@ public enum Operations {
42838
42838
///
42839
42839
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/event_type`.
42840
42840
public var event_type: Swift.String
42841
-
/// JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
42841
+
/// JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
42842
42842
///
42843
42843
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/client_payload`.
42844
42844
public struct client_payloadPayload: Codable, Hashable, Sendable {
@@ -42858,15 +42858,15 @@ public enum Operations {
/// JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
42861
+
/// JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
42862
42862
///
42863
42863
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/client_payload`.
42864
42864
public var client_payload: Operations.repos_sol_create_hyphen_dispatch_hyphen_event.Input.Body.jsonPayload.client_payloadPayload?
42865
42865
/// Creates a new `jsonPayload`.
42866
42866
///
42867
42867
/// - Parameters:
42868
42868
/// - event_type: A custom webhook event name. Must be 100 characters or fewer.
42869
-
/// - client_payload: JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
42869
+
/// - client_payload: JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
0 commit comments