From 790d4e151089b9293e774b4e3269cb023c87106f Mon Sep 17 00:00:00 2001 From: BenVosper Date: Tue, 3 Sep 2024 16:22:43 +0100 Subject: [PATCH] Remove design element colours This isn't actually exposed anywhere publically at the moment, so we can remove it until it can be scoped properly. There are complications with the way it works currently since it only contains design element colours from Print Service OR knit colours from Cloudknit and not embellishment colours. --- apiary_v2.apib | 56 -------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/apiary_v2.apib b/apiary_v2.apib index 94e144f..a4b430d 100644 --- a/apiary_v2.apib +++ b/apiary_v2.apib @@ -2268,34 +2268,6 @@ order. "units": "mm", "origin_roster_field_key": null } - ], - "design_element_colours": [ - { - "cmyk": [ - 0.7, - 0.7, - 0.7, - 1.0 - ], - "colour_name": "Noir", - "display_colour": "#000000", - "is_spot_colour": false, - "brand_reference": "Noir", - "factory_reference": "blk-13" - }, - { - "cmyk": [ - 1.0, - 0.0, - 0.9, - 0.2 - ], - "colour_name": "Lime Green", - "display_colour": "#00cc14", - "is_spot_colour": false, - "brand_reference": "Lime Green", - "factory_reference": "grn-344" - } ] }, // ...remaining jobs here @@ -2389,34 +2361,6 @@ endpoint provides: "units": "mm", "origin_roster_field_key": null } - ], - "design_element_colours": [ - { - "cmyk": [ - 0.7, - 0.7, - 0.7, - 1.0 - ], - "colour_name": "Noir", - "display_colour": "#000000", - "is_spot_colour": false, - "brand_reference": "Noir", - "factory_reference": "blk-13" - }, - { - "cmyk": [ - 1.0, - 0.0, - 0.9, - 0.2 - ], - "colour_name": "Lime Green", - "display_colour": "#00cc14", - "is_spot_colour": false, - "brand_reference": "Lime Green", - "factory_reference": "grn-344" - } ] }