# Change chapter committee terms Allows for chapter administrators to change committee terms Endpoint: PATCH /chapters/{tenantId}/committee/{chapterId}/{committeeId} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant - `chapterId` (string, required) The chapter id - `committeeId` (string, required) The committee Id ## Request fields (application/json): - `op` (string, required) The operation Enum: "add", "copy", "move", "remove", "replace", "test" - `path` (string, required) The JSON path - `value` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields