Creates A WorkItemActionIcon.

Creates A WorkItemActionIcon.

Creates a WorkItemActionIcon.

Request
URI
POST
https://{api_host}/work-item-service/api/icons
COPY
Request Body
WorkItemActionIcon of type(s) application/json
Optional
Responses
200

successful operation

Returns WorkItemActionIcon of type(s) */*
{
    "image": [
        "string"
    ],
    "name": "string",
    "id": "string",
    "contentType": "string"
}
array of string
image
Required

image

string
name
Optional
Constraints: minLength: 0 maxLength: 255

name

string As uuid As uuid
id
Optional

id

string
contentType
Optional
Constraints: minLength: 0 maxLength: 255

contentType


201
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/work-item-service/api/icons