Skip to content

Commit

Permalink
fix: fixed URL example for "Create Survey" API endpoint is wrong #1555 (
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankshet committed Nov 6, 2023
1 parent 5859b51 commit 72fb1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ This set of API can be used to
<CodeGroup title="Request" tag="POST" label="/api/v1/management/surveys">

```bash {{ title: 'cURL' }}
curl -X DELETE \
curl -X POST \
'https://app.formbricks.com/api/v1/management/surveys' \
--header \
'x-api-key: <your-api-key>'
Expand Down

1 comment on commit 72fb1b3

@vercel
Copy link

@vercel vercel bot commented on 72fb1b3 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formbricks-com – ./apps/formbricks-com

www.formbricks.com
formbricks-com-formbricks.vercel.app
formbricks-com.vercel.app
formbricks.com
formbricks-com-git-main-formbricks.vercel.app

Please sign in to comment.