[DOCS] Fix JSON spec linnk for PIT API (#61783)

This commit is contained in:
James Rodewig 2020-09-01 10:00:42 -04:00 committed by Luca Cavanna
parent a754fd8020
commit e3d5915566
3 changed files with 8 additions and 3 deletions

View File

@ -1167,4 +1167,9 @@ We have removed documentation for this API. This a low-level API used to get
information about snapshot-backed indices. We plan to remove or drastically
change this API as part of a future release.
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
For other searchable snapshot APIs, see <<searchable-snapshots-apis>>.
[role="exclude",id="point-in-time"]
=== Point in time API
See <<point-in-time-api>>.

View File

@ -1,7 +1,7 @@
{
"close_point_in_time":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html",
"description":"Close a point in time"
},
"stability":"stable",

View File

@ -1,7 +1,7 @@
{
"open_point_in_time":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html",
"description":"Open a point in time that can be used in subsequent searches"
},
"stability":"stable",