Catalogues/Update a catalogue
PUT {{portal-host-port}}/portal-api/catalogues/2
Request Body
{"Name"=>"Test API catalogue", "Plans"=>[1, 2], "Products"=>[1, 2], "VisibilityStatus"=>"Private"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | ||
| Authorization | string | 
RESPONSES
status: OK
{"CreatedAt":"2023-06-30 14:29","ID":2,"Name":"Test API catalogue","OrgCatalogues":[],"Plans":["free_plan"],"Products":["Payment Product"],"UpdatedAt":"2023-08-03 11:58","VisibilityStatus":"Private"}