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
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
Constraints: minLength: 0 maxLength: 255

name

string As uuid As uuid
id
Optional

id

string
contentType
Optional
Constraints: minLength: 0 maxLength: 255

contentType


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