Skip to content

Commit

Permalink
Add 'device-sync' to get and create App endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Dec 4, 2023
1 parent 04091f2 commit 2337b2e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,17 +345,19 @@ paths:
- standard
- atlas
- data-api
- device-sync
style: simple
explode: false
description: |-
One or more specific App Services product types. If specified,
this endpoint only returns Apps of the specified product type(s).
Most apps use the `standard` product type, which this
endpoint returns by default. The `atlas` and `data-api`
endpoint returns by default. The `atlas`, `data-api`, and `device-sync`
product types represent special apps for
[Atlas Triggers](https://docs.mongodb.com/atlas/triggers) and
[Atlas Data API](https://docs.mongodb.com/atlas/api/data-api/)
[Atlas Triggers](https://docs.mongodb.com/atlas/triggers),
[Atlas Data API](https://docs.mongodb.com/atlas/api/data-api/),
and [Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/)
that you can access through the Atlas UI.
You can specify multiple product types as a comma-separated list:
Expand Down Expand Up @@ -393,15 +395,18 @@ paths:
- standard
- atlas
- data-api
- device-sync
description: |-
The App's product type. Apps use the `standard` product type
by default. For most apps, you do not need to specify a
`product` at all, or should specify `standard`.
The `atlas` and `data-api` product types represent special,
apps for [Atlas Triggers](https://docs.mongodb.com/atlas/triggers)
and [Atlas Data API](https://docs.mongodb.com/atlas/api/data-api/) that you
can access through the Atlas UI.
The `atlas`, `data-api`, and `device-sync`
product types represent special apps for
[Atlas Triggers](https://docs.mongodb.com/atlas/triggers),
[Atlas Data API](https://docs.mongodb.com/atlas/api/data-api/),
and [Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/)
that you can access through the Atlas UI.
requestBody:
description: The application to create.
required: true
Expand Down

0 comments on commit 2337b2e

Please sign in to comment.