rest-api-spec.api.license.post_start_trial.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"license.post_start_trial":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trial.html",
"description":"starts a limited time trial license."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_license/start_trial",
"methods":[
"POST"
]
}
]
},
"params":{
"type":{
"type":"string",
"description":"The type of trial license to generate (default: \"trial\")"
},
"acknowledge":{
"type":"boolean",
"description":"whether the user has acknowledged acknowledge messages (default: false)"
}
}
}
}