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
Returns
enterprise_proxy_insert_or_update_enterprise_proxy_capability_result
of type(s)
application/json
This response body class contains all of the following:
Inlineenterprise_proxy_insert_or_update_enterprise_proxy_capability_result0
{
"id": 123,
"rows": 1
}
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