From 66be3c7e7a7bed379f5ea591ba0b3cabc4a0a5d2 Mon Sep 17 00:00:00 2001 From: Minae Lee Date: Fri, 26 Jan 2024 21:02:22 -0700 Subject: [PATCH] Fixed description and link for Endpoint services in definition.mdx (#2806) * Fixed description and link for Endpoint services in definition.mdx * Update Services to Endpoints in definition.mdx --- fern/docs/pages/fern-definition/definition.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/fern-definition/definition.mdx b/fern/docs/pages/fern-definition/definition.mdx index e03051109bf..a5f15d9e4d0 100644 --- a/fern/docs/pages/fern-definition/definition.mdx +++ b/fern/docs/pages/fern-definition/definition.mdx @@ -3,7 +3,7 @@ A Fern Definition is a set of YAML files that describe your API. Each **Fern Definition** file may define: - **[Custom types](/api-definition/fern-definition/types)**. Use **custom types** to build your data model. -- **[Services](/api-definition/fern-definition/services)**. A **service** is a set of related REST endpoints. +- **[Endpoints](/api-definition/fern-definition/endpoints)**. Group related endpoints into **services**. - **[Errors](/api-definition/fern-definition/errors)**. An **error** represents a failed (non-200) response from an endpoint. ## An example of a Fern Definition