SCA API 2.0
//Rename Product
Renames the product identified by its token
Security
bearer-key
- Generated server urlhttps://api-saas.mend.io/api/v2.0/products/{productToken}
{ "name": "Entity A" }
Response
{ "supportToken": "1171c60d", "retVal": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Product A" } }