Skip to content

Commit

Permalink
Fixed description and link for Endpoint services in definition.mdx (#…
Browse files Browse the repository at this point in the history
…2806)

* Fixed description and link for Endpoint services in definition.mdx

* Update Services to Endpoints in definition.mdx
  • Loading branch information
minaelee authored Jan 27, 2024
1 parent dc4d413 commit 66be3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/fern-definition/definition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66be3c7

Please sign in to comment.