Update a catalogue

PUT {{baseUrl}}/catalogues/:catalogue_id

Update a catalogue's data such as name and visibility settings

Request Body

{"Name"=>"<string>", "NameWithSlug"=>"<string>", "Plans"=>["<integer>", "<integer>"], "Products"=>["<integer>", "<integer>"], "VisibilityStatus"=>"Private"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;CreatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;UpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;OrgCatalogues&quot;:[{&quot;Catalogue&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;Organisation&quot;:&quot;\u003cstring\u003e&quot;},{&quot;Catalogue&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;Organisation&quot;:&quot;\u003cstring\u003e&quot;}],&quot;Plans&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;Products&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;VisibilityStatus&quot;:&quot;Public&quot;}