We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4ee6 commit ad6de3cCopy full SHA for ad6de3c
src/Elastic.Documentation/Links/LinkReferenceRegistry.cs
@@ -15,7 +15,7 @@ public record LinkReferenceRegistry
15
public required Dictionary<string, Dictionary<string, LinkRegistryEntry>> Repositories { get; init; }
16
17
[JsonIgnore]
18
- public required string? ETag { get; init; }
+ public string? ETag { get; init; }
19
20
public LinkReferenceRegistry WithLinkRegistryEntry(LinkRegistryEntry entry)
21
{
0 commit comments