Create Relationship Type between ObjectsAsk AIpost https://{hostname}/api/custom-entity/v1/entity-link-typesUse this API to create a new Relationship Type between two object types. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Body ParamsnamestringrequiredThe name of the relationship type.descriptionstringThe description of the relationship type.linkAssociationsarray of objectsrequiredThe details of linked relationships.linkAssociations*ADD objectentityType1ToEntityType2EntityLinkNamestringThe name of the source object type's relationship to the target object type.entityType2ToEntityType1EntityLinkNamestringThe name of the target object type's relationship to the source object type.Responses 201Created - The relationship type has been successfully created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago