Skip to content

Conversation

jasonmccreary
Copy link
Collaborator

This will generate a statement to fill an existing model with the validated request data on update. Note, this is rather nuanced, only for shorthand references where validation is used.

For example:

update:
    validate: post
    update: post

But not:

update:
    update: post

Or:

update:
    validate: other, columns
    update: name, title, post

Fixes #292

@jasonmccreary jasonmccreary merged commit 66de68d into master Jul 16, 2020
@jasonmccreary jasonmccreary deleted the fix-292 branch February 19, 2022 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The API Resource Controller update() does not actually update
1 participant