CDA-130 - Adds support for patial patches. Implements for text-timeseries - #1931
Open
rma-bryson wants to merge 1 commit into
Open
rma-bryson wants to merge 1 commit into
rma-bryson wants to merge 1 commit into
Conversation
rma-bryson
force-pushed
the
feature/CDA-130-partial-patch-for-timeseries-text
branch
6 times, most recently
from
September 11, 2026 18:32
bfa25b9 to
35435ad
Compare
rma-bryson
marked this pull request as ready for review
September 11, 2026 19:07
…eries. updates open api doc test to check abstractions of accessors for parameters
rma-bryson
force-pushed
the
feature/CDA-130-partial-patch-for-timeseries-text
branch
from
September 16, 2026 21:15
35435ad to
439249f
Compare
rma-bryson
commented
Sep 16, 2026
| ) | ||
| @Override | ||
| public void create(@NotNull Context ctx) { | ||
| super.create(ctx); |
Collaborator
Author
There was a problem hiding this comment.
@MikeNeilson - the create for v2 does the same thing as previous behavior where it stores regardless of if the data exists or not (essentially acting as both a create and an update). Wondering if we want to start enforcing POST is only for non-existing data, PATCH should be used for data that already exists in v2 and beyond?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Establishes support for partial patch with text timeseries implementation.
Related Issue
Closes #1715
Validation
Integration and unit tests
Checklist