Update a team
Updates a team in the database.
PUT
Authorizations
Use your Formbricks x-api-key to authenticate.
Path Parameters
The ID of the team
The ID of the organization
Body
application/json
The team to update
The name of the team
Example:
"My team"
Response
200 - application/json
Team updated successfully.
The ID of the team
The date and time the team was created
Example:
"2021-01-01T00:00:00.000Z"
The date and time the team was last updated
Example:
"2021-01-01T00:00:00.000Z"
The name of the team
Example:
"My team"
The ID of the organization
Was this page helpful?