Add postLlmGatewaySavingsGoals request#159
Open
jennifer-beckingham-mh wants to merge 1 commit into
Open
Conversation
MON-3945 Add llm-gateway request module and export from the requests index for POST /llm-gateway/savings-goals via API gateway v3. Co-authored-by: Cursor <cursoragent@cursor.com>
jay-mh1
approved these changes
May 22, 2026
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.
MON-3945
Add llm-gateway request module and export from the requests index for POST /llm-gateway/savings-goals via API gateway v3.
Note
Low Risk
Low risk: adds a new request wrapper and export without changing existing request behavior; main risk is incorrect scope/version causing runtime API errors.
Overview
Adds a new
llm-gatewayrequest module exposingpostLlmGatewaySavingsGoals, whichPOSTs to/llm-gateway/savings-goalsusing API versionv3and client-credentials scopellm_gateway_savings_goals:write(unless an explicittokenis provided).Wires the new module into the requests index export and updates the API client test to expect the new method.
Reviewed by Cursor Bugbot for commit 0990377. Bugbot is set up for automated code reviews on this repo. Configure here.