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
{
    "image": [
        "string"
    ],
    "name": "string",
    "id": "string",
    "contentType": "string"
}
array of string
image
Required

image

string
name
Optional

name

string As uuid As uuid
id
Optional

id

string
contentType
Optional

contentType

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

name

string As uuid As uuid
id
Optional

id

string
contentType
Optional

contentType


201
Operation doesn't return any data structure