Skip to content

Commit

Permalink
convex: update docs (#80)
Browse files Browse the repository at this point in the history
* convex: replace auth header with hmac signature

* remove payload prefix

* fix lint

* Remove hmac signature

* Update placeholder to not possibly be a real deployment URL
  • Loading branch information
atrakh authored Sep 13, 2024
1 parent 95e6080 commit 925d804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/convex/assets/images/horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions integrations/convex/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
{
"key": "deploymentPayloadUrl",
"name": "Webhook URL",
"description": "The url to the webhook URL exposed by the LaunchDarkly component for Convex.",
"description": "Enter the URL to the webhook exposed by the LaunchDarkly component for Convex.",
"type": "uri",
"placeholder": "e.g. https://wonderful-capybara-515.convex.site/api/launchdarkly-webhook",
"placeholder": "https://techno-kitten-138.convex.site/ld/webhook",
"isSecret": false
},
{
"key": "componentApiToken",
"name": "Component API Token",
"description": "The API token generated by the LaunchDarkly component for Convex.",
"description": "Enter the API token generated by the LaunchDarkly component for Convex.",
"type": "string",
"isSecret": true
}
Expand Down

0 comments on commit 925d804

Please sign in to comment.