Update Service Item
Update specified service item
Request
URI
PUT
https://{api_host}/cloudapi/serviceItem/{id}
COPY
Path Parameters
string
id
Required
id
Request Body
ServiceItem
of type(s)
application/json
Required
Show optional properties
{
"serviceItemType": "string"
}
{
"id": "string",
"name": "string",
"serviceItemType": "string",
"description": "string",
"canExecute": false,
"serviceName": "string",
"serviceId": "string",
"iconMimeType": "string",
"iconData": "string",
"tenantScoped": false,
"providerScoped": false,
"publishAll": false
}
string
id
Optional
id
string
name
Optional
name
string
serviceItemType
Required
serviceItemType
string
description
Optional
description
boolean
canExecute
Optional
canExecute
string
serviceName
Optional
serviceName
string
serviceId
Optional
serviceId
string
iconMimeType
Optional
iconMimeType
string
iconData
Optional
iconData
boolean
tenantScoped
Optional
Constraints:
default: true
tenantScoped
boolean
providerScoped
Optional
Constraints:
default: true
providerScoped
boolean
publishAll
Optional
Read-only value indicating publishAll state
Responses
200
OK
Returns
ServiceItem
of type(s)
application/json;version=39.1
"ServiceItem Object"
string
id
Optional
id
string
name
Optional
name
string
serviceItemType
Required
serviceItemType
string
description
Optional
description
boolean
canExecute
Optional
canExecute
string
serviceName
Optional
serviceName
string
serviceId
Optional
serviceId
string
iconMimeType
Optional
iconMimeType
string
iconData
Optional
iconData
boolean
tenantScoped
Optional
Constraints:
default: true
tenantScoped
boolean
providerScoped
Optional
Constraints:
default: true
providerScoped
boolean
publishAll
Optional
Read-only value indicating publishAll state
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"serviceItemType:"string"}' https://{api_host}/cloudapi/serviceItem/{id}
On This Page
Services Operations
GET
Query Service Items
GET
Get Service Item
PUT
Update Service Item
DELETE
Delete Service Item
GET
Get Service Item Tenants
Deprecated
PUT
Set Service Item Tenants
Deprecated
POST
Post Service Item Publish
Deprecated
POST
Post Service Item Unpublish
Deprecated
POST
Post Service Item Publish All
Deprecated
POST
Post Service Item Unpublish All
Deprecated
GET
Get Service Item Tenants Query
PUT
Set Service Item Tenants Bounded
POST
Post Service Item Publish Bounded
POST
Post Service Item Unpublish Bounded
POST
Post Service Item Publish All Bounded
POST
Post Service Item Unpublish All Bounded
GET
Query Services
POST
Create Service
GET
Get Service
PUT
Update Service
DELETE
Delete Service
GET
Get Workflow Service Items
POST
Import Vro Workflows