ColorProfileProcessor
Using these endpoints, you may process color profiles - for example, extract its metadata or import it to the storage
Update
Updates color profile file and metadata in storage
If file is not provided metadata will be updated using file taken from storage
Request
POST /api/processor/v1/colorProfiles/{id}/update[?tenantId]
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
*id | path | Color profile entity unique identifier |
||
tenantId | query | Tenant identifier |
||
name | formData | Color profile name |
||
path | formData | Color profile location (folder path) |
||
customFields | formData | Color profile custom attributes |
||
file | formData | Color profile source file |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 |
|
Success |
|
404 |
|
Not Found |
|
401 | Unauthorized |
||
403 | Forbidden |
ImportColorProfile
Imports color profile and saves it to storage.
Request
POST /api/processor/v1/colorProfiles/import[?tenantId]
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
tenantId | query | Tenant identifier |
||
name | formData | Color profile name |
||
path | formData | Color profile location (folder path) |
||
customFields | formData | Color profile custom attributes |
||
*sourceFile | formData | Color profile source file |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
201 |
|
Success |
|
409 |
|
Conflict |
|
401 | Unauthorized |
||
403 | Forbidden |
Definitions
ColorProfileDto
Using these endpoints, you may process color profiles - for example, extract its metadata or import it to the storage
Name | Type | Notes |
---|---|---|
metadata |
|
|
size | integer (int64) | |
folderId | string | |
tenantId | integer (int32) | |
id | string | |
ownerId | string | |
name | string | |
customFields | object | |
lastModified | string (date-time) |
ColorProfileMetadata
Name | Type | Notes |
---|---|---|
description | string | |
model | string | |
copyright | string | |
manufacturer | string | |
colorSpace | ||
deviceClass |
ProblemDetails
Using these endpoints, you may process color profiles - for example, extract its metadata or import it to the storage
Name | Type | Notes |
---|---|---|
type | string | |
title | string | |
status | integer (int32) | |
detail | string | |
instance | string |
NameConflictDto
Using these endpoints, you may process color profiles - for example, extract its metadata or import it to the storage
Name | Type | Notes |
---|---|---|
type |
|
|
id | string | |
name | string | |
path | string |
ConflictType
Enum Values
Name FolderOverwrite