[DOCS] Fix licensing documentation links (elastic/x-pack-elasticsearch#2108)
Original commit: elastic/x-pack-elasticsearch@7b0f74348f
This commit is contained in:
parent
f9104b7127
commit
e7248c579c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"xpack.license.delete": {
|
"xpack.license.delete": {
|
||||||
"documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html",
|
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
|
||||||
"methods": ["DELETE"],
|
"methods": ["DELETE"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_xpack/license",
|
"path": "/_xpack/license",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"xpack.license.get": {
|
"xpack.license.get": {
|
||||||
"documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html",
|
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
|
||||||
"methods": ["GET"],
|
"methods": ["GET"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_xpack/license",
|
"path": "/_xpack/license",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"xpack.license.post": {
|
"xpack.license.post": {
|
||||||
"documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html",
|
"documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html",
|
||||||
"methods": ["PUT", "POST"],
|
"methods": ["PUT", "POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_xpack/license",
|
"path": "/_xpack/license",
|
||||||
|
|
Loading…
Reference in New Issue