Closed mike-marcacci closed 10 years ago
After more thought, I decided I like having a single place to update a record. With that in mind, I'm not sure I want more than one way to do the exact same thing... I'm going to close as won't-fix for now, but would consider reopening.
Having the components PATCH data to
/api/projects/:project
is becoming unwieldy from the server-side perspective, and could have unintended consequences should a component accidentally include other project data in its request. Instead, let's consider implementing the following:[PUT]
and[PATCH]
to/api/projects/:project/flow/:stage/