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
I'm a bit unclear as to if this is a typo or intended, but in DRS 1.4.0 bulk object access field naming/pluralization seems a bit inconsistent, which I find trips me up a bit when looking to implement the new parts of the spec version:
POST /objects: unresolved_drs_objects vs resolved_drs_object when the contents of resolved_drs_object are multiple
OPTIONS /objects: resolved_drs_object when the contents of resolved_drs_object are multiple, and of type Authorization, not a DRS object
The text was updated successfully, but these errors were encountered:
I'm a bit unclear as to if this is a typo or intended, but in DRS 1.4.0 bulk object access field naming/pluralization seems a bit inconsistent, which I find trips me up a bit when looking to implement the new parts of the spec version:
POST /objects
:unresolved_drs_objects
vsresolved_drs_object
when the contents ofresolved_drs_object
are multipleOPTIONS /objects
:resolved_drs_object
when the contents ofresolved_drs_object
are multiple, and of typeAuthorization
, not a DRS objectThe text was updated successfully, but these errors were encountered: