From e4ea3e434a4958b25022a175b6dc852719dd2163 Mon Sep 17 00:00:00 2001 From: Julio Camarero Date: Mon, 10 Jun 2024 12:35:00 +0200 Subject: [PATCH] update links to point to bump.sh --- serverless/pages/manage-your-project-rest-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/manage-your-project-rest-api.mdx b/serverless/pages/manage-your-project-rest-api.mdx index b064f2c0..59f51c5f 100644 --- a/serverless/pages/manage-your-project-rest-api.mdx +++ b/serverless/pages/manage-your-project-rest-api.mdx @@ -44,7 +44,7 @@ curl -H "Authorization: ApiKey essu_..." https://api.elastic-cloud.com/api/v1/se The Project Management API is documented using the [OpenAPI Specification](https://en.wikipedia.org/wiki/OpenAPI_Specification). The current supported version of the specification is `3.0`. -For details, check the [API reference](https://docs.elastic.co/api-reference) or download the [OpenAPI Specification](https://docs.elastic.co/api-reference/openapi/serverless-project-api.yml). +For details, check the [API reference](https://www.elastic.co/docs/api/doc/elastic-cloud-serverless) or download the [OpenAPI Specification](https://www.elastic.co/docs/api/doc/elastic-cloud-serverless.yaml). This specification can be used to generate client SDKs, or on tools that support it, such as the [Swagger Editor](https://editor.swagger.io).