Skip to content

Commit

Permalink
Fix small doc error (#24627)
Browse files Browse the repository at this point in the history
* fix small doc error for vercel destination

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>

---------

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
  • Loading branch information
maxcoulombe and calvn authored Dec 22, 2023
1 parent f2cc80c commit 1cae21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/system/secrets-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ This endpoint creates a destination to synchronize secrets with the GCP Secret M

- `team_id` `(string: "")` - Team ID the project belongs to. Optional.

- `deployment_environments` `(string: <required>)` - Deployment environments where the environment variables are available. Accepts 'development', 'preview' & 'production'.
- `deployment_environments` `([]string: <required>)` - Deployment environments where the environment variables are available. Accepts 'development', 'preview' and 'production'.

### Sample payload
```json
Expand Down

0 comments on commit 1cae21f

Please sign in to comment.