UpdateNameDimensionSaasProduct
POST {{_.CAPI_PROD}}/StartChangeSet
UpdateDimensions with key set to BasicService enables update to name dimensions on an AMI or SaaS product.
Request Body
{"Catalog"=>"AWSMarketplace", "ChangeSet"=>[{"ChangeType"=>"UpdateDimensions", "Entity"=>{"Type"=>"SaaSProduct@1.0", "Identifier"=>"{{PRODUCT_ID}}"}, "DetailsDocument"=>[{"Key"=>"BasicService", "Types"=>["Entitled"], "Name"=>"Some new name", "Description"=>"Some new description"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"ChangeSetArn":"arn:aws:aws-marketplace:us-east-1:111111111111:AWSMarketplace/ChangeSet/test_ChangeSetId","ChangeSetId":"test_ChangeSetId"}