Skip to content

Commit 60640f2

Browse files
authored
Merge pull request #27697 from microsoftgraph/u/shijieyao/places-v1
Add Places CRUD V1
2 parents 07659a6 + 2789ee6 commit 60640f2

File tree

96 files changed

+5464
-688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+5464
-688
lines changed

api-reference/beta/api/building-ingestmapfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table lists the parameters that are required when you call this ac
5252

5353
|Parameter|Type|Description|
5454
|:---|:---|:---|
55-
|file|String|Collection of IMDF map files for a building in Base64 zip format. [Learn more](/microsoft-365/places/configure-maps-in-places) about supported GeoJSONs in Places.|
55+
|file|String|Collection of IMDF map files for a building in Base64-encoded ZIP format. [Learn more](/microsoft-365/places/configure-maps-in-places) about supported GeoJSONs in Places.|
5656
|importSetting|[importBuildingMapSetting](../resources/importbuildingmapsetting.md)|Settings that can be used during import.|
5757

5858
## Response

api-reference/beta/api/buildingmap-list-footprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3232
``` http
3333
GET /places/{buildingPlaceId}/microsoft.graph.building/map/footprints
3434
```
35-
> **Note:** `{buildingPlaceId}` is the unique **placeId** of the [building](../resources/building.md) linked to this map in Places for which we want to retrieve the footprint.
35+
> **Note:** `{buildingPlaceId}` is the unique **placeId** of the [building](../resources/building.md) linked to this map in Places for which you want to retrieve the footprint.
3636
3737
## Optional query parameters
3838

api-reference/beta/api/place-post-checkins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create checkInClaim"
3-
description: "Create a new checkInClaim object to record the check-in status for a specific place, such as a desk, room, or workspace, associated with a specific calendar reservation."
3+
description: "Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation."
44
author: "shijieyao"
55
ms.date: 08/06/2025
66
ms.localizationpriority: medium
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Create a new [checkInClaim](../resources/checkinclaim.md) object to record the check-in status for a specific place, such as a [desk](../resources/desk.md), [room](../resources/room.md), or [workspace](../resources/workspace.md), associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
17+
Create a new [checkInClaim](../resources/checkinclaim.md) object to record the check-in status for a specific place, such as a [desk](../resources/desk.md) or a [room](../resources/room.md), associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
1818

1919
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

api-reference/beta/includes/permissions/checkinclaim-get-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ms.localizationpriority: medium
77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
99
|Delegated (work or school account)|Calendars.ReadWrite|Not available.|
10-
|Delegated (personal Microsoft account)|Calendars.ReadWrite|Not available.|
11-
|Application|Calendars.ReadWrite|Not available.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not available.|
11+
|Application|Not supported.|Not available.|
1212

api-reference/beta/includes/permissions/place-post-checkins-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|Calendars.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Calendars.ReadWrite|Not available.|
11+
|Application|Not supported.|Not available.|
1212

api-reference/beta/resources/checkinclaim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 08/06/2025
66
ms.localizationpriority: medium
77
ms.subservice: "outlook"
88
doc_type: resourcePageType
9-
toc.title: "Check-in claim (preview)"
9+
toc.title: "Check-in claim"
1010
---
1111

1212
# checkInClaim resource type

api-reference/beta/resources/place.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Base type of [building](../resources/building.md), [desk](../resources/desk.md),
2828
|[Update](../api/place-update.md) |[place](./place.md) |Update the properties of [place](../resources/place.md) object that can be a [building](../resources/building.md), [floor](../resources/floor.md), [section](../resources/section.md), [desk](../resources/desk.md), [room](../resources/room.md), [workspace](../resources/workspace.md), or [roomList](../resources/roomlist.md). |
2929
|[Delete](../api/place-delete.md) |None |Delete a [place](../resources/place.md) object. |
3030
|[Descendants](../api/place-descendants.md) |[place](./place.md) collection|Get all the descendants of a specific type under a [place](../resources/place.md). |
31-
|[Create check-in claim](../api/place-post-checkins.md)|[checkInClaim](../resources/checkinclaim.md)|Create a new [checkInClaim](../resources/checkinclaim.md) object to record the check-in status for a specific place, such as a [desk](../resources/desk.md), [room](../resources/room.md), or [workspace](../resources/workspace.md), associated with a specific calendar reservation.|
31+
|[Create check-in claim](../api/place-post-checkins.md)|[checkInClaim](../resources/checkinclaim.md)|Create a new [checkInClaim](../resources/checkinclaim.md) object to record the check-in status for a specific place, such as a [desk](../resources/desk.md) or a [room](../resources/room.md), associated with a specific calendar reservation.|
3232

3333
## Properties
3434

api-reference/beta/resources/places-api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Place represents different space types within a tenant. A **place** object can b
3030
|[room](./room.md) |Represents a room within the tenant. All rooms must be associated with Exchange mailboxes. A **room** can be added to a **floor** or to a **section**. The rich properties of the **room** include an email address for the room, accessibility, capacity, audio device, video device, and so on. |
3131
|[roomList](./roomlist.md) |A collection of rooms in the tenant. Places supports **roomList** to ensure room booking works in **Room Finder** across all clients on all devices, such as classic Outlook across desktop and mobile. <br/><br/>However, we recommend that you rely on the new **place** types and hierarchy if you don't use **roomFinder** in the tenant. For more information about **roomList**, see the [roomList](./roomlist.md) resource type. |
3232
|[section](./section.md) |Represents a section within a floor, including properties such as **name**, **parentId**, and **label**. A **floor** is always the parent of a **section**. |
33-
|[workspace](./workspace.md) |Represents a collection of desks. All workspaces must be associated with Exchange mailboxes. A **workspace** can be added to a **floor** or a **section**. The rich properties of a workspace include an email address for the workspace, mode, accessibility, and capacity. |
33+
|[workspace](./workspace.md) |Represents a collection of desks. All workspaces must be associated with Exchange mailboxes. A **workspace** can be added to a **section**. The rich properties of a workspace include an email address for the workspace, mode, accessibility, and capacity. |
3434

3535
### Map feature types
3636

api-reference/beta/resources/workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents a collection of desks. A [workspace](./workspace.md) can be added to a [floor](./floor.md) or a [section](./section.md).
17+
Represents a collection of desks. A [workspace](./workspace.md) can be added to a [section](./section.md).
1818

1919
Inherits from [place](./place.md).
2020

api-reference/beta/toc/calendars/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ items:
316316
href: ../../resources/section.md
317317
- name: Workspace
318318
href: ../../resources/workspace.md
319-
- name: Check-in claim (preview)
319+
- name: Check-in claim
320320
items:
321-
- name: Check-in claim (preview)
321+
- name: Check-in claim
322322
href: ../../resources/checkinclaim.md
323323
- name: Create
324324
href: ../../api/place-post-checkins.md

0 commit comments

Comments
 (0)