ColorProfileProcessor
Using these endpoints, you may process color profiles - for example, extract its metadata or import it to the storage
UpdateMetadata
Updates metadata for color profile 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 |
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) |
||
*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 | |
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
NameFolderOverwrite