-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update can funding summary openapi spec #2963
fix: update can funding summary openapi spec #2963
Conversation
schema: | ||
type: array | ||
items: | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure if the portfolio
parameter here should be the portfolio ID, name, or abbreviation. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧡 Looks great @maiyerlee
What changed
This PR updates the openapi.yml file to reflect changes to the CAN Funding Summary (
/api/v1/can-funding-summary/{can_id}
) endpoint for supporting CAN Summary Information cards.can_id
path parametercan_ids
query parameter: Required list of CAN Idsactive_period
query parameter: Optional list of active periodstransfer
query parameter: Optional list of method of transfer typesportfolio
query parameter: Optional list of portfoliosfy_budget
query parameter: Optional list of exactly two values (min and max)new_funding
to the response object: String value of the spending amountIssue
#2961
How to test
The openapi.yml file has been successfully generated and is free of any syntax issues.
Screenshots
N/A
Definition of Done Checklist
Links
N/A