From 2337b2e2601e76d621f63e1f15e8dc418f76db52 Mon Sep 17 00:00:00 2001 From: Dachary Carey Date: Mon, 4 Dec 2023 15:57:51 -0500 Subject: [PATCH] Add 'device-sync' to get and create App endpoints --- source/openapi-admin-v3.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index 9b6a71d18..c740eaf86 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -345,6 +345,7 @@ paths: - standard - atlas - data-api + - device-sync style: simple explode: false description: |- @@ -352,10 +353,11 @@ paths: 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: @@ -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