rest-api-spec.api.ml.post_calendar_events.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
{
"ml.post_calendar_events":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html",
"description":"Posts scheduled events in a calendar."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_ml/calendars/{calendar_id}/events",
"methods":[
"POST"
],
"parts":{
"calendar_id":{
"type":"string",
"description":"The ID of the calendar to modify"
}
}
}
]
},
"body":{
"description":"A list of events",
"required":true
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy