Update An existing endpoint type

Update An existing endpoint type

The API updates an existing endpoint type.

Request
URI
POST
https:///iaas-proxy-provider/api/endpoint-configuration/endpointtypeoperations/update
COPY
Request Body

Request of the endpoint type to be updated.

endpointTypeRequest of type(s) application/json
Required
{
    "endpointType": {
        "schema": {
            "fields": [
                {
                    "permissibleValues": {
                        "customAllowed": "boolean"
                    },
                    "displayAdvice": "string",
                    "columns": [
                        "Field Object"
                    ],
                    "dataType": {
                        "typeId": "string"
                    },
                    "isMultiValued": "boolean",
                    "description": "string",
                    "orderIndex": "integer",
                    "id": "string",
                    "label": "string",
                    "state": {
                        "dependencies": [
                            "string"
                        ],
                        "facets": [
                            {}
                        ]
                    }
                }
            ]
        },
        "serviceProviderId": "string",
        "capabilities": "string",
        "displayName": "string",
        "menuItems": [
            {
                "displayName": "string",
                "icon": "string",
                "menuId": "string",
                "location": "string",
                "id": "integer",
                "extensionId": "string"
            }
        ],
        "categoryDisplayName": "string",
        "description": "string",
        "version": "integer",
        "tenantable": "boolean",
        "lastUpdated": "string",
        "createdDate": "string",
        "tenantId": "string",
        "id": "string",
        "category": "string"
    }
}
endpointType
Optional

endpointType

Responses
200
Returns endpointType of type(s) */*
{
    "schema": {
        "fields": [
            {
                "permissibleValues": {
                    "customAllowed": "boolean"
                },
                "displayAdvice": "string",
                "columns": [
                    "Field Object"
                ],
                "dataType": {
                    "typeId": "string"
                },
                "isMultiValued": "boolean",
                "description": "string",
                "orderIndex": "integer",
                "id": "string",
                "label": "string",
                "state": {
                    "dependencies": [
                        "string"
                    ],
                    "facets": [
                        {}
                    ]
                }
            }
        ]
    },
    "serviceProviderId": "string",
    "capabilities": "string",
    "displayName": "string",
    "menuItems": [
        {
            "displayName": "string",
            "icon": "string",
            "menuId": "string",
            "location": "string",
            "id": "integer",
            "extensionId": "string"
        }
    ],
    "categoryDisplayName": "string",
    "description": "string",
    "version": "integer",
    "tenantable": "boolean",
    "lastUpdated": "string",
    "createdDate": "string",
    "tenantId": "string",
    "id": "string",
    "category": "string"
}
schema
Optional

schema

string
serviceProviderId
Optional

serviceProviderId

string
capabilities
Optional

capabilities

string
displayName
Optional

displayName

menuItems
Optional

menuItems

string
categoryDisplayName
Optional

categoryDisplayName

string
description
Optional

description

integer As int64 As int64
version
Optional

version

boolean
tenantable
Optional

tenantable

string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
tenantId
Optional

tenantId

string
id
Optional

id

string
category
Optional

category


403

Unauthorized.

Operation doesn't return any data structure