Updates the WorkItemActionIcon.

Updates the WorkItemActionIcon.

Update the WorkItemActionIcon which corresponds to the given id.

Request
URI
PUT
https://{api_host}/work-item-service/api/icons/{id}
COPY
Path Parameters
string
id
Required

The work item action icon id


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

Operation doesn't return any data structure

204

Updated the WorkItemActionIcon successful

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