JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Support for client-generated IDs

Open maurei opened this issue 4 years ago • 1 comments

Currently the OpenApi integration takes into account the JsonApiOptions.AllowClientGeneratedIds option when generating schemas for resource objects, but this hasn't been thoroughly tested.

maurei avatar Sep 01 '21 12:09 maurei

AllowClientGeneratedIds was renamed to ClientIdGeneration. It can be set in global options, then overridden per resource type. See https://www.jsonapi.net/usage/options.html#client-generated-ids.

bkoelman avatar Feb 07 '24 08:02 bkoelman