Skip to content

Commit

Permalink
fix: update OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent a35e096 commit ce44616
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion openapi/atlas-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info:
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
title: MongoDB Atlas Administration API
version: "2.0"
x-xgen-sha: f2d3832722b696c6611b5666215a7e36d52aac95
x-xgen-sha: b30dca0a1318cf8279cab906a13fd2bfa4889cea
servers:
- url: https://cloud.mongodb.com
security:
Expand Down Expand Up @@ -29963,6 +29963,24 @@ components:
type: string
description: Human-readable label that identifies the cluster.
readOnly: true
futureInbound:
type: array
description: "List of future inbound IP addresses associated with the cluster.\
\ If your network allows outbound HTTP requests only to specific IP addresses,\
\ you must allow access to the following IP addresses so that your application\
\ can connect to your Atlas cluster."
items:
type: string
readOnly: true
futureOutbound:
type: array
description: "List of future outbound IP addresses associated with the cluster.\
\ If your network allows inbound HTTP requests only from specific IP addresses,\
\ you must allow access from the following IP addresses so that your Atlas\
\ cluster can communicate with your webhooks and KMS."
items:
type: string
readOnly: true
inbound:
type: array
description: "List of inbound IP addresses associated with the cluster.\
Expand Down

0 comments on commit ce44616

Please sign in to comment.