Update Custom Entity Type

Update Custom Entity Type

Update specified custom entity type

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

customEntityTypeId

string
customEntityTypeId
Required

customEntityTypeId


Request Body
CustomEntityType of type(s) application/json
Optional
{
    "id": "string",
    "vroId": "string",
    "vroDynamicType": "string",
    "name": "string",
    "nss": "string",
    "description": "string",
    "tenantScoped": false,
    "providerScoped": false,
    "publishAll": false
}
string
id
Optional

UUID for custom entity type. This is immutable.

string
vroId
Optional

vroId

string
vroDynamicType
Optional

This refers to VRO's dynamic type.

string
name
Optional

Display name.

string
nss
Optional

This refers to a unique namespace specific string.

string
description
Optional

description

boolean
tenantScoped
Optional

tenantScoped

boolean
providerScoped
Optional

providerScoped

boolean
publishAll
Optional

Read-only value indicating publishAll state

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CustomEntityType of type(s) application/json;version=37.0
{
    "id": "string",
    "vroId": "string",
    "vroDynamicType": "string",
    "name": "string",
    "nss": "string",
    "description": "string",
    "tenantScoped": false,
    "providerScoped": false,
    "publishAll": false
}
string
id
Optional

UUID for custom entity type. This is immutable.

string
vroId
Optional

vroId

string
vroDynamicType
Optional

This refers to VRO's dynamic type.

string
name
Optional

Display name.

string
nss
Optional

This refers to a unique namespace specific string.

string
description
Optional

description

boolean
tenantScoped
Optional

tenantScoped

boolean
providerScoped
Optional

providerScoped

boolean
publishAll
Optional

Read-only value indicating publishAll state