Update A resource

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
{
    "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

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