Update

Request specific product details

POST https://api.netcon.dk/projects/:projectId/products/:productId

Path Parameters

NameTypeDescription

projectId*

String

Project id

productId*

String

Product id

Headers

NameTypeDescription

authorization*

String

Api key

Request Body

NameTypeDescription

name

String

Set new product title/name

{
    "message": String
}

Last updated