Commit API

August 3, 2022 ยท View on GitHub

Request

GET /indices/<NAME>/commit

Path parameters

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

Response

{
}

Examples

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

Contents

  1. 1Request
  2. 1.1Path parameters
  3. 2Response
  4. 3Examples