Skip to content

Commit

Permalink
Update transforms-apis.md (#8923) (#8925)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Dec 10, 2024
1 parent b496855 commit d0244e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _im-plugin/index-transforms/transforms-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ The update operation supports the following query parameters:

Parameter | Description | Required
:---| :--- | :---
`seq_no` | Only perform the transform operation if the last operation that changed the transform job has the specified sequence number. | Yes
`primary_term` | Only perform the transform operation if the last operation that changed the transform job has the specified sequence term. | Yes
`if_seq_no` | Only perform the transform operation if the last operation that changed the transform job has the specified sequence number. | Yes
`if_primary_term` | Only perform the transform operation if the last operation that changed the transform job has the specified sequence term. | Yes

### Request body fields

Expand Down

0 comments on commit d0244e6

Please sign in to comment.