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
Resources don't support more than 1 "write" action via the create key. This means that customers using resources have to "exit" out of resources to add support for update-relating write actions.
Desired Behavior / Feature Request
Update the ResourceSchema to support an optional update field. This could map to a {resourceName}Update key.
The text was updated successfully, but these errors were encountered:
If there is consideration to open up the resource to handle updates, then I would suggest adding delete as well. Then the whole CRUD sequence would be supported by a resource.
@rnegron would like to work on this task, can you assign me this task? I am new to open source learning and adapting accordingly. Thanking you in anticipation
Current Behavior
Resources don't support more than 1 "write" action via the
create
key. This means that customers usingresources
have to "exit" out ofresources
to add support for update-relating write actions.Desired Behavior / Feature Request
Update the ResourceSchema to support an optional
update
field. This could map to a{resourceName}Update
key.The text was updated successfully, but these errors were encountered: