Skip to content

Commit

Permalink
Merge branch 'master' into pushpull
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarew authored Nov 7, 2023
2 parents 9728882 + bb41c34 commit d766d56
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 12 deletions.
35 changes: 23 additions & 12 deletions source/apps/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,35 +106,39 @@ or App Services CLI to find it programmatically.
Make sure to replace ``<access_token>`` and ``{groupId}`` with
your own values.

.. .. tab::
.. tab::
:tabid: cli

.. To find an App ID, run :ref:`{+cli-bin+} apps list
To find an App ID, run :ref:`{+cli-bin+} apps list
<appservices-apps-list>` and find the App you're interested in the
list returned by the command.

.. Each entry in the list contains two App ID values you may want:
Each entry in the list shows an App's project ID as well as two App
ID values you may want:

.. - The Client App ID, which is a unique string that includes the
- The Client App ID, which is a unique string that includes the
App name. Use this value to connect to your App through GraphQL,
the Data API, or a Realm SDK.

.. - The ``_id`` value, which is an internal ObjectId hex string. Use
- The ``_id`` value, which is an internal ObjectId hex string. Use
this value in place of ``{appId}`` in Admin API endpoints.

.. .. io-code-block::
.. io-code-block::

.. .. input::
.. input::
:language: bash

.. {+cli-bin+} apps list
{+cli-bin+} apps list

.. .. output::
.. output::
:language: text

.. Found 2 apps
myapp-abcde (63ea9328dddad2523e60fb59)
myapp-dev-uvxyz (63ea93318d947aff90351070)
Found 3 apps
Client App ID Project ID _id
------------------------------- ------------------------ ------------------------
myapp-abcde 5b2ef33692f119212341b213 64343a2b2107b2523e60fb59
myapp-dev-uvxyz 5b2ef33692f119212341b213 6526d3582b032aff90351070
my-other-app-abcde 5b2ef33692f119212341b213 674c19acef214b9ad99a0bbe

.. _find-atlas-project-id:

Expand Down Expand Up @@ -197,6 +201,13 @@ or Atlas CLI to find it programmatically.
The command returns a list of projects in JSON format. Find
your project in the list and copy its ``id`` value.

.. tip::

The {+cli+} includes Project IDs when you list Apps. If you
want to find the Project ID of an existing App, you can run
``{+cli-bin+} apps list``. To learn more, see
:ref:`find-app-id`.

.. io-code-block::

.. input::
Expand Down
19 changes: 19 additions & 0 deletions source/release-notes/backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Atlas App Services Changelog
2023 Releases
-------------

.. _backend_20231101:

01 November 2023 Release
~~~~~~~~~~~~~~~~~~~~~~~~

- Updated product UI and documentation to use the new ``appservices``
CLI instead of ``realm-cli``.

- Added support for triggers that watch all collections in a database
and deployment.

- Added Device Sync model generation for the Realm C++ Beta SDK.

- Apps with Private Endpoints enabled can now be configured to allow
requests that originate from outside of the VPC.

- No longer creates a pending user account if a user tries to register a
new email/password identity with an invalid email address.

.. _backend_20231018:

18 October 2023 Release
Expand Down

0 comments on commit d766d56

Please sign in to comment.