UpsertType
synq.entities.custom.v1.TypesService
UpsertType
Create or update an entity. If the entity does not exist, it will be created, otherwise it will be updated. Entities are identified and deduplicated by their Identifier in a scope of a given customer workspace.
POST
UpsertType
Documentation Index
Fetch the complete documentation index at: https://docs.synq.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Entity to create or update.
Response
200 - application/json
Success
The response is of type UpsertTypeResponse · object.