PATCH /v2/teams/{teamId}
Update the information of a Team specified by the teamId
parameter. The request body should contain the information that will be updated on the Team.
Servers
- https://api.vercel.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
teamId |
String | Yes |
The Team identifier to perform the request on behalf of. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
slug |
String | No |
The Team slug to perform the request on behalf of. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
previewDeploymentSuffix |
String | No |
Suffix that will be used for all preview deployments. |
description |
String | No |
A short text that describes the team. |
hideIpAddresses |
Boolean | No |
Display or hide IP addresses in Monitoring queries. |
remoteCaching |
Object | No |
Whether or not remote caching is enabled for the team |
remoteCaching.enabled |
Boolean | No |
Enable or disable remote caching for the team. |
regenerateInviteCode |
Boolean | No |
Create a new invite code and replace the current one. |
hideIpAddressesInLogDrains |
Boolean | No |
Display or hide IP addresses in Log Drains. |
defaultExpirationSettings |
Object | No | |
defaultExpirationSettings.expiration |
String | No |
The time period to keep non-production deployments for Valid values:
|
defaultExpirationSettings.expirationProduction |
String | No |
The time period to keep production deployments for Valid values:
|
defaultExpirationSettings.expirationCanceled |
String | No |
The time period to keep canceled deployments for Valid values:
|
defaultExpirationSettings.expirationErrored |
String | No |
The time period to keep errored deployments for Valid values:
|
sensitiveEnvironmentVariablePolicy |
String | No |
Sensitive environment variable policy: one of on, off or default. |
enableProductionFeedback |
String | No |
Enable production toolbar: one of on, off or default. |
enablePreviewFeedback |
String | No |
Enable preview toolbar: one of on, off or default. |
defaultDeploymentProtection |
Object | No |
Default deployment protection settings for new projects. |
defaultDeploymentProtection.ssoProtection |
Object | No |
Ensures visitors to your Preview Deployments are logged into Vercel and have a minimum of Viewer access on your team |
defaultDeploymentProtection.ssoProtection.deploymentType |
String | Yes |
Specify if the Vercel Authentication (SSO Protection) will apply to every Deployment Target or just Preview Valid values:
Default value: "preview" |
defaultDeploymentProtection.passwordProtection |
Object | No |
Allows to protect project deployments with a password |
defaultDeploymentProtection.passwordProtection.deploymentType |
String | Yes |
Specify if the password will apply to every Deployment Target or just Preview Valid values:
|
defaultDeploymentProtection.passwordProtection.password |
String | No |
The password that will be used to protect Project Deployments |
name |
String | No |
The name of the team. |
slug |
String | No |
A new slug for the team. |
emailDomain |
String | No | |
saml |
Object | No | |
saml.enforced |
Boolean | No |
Require that members of the team use SAML Single Sign-On. |
saml.roles |
Object | No |
Directory groups to role or access group mappings. |
avatar |
String | No |
The hash value of an uploaded image. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.