You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review the possible return values produced by BaseJsonApiController<,> action methods and compare them with the response status codes defined in JSON:API.
For example, if client-generated IDs are enabled, we should add 409 Conflict to the list of response status codes.
The text was updated successfully, but these errors were encountered:
Review the possible return values produced by
BaseJsonApiController<,>
action methods and compare them with the response status codes defined in JSON:API.For example, if client-generated IDs are enabled, we should add
409 Conflict
to the list of response status codes.The text was updated successfully, but these errors were encountered: