Skip to content

Commit f2dc005

Browse files
CP-7016 update serverless api spec links to point to bump.sh (#24)
1 parent 6b69ba5 commit f2dc005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless/pages/manage-your-project-rest-api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [ 'serverless', 'project', 'manage', 'rest', 'api']
88

99
<DocBadge template="technical preview" />
1010

11-
You can manage serverless projects using Elastic Cloud's [Project Management](https://docs.elastic.co/api-reference/project-management) REST API. This API allows you to create, update, and delete projects, as well as manage project features and usage.
11+
You can manage serverless projects using the [Elastic Cloud Serverless REST API](https://www.elastic.co/docs/api/doc/elastic-cloud-serverless). This API allows you to create, update, and delete projects, as well as manage project features and usage.
1212

1313
<DocCallOut color="success" title="Tip">
1414
More APIs let you interact with data, capabilities, and settings inside of specific projects. Refer to the [Serverless API reference page](https://docs.elastic.co/api-reference).
@@ -44,7 +44,7 @@ curl -H "Authorization: ApiKey essu_..." https://api.elastic-cloud.com/api/v1/se
4444

4545
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`.
4646

47-
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).
47+
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).
4848

4949
This specification can be used to generate client SDKs, or on tools that support it, such as the [Swagger Editor](https://editor.swagger.io).
5050

0 commit comments

Comments
 (0)