kibana/docs/api/spaces-management.asciidoc
Kaarina Tungseth 1e3f14395c
[DOCS] API intro (#47164)
* [DOCS] API intro

* Logstash configuration management

* Reformatting

* Comments from Josh

* Commets from Gail

* Fixed broken things
2019-10-16 15:10:40 -05:00

30 lines
1.1 KiB
Plaintext

[role="xpack"]
[[spaces-api]]
== {kib} spaces APIs
Manage your {kib} spaces.
The following {kib} spaces APIs are available:
* <<spaces-api-post, Create space API>> to create a {kib} space
* <<spaces-api-put, Update space API>> to update an existing {kib} space
* <<spaces-api-get, Get a space API>> to retrieve a specified {kib} space
* <<spaces-api-get-all, Get all {kib} spaces API>> to retrieve all {kib} spaces
* <<spaces-api-delete, Delete space API>> to delete a {kib} space
* <<spaces-api-copy-saved-objects, Copy saved objects to space API>> to copy saved objects between spaces
* <<spaces-api-resolve-copy-saved-objects-conflicts, Resolve copy saved objects to space conflicts API>> to overwrite saved objects returned as errors from the copy saved objects to space API
include::spaces-management/post.asciidoc[]
include::spaces-management/put.asciidoc[]
include::spaces-management/get.asciidoc[]
include::spaces-management/get_all.asciidoc[]
include::spaces-management/delete.asciidoc[]
include::spaces-management/copy_saved_objects.asciidoc[]
include::spaces-management/resolve_copy_saved_objects_conflicts.asciidoc[]