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
On This Page
Work Item Action Icon Operations
POST
Creates A WorkItemActionIcon.
DELETE
Deletes the WorkItemActionIcon.
GET
Get the image content Of the specified WorkItemActionIcon.
PUT
Updates the WorkItemActionIcon.