Skip to content

Commit

Permalink
adjust CustomHeaderModel summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Feb 27, 2024
1 parent d0e5ade commit 98dab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kontent.Ai.Management/Models/Webhooks/CustomHeaderModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Kontent.Ai.Management.Models.Webhooks;

/// <summary>
/// Represents webhook custom HTTP headers. Custom headers are sent together with existing headers.
/// Represents a custom HTTP header of a webhook. Custom headers are sent together with existing headers.
/// </summary>
public class CustomHeaderModel
{
Expand Down

0 comments on commit 98dab71

Please sign in to comment.