Update a product
PUT {{baseUrl}}/products/:product_id
Update a product including marketing description, display name, OAuth2.0 scope and path
Request Body
{"APIDetails"=>[{"Description"=>"<string>", "OASUrl"=>"<string>"}, {"Description"=>"<string>", "OASUrl"=>"<string>"}], "AuthType"=>"<string>", "Catalogues"=>["<integer>", "<integer>"], "Content"=>"<string>", "DCREnabled"=>"<boolean>", "Description"=>"<string>", "DisplayName"=>"<string>", "Feature"=>"<boolean>", "Name"=>"<string>", "Path"=>"<string>", "Scopes"=>"<string>", "Tags"=>["<integer>", "<integer>"], "Templates"=>["<integer>", "<integer>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"ID":"\u003cinteger\u003e","APIDetails":[{"APIID":"\u003cstring\u003e","APIType":"\u003cstring\u003e","Description":"\u003cstring\u003e","ListenPath":"\u003cstring\u003e","Name":"\u003cstring\u003e","OASUrl":"\u003cstring\u003e","Status":"\u003cboolean\u003e","TargetURL":"\u003cstring\u003e"},{"APIID":"\u003cstring\u003e","APIType":"\u003cstring\u003e","Description":"\u003cstring\u003e","ListenPath":"\u003cstring\u003e","Name":"\u003cstring\u003e","OASUrl":"\u003cstring\u003e","Status":"\u003cboolean\u003e","TargetURL":"\u003cstring\u003e"}],"AuthType":"\u003cstring\u003e","Catalogues":["\u003cstring\u003e","\u003cstring\u003e"],"Content":"\u003cstring\u003e","DCREnabled":"\u003cboolean\u003e","Description":"\u003cstring\u003e","DisplayName":"\u003cstring\u003e","Feature":"\u003cboolean\u003e","Name":"\u003cstring\u003e","Path":"\u003cstring\u003e","Logo":"\u003cstring\u003e","ReferenceID":"\u003cstring\u003e","Scopes":"\u003cstring\u003e","Tags":["\u003cstring\u003e","\u003cstring\u003e"],"Templates":["\u003cstring\u003e","\u003cstring\u003e"]}