Skip to content

Adds external link to 'Update a document API' #4657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 2, 2025
Merged

Conversation

kosabogi
Copy link
Contributor

DO NOT MERGE BEFORE elastic/elasticsearch#129840

This PR adds an external link to the Update a document API and removes unnecessary/redundant Request examples.

Related issue: https://github.com/elastic/docs-projects/issues/302

Copy link
Contributor

@leemthompo leemthompo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, changes are symmetric with related PR 👍

@kosabogi kosabogi changed the title Adds external link to 'Update a document API' and removes request examples Adds external link to 'Update a document API' Jul 2, 2025
@kosabogi kosabogi requested a review from charlotte-hoblik July 2, 2025 08:21
@kosabogi kosabogi merged commit 1a02bf3 into main Jul 2, 2025
8 checks passed
@kosabogi kosabogi deleted the update-indeces branch July 2, 2025 08:34
Copy link
Contributor

github-actions bot commented Jul 2, 2025

The backport to 9.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-4657-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1a02bf39c671bd0b853e7aa7881fe9d96a877065
# Push it to GitHub
git push --set-upstream origin backport-4657-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0

Then, create a pull request where the base branch is 9.0 and the compare/head branch is backport-4657-to-9.0.

github-actions bot pushed a commit that referenced this pull request Jul 2, 2025
* Adds external link to Update a document API and removes request examples

* Restore UpdateRequest example YAML files 2–11

---------

Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit 1a02bf3)
pquentin added a commit that referenced this pull request Jul 2, 2025
* Adds external link to Update a document API and removes request examples

* Restore UpdateRequest example YAML files 2–11

---------


(cherry picked from commit 1a02bf3)

Co-authored-by: kosabogi <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants