Skip to content

Commit ad4323b

Browse files
authored
September component docs sync (#7)
* September 2025 component docs sync * Add Guru component
1 parent b907cf0 commit ad4323b

18 files changed

+1400
-590
lines changed

docs/connectors/adobe-acrobat-sign.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Read about how OAuth 2.0 works [here](../oauth2.md).
4141
| Input | Comments | Default |
4242
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
4343
| Authorize URL | The OAuth 2.0 Authorization URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the authorize URL would be 'https://secure.na3.adobesign.com/public/oauth/v2' | https://secure.na3.adobesign.com/public/oauth/v2 |
44-
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token) | https://secure.na3.adobesign.com/oauth/v2/token |
45-
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh) | https://secure.na3.adobesign.com/oauth/v2/refresh |
44+
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token' | https://secure.na3.adobesign.com/oauth/v2/token |
45+
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh' | https://secure.na3.adobesign.com/oauth/v2/refresh |
4646
| Scopes | Space separated OAuth 2.0 permission scopes for Acrobat Sign. Add scope modifiers using colons. https://opensource.adobe.com/acrobat-sign/developer_guide/gstarted.html#configure-scopes | user_read:account user_write:self agreement_read:group |
4747
| Client ID | Client Identifier of your Acrobat Sign App (shown as Application ID inside Acrobat Sign) | |
4848
| Client Secret | Client Secret of your Acrobat Sign App | |

docs/connectors/amazon-seller-central.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ Updates the shipment confirmation status for a specified order.
110110

111111
Creates a destination resource to receive notifications.
112112

113-
| Input | Comments | Default |
114-
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
115-
| Connection | | |
116-
| Name | A developer-defined name to help identify this destination. | |
117-
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. | |
118-
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-east-1. AWS region indicates the region in which your bucket(s) are stored. | us-east-1 |
119-
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. | |
113+
| Input | Comments | Default |
114+
| ---------- | ------------------------------------------------------------------------------------------------------ | ------- |
115+
| Connection | | |
116+
| Name | A developer-defined name to help identify this destination. | |
117+
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. | |
118+
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-west-1. | |
119+
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. | |
120120

121121
### Create Feed
122122

@@ -359,8 +359,8 @@ Returns feed details for the feeds that match the filters that you specify.
359359
| Marketplace Ids | list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values. | |
360360
| Page Size | The maximum number of feeds to return in a single call. | 10 |
361361
| Processing Statuses | A list of processing statuses used to filter feeds. | |
362-
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. | 2024-12-19T15:14:05.395Z |
363-
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-03-19T15:14:05.395Z |
362+
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. | 2025-06-27T22:03:01.384Z |
363+
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-09-25T22:03:01.384Z |
364364
| Next Token | A string token returned in the response of your previous request. | |
365365

366366
### List Orders

0 commit comments

Comments
 (0)