Set Custom Entity Type Tenants

Set Custom Entity Type Tenants

Resets list of tenants for whom the custom entity type is explicitly published

Request
URI
PUT
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/tenants
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId

string
customEntityTypeId
Required

customEntityTypeId


Request Body
EntityReferenceArray2 of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "id": "string"
    }
]