Products/Update a product
PUT {{portal-host-port}}/portal-api/products/2
Request Body
{"Catalogues"=>[1], "Content"=>"", "DCREnabled"=>true, "Description"=>"", "DisplayName"=>"Payment product", "Feature"=>false, "Logo"=>"", "Path"=>"payment-product", "Scopes"=>"payment_product", "Tags"=>nil, "Templates"=>[1]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
{"APIDetails":[{"APIID":"b72bd2f184a849986312b85875eedf43","APIType":"REST","Description":"","ListenPath":"/payment-api/","Name":"Payment API","OASDocument":"/system/api_details/b72bd2f184a849986312b85875eedf43/oasdocument/openapi3_0.20230720093100102979.yaml","OASUrl":"","Status":true,"TargetURL":"http://httpbin.org/"}],"AuthType":"jwt","Catalogues":["Public Catalogue"],"Content":"","DCREnabled":true,"Description":"","DisplayName":"Payment product","Feature":false,"ID":2,"Logo":"","Name":"Payment Product","Path":"payment-product","ReferenceID":"64b6b3d02b16c10001a05046","Scopes":"payment_product","Tags":null,"Templates":["Web application"]}