Skip to content

Commit 6fa30e3

Browse files
Commit via running ake Sources/repos
1 parent c6227f5 commit 6fa30e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/repos/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42838,7 +42838,7 @@ public enum Operations {
4283842838
///
4283942839
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/event_type`.
4284042840
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.
4284242842
///
4284342843
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/client_payload`.
4284442844
public struct client_payloadPayload: Codable, Hashable, Sendable {
@@ -42858,15 +42858,15 @@ public enum Operations {
4285842858
try encoder.encodeAdditionalProperties(additionalProperties)
4285942859
}
4286042860
}
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.
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.
4286242862
///
4286342863
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dispatches/POST/requestBody/json/client_payload`.
4286442864
public var client_payload: Operations.repos_sol_create_hyphen_dispatch_hyphen_event.Input.Body.jsonPayload.client_payloadPayload?
4286542865
/// Creates a new `jsonPayload`.
4286642866
///
4286742867
/// - Parameters:
4286842868
/// - 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.
4287042870
public init(
4287142871
event_type: Swift.String,
4287242872
client_payload: Operations.repos_sol_create_hyphen_dispatch_hyphen_event.Input.Body.jsonPayload.client_payloadPayload? = nil

0 commit comments

Comments
 (0)