Skip to content

Commit

Permalink
add description on /api/v1/index/retrieve endpoint (#1073)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>

Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Sep 23, 2022
1 parent 25f429c commit da0e085
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions openapi.yaml
Expand Up @@ -32,6 +32,11 @@ paths:
/api/v1/index/retrieve:
post:
summary: Searches index by entry metadata
description: >
EXPERIMENTAL - this endpoint is offered as best effort only and may be changed or removed in future releases.
The results returned from this endpoint may be incomplete.
deprecated: true
operationId: searchIndex
tags:
- index
Expand Down
6 changes: 5 additions & 1 deletion pkg/generated/client/index/index_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pkg/generated/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pkg/generated/restapi/operations/index/search_index.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da0e085

Please sign in to comment.