Skip to content

Commit 91393a9

Browse files
CLOUDP-323765: Update Autogenerated Commands (#3957)
Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 2386f43 commit 91393a9

9 files changed

+937
-372
lines changed

docs/command/atlas-api-events-getOrganizationEvent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Admin API capabilities have their own release lifecycle, which you can check via
1919

2020

2121

22-
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Organization Member role. Use the Return All Events from One Organization endpoint to retrieve all events to which the authenticated user has access.
22+
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Organization Member role. Use the Return Events from One Organization endpoint to retrieve all events to which the authenticated user has access.
2323

2424

2525
This resource remains under revision and may change.

docs/command/atlas-api-events-getProjectEvent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Admin API capabilities have their own release lifecycle, which you can check via
1919

2020

2121

22-
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Events from One Project endpoint to retrieve all events to which the authenticated user has access.
22+
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return Events from One Project endpoint to retrieve all events to which the authenticated user has access.
2323

2424

2525
This resource remains under revision and may change.

docs/command/atlas-api-events-listOrganizationEvents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ atlas api events listOrganizationEvents
1212
:depth: 1
1313
:class: singlecol
1414

15-
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified organization.
15+
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified organization.
1616

1717
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
1818
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

docs/command/atlas-api-events-listProjectEvents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ atlas api events listProjectEvents
1212
:depth: 1
1313
:class: singlecol
1414

15-
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified project.
15+
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified project.
1616

1717
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
1818
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

docs/command/atlas-api-events.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Related Commands
5959
* :ref:`atlas-api-events-getOrganizationEvent` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns one event for the specified organization.
6060
* :ref:`atlas-api-events-getProjectEvent` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns one event for the specified project.
6161
* :ref:`atlas-api-events-listEventTypes` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns a list of all event types, along with a description and additional metadata about each event.
62-
* :ref:`atlas-api-events-listOrganizationEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified organization.
63-
* :ref:`atlas-api-events-listProjectEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified project.
62+
* :ref:`atlas-api-events-listOrganizationEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified organization.
63+
* :ref:`atlas-api-events-listProjectEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified project.
6464

6565

6666
.. toctree::

internal/api/commands.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cmd/docs/metadata.go

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)