Zoho Recruit

assessments.update

Update one or more Assessment records.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called assessments.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string"
          }
        }
      },
      "description": "body parameter"
    }
  }
}