Skip to content

feat(httpserver): Add update subscription endpoint#2047

Merged
jcscottiii merged 1 commit intomainfrom
jcscottiii/update-subscription
Nov 27, 2025
Merged

feat(httpserver): Add update subscription endpoint#2047
jcscottiii merged 1 commit intomainfrom
jcscottiii/update-subscription

Conversation

@jcscottiii
Copy link
Copy Markdown
Collaborator

This changes adds a new HTTP endpoint to update existing subscriptions. It allows clients to modify the triggers and frequency of their subscriptions. The implementation includes validation of input data and appropriate error handling.

@jcscottiii jcscottiii force-pushed the jcscottiii/create-subscription branch from 67815b4 to 4733d67 Compare November 26, 2025 23:05
@jcscottiii jcscottiii force-pushed the jcscottiii/update-subscription branch from 9dc7620 to 09f46ab Compare November 26, 2025 23:06
@jcscottiii jcscottiii force-pushed the jcscottiii/create-subscription branch from 4733d67 to d501750 Compare November 26, 2025 23:29
@jcscottiii jcscottiii force-pushed the jcscottiii/update-subscription branch from 09f46ab to fb3654b Compare November 26, 2025 23:44
Base automatically changed from jcscottiii/create-subscription to main November 27, 2025 00:29
This changes adds a new HTTP endpoint to update existing subscriptions. It allows clients to modify
the triggers and frequency of their subscriptions. The implementation includes validation of input data
and appropriate error handling.
@jcscottiii jcscottiii force-pushed the jcscottiii/update-subscription branch from fb3654b to a96c0e6 Compare November 27, 2025 00:51
@jcscottiii jcscottiii enabled auto-merge November 27, 2025 00:52
@jcscottiii jcscottiii added this pull request to the merge queue Nov 27, 2025
Merged via the queue into main with commit eb82e9c Nov 27, 2025
7 checks passed
@jcscottiii jcscottiii deleted the jcscottiii/update-subscription branch November 27, 2025 01:47
@jcscottiii jcscottiii linked an issue Dec 1, 2025 that may be closed by this pull request
@DanielRyanSmith DanielRyanSmith mentioned this pull request Dec 4, 2025
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.

[API] Implement CRUD Endpoints for Subscriptions

2 participants