Enterprise Proxy Insert Or Update Enterprise Proxy Capability

Enterprise Proxy Insert Or Update Enterprise Proxy Capability

Creates or updates the specified capability (name, value) for the specified partner (by enterpriseProxyId).

Privileges required:

UPDATE PROXY

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/insertOrUpdateEnterpriseProxyCapability
COPY
Request Body

Show optional properties

{
    "name": "string",
    "value": false
}
{
    "enterpriseProxyId": 0,
    "name": "string",
    "value": false
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

string
name
Required

name

Possible values are : enableRoleCustomization, enableEdgeLicense, enableInProductContextualHelpPanel,
boolean
value
Required

value

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlineenterprise_proxy_insert_or_update_enterprise_proxy_capability_result0
{
    "id": 123,
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","value:"boolean"}' https://{api_host}/portal/rest/enterpriseProxy/insertOrUpdateEnterpriseProxyCapability