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 6cbc1cd commit 9c38749Copy full SHA for 9c38749
src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs
@@ -5,5 +5,6 @@ public class JsonApiOptions
5
public string Namespace { get; set; }
6
public int DefaultPageSize { get; set; }
7
public bool IncludeTotalRecordCount { get; set; }
8
+ public bool AllowClientGeneratedIds { get; set; }
9
}
10
0 commit comments