Content - Tasks

Update a Specific Task

This endpoint updates a specific task.<br><br><h3>Required Scope</h3>content:write

patch/api/v2/content/tasks/{id}

Path parameters

idstring required

The ID of the task to update.

Request body

Response

Success

Example response

{
  "data": {
    "attributes": {
      "groups-with-access": [],
      "groups-with-access-ids": []
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.