Update Task Comment partially

Prev Next
Patch
/task-comments/{taskCommentId}/

Operation is used to update specific fields in existing Task Comment.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
taskCommentId
integerRequired

Id of Task Comment to update

Body parameters

Task Comment properties and values to be updated

object

Information about Task Comment

comment
string Required

Comment

createdBy
integer

Id of user who created the task comment.

createdByName
string

Complete name or username of the user who created the task comment.

task
integer Required

Task id

Responses
200

Object was updated successfully

object

Information about Task Comment

comment
string

Comment

createdBy
integer

Id of user who created the task comment.

createdByName
string

Complete name or username of the user who created the task comment.

createdTs
string (date-time)

Creation date and time of task comment.

id
integer

Unique id of task comment.

task
integer

Task id

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error