Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/overlays/elasticsearch-shared-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ actions:
# P
- name: project
x-displayName: Project
# description:
description: >
The project APIs enable you to get project tags and manage your project routing expressions.
# externalDocs:
# url:
# description:
# Q
- name: query_rules
x-displayName: Query rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { ProjectRoutingExpression } from '../_types/RoutingExpression'
* @rest_spec_name project_routing.create
* @availability serverless stability=experimental visibility=public
* @cluster_privileges manage
* @doc_tag project-routing
* @doc_tag project
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { NamedProjectRoutingExpressions } from '../_types/RoutingExpression'
* @rest_spec_name project_routing.create_many
* @availability serverless stability=experimental visibility=public
* @cluster_privileges manage
* @doc_tag project-routing
* @doc_tag project
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { MediaType } from '@_types/common'
* @rest_spec_name project_routing.delete
* @availability serverless stability=experimental visibility=public
* @cluster_privileges manage
* @doc_tag project-routing
* @doc_tag project
*/
export interface Request extends RequestBase {
urls: [
Expand Down
2 changes: 1 addition & 1 deletion specification/project_routing/get/GetRoutingRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { MediaType } from '@_types/common'
* @rest_spec_name project_routing.get
* @availability serverless stability=experimental visibility=public
* @cluster_privileges monitor
* @doc_tag project-routing
* @doc_tag project
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { MediaType } from '@_types/common'
* @rest_spec_name project_routing.get_many
* @availability serverless stability=experimental visibility=public
* @cluster_privileges monitor
* @doc_tag project-routing
* @doc_tag project
*/
export interface Request extends RequestBase {
urls: [
Expand Down