Standard Text Timeseries PATCH requires FULL write to update
@rma-bryson is already working on this.
Since Jun 30, 2026.
- Dominant language
- Java
- Stars
- 28
- Forks
- 25
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
There is no endpoint for PATCHING text timeseries. You would end up POST the same value. But ideally we are doing a PATCH because the field already exists and we want to distinguish at the METHOD what is being done to the data.
Describe the solution you'd like
Create a PATCH endpoint that allows you to do things like change one ID to another and also be able to update the standard-text string optionally.
Describe alternatives you've considered
Continue to use the POST endpoint and set fail-if-exists to False
@inguyen314
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.