cURL
curl --request PATCH \ --url http://api/v1/org/color-palettes/{colorPaletteUuid} \ --header 'Content-Type: application/json' \ --data ' { "colors": [ "<string>" ], "name": "<string>", "uuid": "<string>" } '
{ "results": { "createdAt": "2023-11-07T05:31:56Z", "colors": [ "<string>" ], "name": "<string>", "organizationUuid": "<string>", "colorPaletteUuid": "<string>" }, "status": "ok" }
Ok
Show child attributes
ok