-
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
feat: [MMC-125] add paymentButton and agentDeepLinks #1366
base: main
Are you sure you want to change the base?
Conversation
email: [email protected] | ||
|
||
servers: | ||
- description: Development Test |
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.
Each apply should expose only one server:
- description: Development Test | |
- url: https://${hostname} | |
description: Generated server url |
# Security schemes. | ||
# ============================================================================ | ||
securitySchemes: | ||
oAuth2_dev: |
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.
As above.
operationId: getNetworkConnection | ||
description: Get network connection info | ||
security: | ||
- oAuth2_dev: [] #per DEV |
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.
As above
operationId: getNetworkConnection | ||
description: Get network connection info | ||
security: | ||
- oAuth2_dev: [] #per DEV |
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.
As above
List of changes
Motivation and context
Type of changes
Does this introduce a change to production resources with possible user impact?
Does this introduce an unwanted change on infrastructure? Check terraform plan execution result
Has This Been Tested?
Other information
Target:
How Has This Been Tested?
Link to test results
If PR is partially applied, why? (reserved to mantainers)