Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 277 Bytes

File metadata and controls

23 lines (16 loc) · 277 Bytes

Rollback API

Request

GET /indices/<NAME>/rollback

Path parameters

  • <NAME>: (Required, string) Name of the index you want to rollback changes.

Response

{
}

Examples

% curl -XGET http://localhost:8000/indices/example/rollback