Skip to content

Commit

Permalink
Merge pull request #23647 from microsoftgraph/main
Browse files Browse the repository at this point in the history
Merge to publish.
  • Loading branch information
Lauragra authored Feb 15, 2024
2 parents d89fb5d + 16a2dd9 commit 55241ef
Show file tree
Hide file tree
Showing 1,042 changed files with 6,016 additions and 4,698 deletions.
4 changes: 2 additions & 2 deletions api-reference/beta/api/accesspackagesubject-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Content-type: application/json
"objectId": "a382de66-b7bb-4c30-82b7-306c6ae6a4ae",
"altSecId": null,
"displayName": "Accessibility Test",
"principalName": "accessibility@contosodeb.onmicrosoft.com",
"email": "accessibility@contosodeb.onmicrosoft.com",
"principalName": "accessibility@contoso.com",
"email": "accessibility@contoso.com",
"onPremisesSecurityIdentifier": null,
"type": "User",
"subjectLifecycle": "governed"
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/api/administrativeunit-post-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ In the request body, provide the `id` of the [user](../resources/user.md), [grou
#### Response

The following example shows the response.

<!-- {
"blockType": "response",
"truncated": true,
Expand Down Expand Up @@ -261,7 +261,7 @@ Content-type: application/json
"preferredDataLocation": "CAN",
"preferredLanguage": null,
"proxyAddresses": [
"SMTP:golfassist@contoso.onmicrosoft.com"
"SMTP:golfassist@contoso.com"
],
"renewedDateTime": "2018-12-22T02:21:05Z",
"resourceBehaviorOptions": [],
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/api/application-post-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Content-type: application/json
"groupMembershipClaims": null,
"optionalClaims": null,
"addIns": [],
"publisherDomain": "contoso.onmicrosoft.com",
"publisherDomain": "contoso.com",
"samlMetadataUrl": "https://graph.microsoft.com/2h5hjaj542de/app",
"signInAudience": "AzureADandPersonalMicrosoftAccount",
"tags": [],
Expand Down Expand Up @@ -166,7 +166,7 @@ Content-type: application/json
"enableIdTokenIssuance": false,
"enableAccessTokenIssuance": false
}
},
},
"windows" : null
}
```
Expand Down
12 changes: 6 additions & 6 deletions api-reference/beta/api/attachment-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,28 +419,28 @@ Content-type: application/json
"sender":{
"emailAddress":{
"name":"Adele Vance",
"address":"AdeleV@contoso.onmicrosoft.com"
"address":"AdeleV@contoso.com"
}
},
"from":{
"emailAddress":{
"name":"Adele Vance",
"address":"AdeleV@contoso.onmicrosoft.com"
"address":"AdeleV@contoso.com"
}
},
"toRecipients":[
{
"emailAddress":{
"name":"Alex Wilbur",
"address":"AlexW@contoso.onmicrosoft.com"
"address":"AlexW@contoso.com"
}
}
],
"ccRecipients":[
{
"emailAddress":{
"name":"Adele Vance",
"address":"AdeleV@contoso.onmicrosoft.com"
"address":"AdeleV@contoso.com"
}
}
],
Expand Down Expand Up @@ -860,8 +860,8 @@ The response body includes the **eventMessage** attachment in MIME format. The b
```http
HTTP/1.1 200 OK
From: Megan Bowen <MeganB@contoso.OnMicrosoft.com>
To: Adele Vance <AdeleV@contoso.OnMicrosoft.com>
From: Megan Bowen <MeganB@contoso.com>
To: Adele Vance <AdeleV@contoso.com>
Subject: Let's go for lunch
Thread-Topic: Let's go for lunch
Thread-Index: AdTPqxOmg4AXoJV960a1j5NrJCHYjA==
Expand Down
6 changes: 3 additions & 3 deletions api-reference/beta/api/basesitepage-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GET /sites/{site-id}/pages/{page-id}

## Optional query parameters

This method supports the `$count`, `$expand`, `$filter`, `$orderby`, `$select`, and `$top` [OData query parameters](/graph/query-parameters) to help customize the response.
This method supports the `$count`, `$expand`, `$filter`, `$orderby`, `$select`, and `$top` [OData query parameters](/graph/query-parameters) to help customize the response.

## Request headers

Expand Down Expand Up @@ -147,13 +147,13 @@ Content-type: application/json
"createdBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"lastModifiedBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"parentReference": {
Expand Down
8 changes: 4 additions & 4 deletions api-reference/beta/api/basesitepage-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ Content-type: application/json
"createdBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"lastModifiedBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"parentReference": {
Expand Down Expand Up @@ -198,13 +198,13 @@ Content-type: application/json
"createdBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"lastModifiedBy": {
"user": {
"displayName": "admin_contoso",
"email": "admin@contoso.onmicrosoft.com"
"email": "admin@contoso.com"
}
},
"parentReference": {
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/api/bookingappointment-cancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Here's an example of the request.
<!-- {
"blockType": "request",
"name": "bookingappointment_cancel",
"sampleKeys": ["contosolunchdelivery@contoso.onmicrosoft.com", "AAMkADKoAAA="]
"sampleKeys": ["contosolunchdelivery@contoso.com", "AAMkADKoAAA="]
}-->
```http
POST https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.onmicrosoft.com/appointments/AAMkADKoAAA=/cancel
POST https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.com/appointments/AAMkADKoAAA=/cancel
Content-type: application/json
{
Expand Down
6 changes: 3 additions & 3 deletions api-reference/beta/api/bookingappointment-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Here's an example of a request.
<!-- {
"blockType": "request",
"name": "delete_bookingappointment",
"sampleKeys": ["contosolunchdelivery@contoso.onmicrosoft.com", "AAMkADKqAAA="]
"sampleKeys": ["contosolunchdelivery@contoso.com", "AAMkADKqAAA="]
}-->
```http
DELETE https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.onmicrosoft.com/appointments/AAMkADKqAAA=
DELETE https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.com/appointments/AAMkADKqAAA=
```

# [C#](#tab/csharp)
Expand Down Expand Up @@ -92,7 +92,7 @@ DELETE https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunch
---

### Response
Here's an example of the response.
Here's an example of the response.
>**Note:** The response object shown here might be shortened for readability.
<!-- {
"blockType": "response",
Expand Down
10 changes: 5 additions & 5 deletions api-reference/beta/api/bookingappointment-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ The following example shows a request.
<!-- {
"blockType": "request",
"name": "get_bookingappointment",
"sampleKeys": ["contosolunchdelivery@contoso.onmicrosoft.com", "AAMkADKnAAA="]
"sampleKeys": ["contosolunchdelivery@contoso.com", "AAMkADKnAAA="]
}-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.onmicrosoft.com/appointments/AAMkADKnAAA=
GET https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.com/appointments/AAMkADKnAAA=
```

# [C#](#tab/csharp)
Expand Down Expand Up @@ -107,7 +107,7 @@ HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#solutions/bookingBusinesses('Contosolunchdelivery%40contoso.onmicrosoft.com')/appointments/$entity",
"@odata.context": "https://graph.microsoft.com/beta/$metadata#solutions/bookingBusinesses('Contosolunchdelivery%40contoso.com')/appointments/$entity",
"id": "AAMkADKnAAA=",
"selfServiceAppointmentId": "00000000-0000-0000-0000-000000000000",
"isLocationOnline": true,
Expand Down Expand Up @@ -221,15 +221,15 @@ Content-type: application/json
"emailAddress": "jordanm@contoso.com",
"phone": "213-555-0199",
"notes": null,
"location":
"location":
{
"displayName": "Customer",
"locationEmailAddress": null,
"locationUri": "",
"locationType": null,
"uniqueId": null,
"uniqueIdType": null,
"address":
"address":
{
"type": "home",
"postOfficeBox": "",
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/api/bookingappointment-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ The following example changes the date of service by a day and updates the invoi
<!-- {
"blockType": "request",
"name": "update_bookingappointment",
"sampleKeys": ["contosolunchdelivery@contoso.onmicrosoft.com", "AAMkADKnAAA="]
"sampleKeys": ["contosolunchdelivery@contoso.com", "AAMkADKnAAA="]
}-->
```http
PATCH https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.onmicrosoft.com/appointments/AAMkADKnAAA=
PATCH https://graph.microsoft.com/beta/solutions/bookingBusinesses/contosolunchdelivery@contoso.com/appointments/AAMkADKnAAA=
Content-type: application/json
{
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/api/bookingbusiness-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Here's an example of the request.
<!-- {
"blockType": "request",
"name": "delete_bookingbusiness",
"sampleKeys": ["fabrikam@contoso.onmicrosoft.com"]
"sampleKeys": ["fabrikam@contoso.com"]
}-->
```http
DELETE https://graph.microsoft.com/beta/solutions/bookingBusinesses/fabrikam@contoso.onmicrosoft.com
DELETE https://graph.microsoft.com/beta/solutions/bookingBusinesses/fabrikam@contoso.com
```

# [C#](#tab/csharp)
Expand Down
6 changes: 3 additions & 3 deletions api-reference/beta/api/bookingbusiness-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ The following example shows a request.
<!-- {
"blockType": "request",
"name": "get_bookingbusiness",
"sampleKeys": ["fabrikam@contoso.onmicrosoft.com"]
"sampleKeys": ["fabrikam@contoso.com"]
}-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/solutions/bookingbusinesses/fabrikam@contoso.onmicrosoft.com
GET https://graph.microsoft.com/beta/solutions/bookingbusinesses/fabrikam@contoso.com
```

# [C#](#tab/csharp)
Expand Down Expand Up @@ -105,7 +105,7 @@ Content-type: application/json
{
"@odata.context":"https://graph.microsoft.com/beta/$metadata#solutions/bookingBusinesses/$entity",
"id":"Fabrikam@contoso.onmicrosoft.com",
"id":"Fabrikam@contoso.com",
"displayName":"Fabrikam",
"businessType":"",
"phone":"206-555-0100",
Expand Down
Loading

0 comments on commit 55241ef

Please sign in to comment.