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 really don't like this annotation - it's very confusing, and it basically means that the behavior of the field isn't always an input.
I think there's actually a quick fix to this one - we make the field within the body of the resource always OUTPUT_ONLY, and add a field path into the Update method. Could we raise this in the next AEP meeting?
In protobuf, the resource path is only an input parameter in the
context of update. This has resulted in increased complexity, such as
the introduction of an `IDENTIFIER` field behavior that must be
special-cased by linters and generators.
Normalizing update to the same pattern fixes this issue.
related to aep-dev#181
I think there's actually a quick fix to this one - we make the field within the body of the resource always
OUTPUT_ONLY
, and add a fieldpath
into theUpdate
method. Could we raise this in the next AEP meeting?Originally posted by @toumorokoshi in #170 (comment)
The text was updated successfully, but these errors were encountered: