# Update catalog Update catalog details and associated trips Endpoint: PATCH /catalogs/{id} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `id` (integer, required) Unique identifier of the catalog Example: 101 ## Request fields (application/json): - `title` (string) Example: "Updated European Tours" - `description` (string) Example: "Updated collection description" - `tripIds` (array) Example: [12345,12346,12347] ## Response 200 fields ## Response 400 fields ## Response 404 fields