Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Dec 12, 2023
1 parent eea4129 commit cd23bc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4295,7 +4295,7 @@ paths:
summary: Create an endpoint
description: Create a new [endpoint](https://www.mongodb.com/docs/realm/endpoints/).
requestBody:
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/http_endpoints/) for the new endpoint.
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/https_endpoints/) for the new endpoint.
required: true
content:
application/json:
Expand Down Expand Up @@ -4344,7 +4344,7 @@ paths:
summary: Modify an endpoint
description: Modify an existing [endpoint](https://www.mongodb.com/docs/realm/endpoints/) configuration.
requestBody:
description: A valid, updated [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/http_endpoints/) for the endpoint.
description: A valid, updated [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/https_endpoints/) for the endpoint.
required: true
content:
application/json:
Expand Down Expand Up @@ -4399,7 +4399,7 @@ paths:
summary: Enable the Data API
description: Create your app's [Data API](https://www.mongodb.com/docs/atlas/app-services/data-api/generated-endpoints/) configuration.
requestBody:
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/http_endpoints#std-label-appconfig-data-api-endpoints) for the endpoint.
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/https_endpoints/#data-api-configuration) for the endpoint.
required: true
content:
application/json:
Expand All @@ -4419,7 +4419,7 @@ paths:
summary: Modify the Data API
description: Update your app's [Data API](https://www.mongodb.com/docs/atlas/app-services/data-api/generated-endpoints/) configuration.
requestBody:
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/http_endpoints#std-label-appconfig-data-api-endpoints) for the endpoint.
description: A valid [configuration object](https://www.mongodb.com/docs/atlas/app-services/reference/config/https_endpoints/#data-api-configuration) for the endpoint.
required: true
content:
application/json:
Expand Down

0 comments on commit cd23bc4

Please sign in to comment.