Error
A valid request URL is required to generate request examples{
"results": {
"createdAt": "2023-11-07T05:31:56Z",
"darkColors": [
"<string>"
],
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Create color palette
Create a new color palette
POST
/
api
/
v1
/
org
/
color-palettes
Error
A valid request URL is required to generate request examples{
"results": {
"createdAt": "2023-11-07T05:31:56Z",
"darkColors": [
"<string>"
],
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?