Skip to content

updateBody

Updates an IssueComment. If the user created the IssueComment, requires READ on any of the Trackables the Issue is on. Otherwise, requires MODERATOR on any of the Trackables the Issue is on.

graphql
updateBody(
  input: UpdateBodyInput!
): UpdateBodyPayload!

Arguments

updateBody.input ● UpdateBodyInput! non-null input

Defines how to update which Body

Type

UpdateBodyPayload object

Released under the MIT License.