Skip to content

Commit 9c38749

Browse files
committed
feat(jsonapi-options): add option for client generated ids
1 parent 6cbc1cd commit 9c38749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ public class JsonApiOptions
55
public string Namespace { get; set; }
66
public int DefaultPageSize { get; set; }
77
public bool IncludeTotalRecordCount { get; set; }
8+
public bool AllowClientGeneratedIds { get; set; }
89
}
910
}

0 commit comments

Comments
 (0)