-
Notifications
You must be signed in to change notification settings - Fork 126
SaaS API endpoints #1109
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
base: main
Are you sure you want to change the base?
SaaS API endpoints #1109
Conversation
|
Few checks are failing can you resolve them |
fix formatting
Done! |
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.
LGTM
| type: array | ||
| items: | ||
| $ref: addons_resource_metadata.yml | ||
| description: Metadata associated with the resource, set by the user. Metadata expected varies per app, and can be verified with a GET request to "/v2/add-ons/saas/apps/{app_slug}/metadata" |
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.
This seems incorrect 🤔 it should be /v2/add-ons/apps/{app_slug}/metadata right?
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.
Good catch, you're right - we changed that URL midway through this and I missed that one. It and related should be fixed now.
Adds docs for recently-added endpoints for Marketplace SaaS operations.