-
Notifications
You must be signed in to change notification settings - Fork 22
Data Ingestion REST API playground (staging) #273
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
Conversation
Remove unneeded file. Data Ingestion API reference is pulled
Remove obsolete file.
Co-authored-by: Margaret Eker <[email protected]>
Co-authored-by: Margaret Eker <[email protected]>
I create an integration branch and updated the base branch for this PR accordingly. I think that this Pr should be for our review. When we merge with the integration branch, I'll create a new PR for developer review. |
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.
Not sure if it works, but I think it makes more sense to include the instructions for adding the tenant ID info with the access token.
See #284 for draft production PR. |
Purpose of this pull request
This pull request (PR) implements the GetCredential component for the Catalog Data Ingestion REST API. It enables Redocly's integrated API client in the reference documentation (relates to commerce-webapi#462).
Staging
https://developer-stage.adobe.com/commerce/services/reference/rest/
TODOs
templateId
in get credential component (maybe; see previous TODO)tenantId
(get credentials component currently doesn't support retrieval)x-summary
to long response objects to fix page overflow on render)Replace stage template ID & server URL with production (sandbox) as final stepmain
. I created a new integration branch for this PR because it got a little messy.