Update A resource
Update an ASD resource published in the catalog
Request
URI
PUT
https://{api_host}/advanced-designer-service/api/resources/{resourceId}
COPY
Path Parameters
string
resourceId
Required
the resource identifier
Request Body
the resource to update
catalogItemResource
of type(s)
application/json
Required
Show optional properties
{
"csResource": {
"vcoId": "string",
"vcoType": "string"
},
"displayName": "string",
"csResourceTypeId": "string",
"subtenantId": "string",
"owners": [
{}
]
}
{
"catalogId": "string",
"csResource": {
"vcoId": "string",
"id": "string",
"vcoType": "string"
},
"displayName": "string",
"csResourceTypeId": "string",
"tenantId": "string",
"description": "string",
"subtenantId": "string",
"owners": [
"string"
]
}
string
catalogId
Optional
catalogId
object
csResource
Required
csResource
string
displayName
Required
displayName
string
csResourceTypeId
Required
csResourceTypeId
string
tenantId
Optional
tenantId
string
description
Optional
description
string
subtenantId
Required
subtenantId
array of
string
owners
Required
owners
Responses
200
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"csResource:"object","csResourceTypeId:"string","displayName:"string","owners":["string"],"subtenantId:"string"}' https://{api_host}/advanced-designer-service/api/resources/{resourceId}