Update a workspace team
Updates a workspace team in the database.
Authorization
apiKeyAuth Use your SurveyTale x-api-key to authenticate.
In: header
Path Parameters
The ID of the organization
^[0-9a-z]+$cuid2Request Body
application/json
The workspace team to update
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Update a webhook
Updates a webhook in the database.
Upload Bulk Contacts
Uploads contacts in bulk. This endpoint expects the bulk request shape: `contacts` must be an array, and each contact item must contain an `attributes` array of `{ attributeKey, value }` objects. Unlike `POST /management/contacts`, this endpoint does not accept a top-level `attributes` object. Each contact must include an `email` attribute in its `attributes` array, and that email must be valid.