Assert a workspace record
Use this endpoint to create or update workspace records, using a unique attribute to search for existing workspaces (for example the workspace_id
attribute). If a workspace is found with the same value for the matching attribute, that workspace will be updated, otherwise a new workspace will be created instead. If the matching attribute is a multiselect attribute, new values will be added and existing values will not be deleted. For any other multiselect attribute, all values will be either created or deleted as necessary to match the list of supplied values.
Required scopes: record_permission:read-write
, object_configuration:read
.
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Query Parameters
The ID or slug of the attribute to use to check if a workspace already exists. The attribute must be unique. For workspace records, you can use workspace_id
or any additional custom attribute with a unique constraint.
"workspace_id"
Body
Response
Success