Skip to content

Commit

Permalink
Add doc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored and l-trotta committed Jan 7, 2025
1 parent 5cbce8d commit 0f497a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
3 changes: 2 additions & 1 deletion output/openapi/elasticsearch-openapi.json

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

7 changes: 4 additions & 3 deletions output/schema/schema.json

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

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,12 +634,6 @@
],
"response": []
},
"security.delegate_pki": {
"request": [
"Request: should not have a body"
],
"response": []
},
"security.get_settings": {
"request": [
"Missing request & response"
Expand Down
1 change: 1 addition & 0 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ security-api-clear-role-cache,https://www.elastic.co/guide/en/elasticsearch/refe
security-api-clear-service-token-caches,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-clear-service-token-caches.html
security-api-create-api-key,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-create-api-key.html
security-api-create-service-token,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-create-service-token.html
security-api-delegate-pki,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-delegate-pki-authentication.html
security-api-delete-privilege,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-delete-privilege.html
security-api-delete-role-mapping,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-delete-role-mapping.html
security-api-delete-role,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-delete-role.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { RequestBase } from '@_types/Base'
* @rest_spec_name security.delegate_pki
* @availability stack since=7.4.0 stability=stable
* @cluster_privileges all
* @doc_id security-api-delegate-pki
* @ext_doc_id pki-realm
*/
export interface Request extends RequestBase {
Expand Down

0 comments on commit 0f497a6

Please sign in to comment.