Skip to content

Commit 956ee35

Browse files
authored
Merge pull request #25980 from microsoftgraph/internaldomainfederation-update.md
Update internalDomainFederation response code is 204 No Content
2 parents 2489db9 + e622647 commit 956ee35

File tree

2 files changed

+6
-55
lines changed

2 files changed

+6
-55
lines changed

api-reference/beta/api/internaldomainfederation-update.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PATCH /domains/{domainsId}/federationConfiguration/{internalDomainFederationId}
8484

8585
## Response
8686

87-
If successful, this method returns a `200 OK` response code and an updated [internalDomainFederation](../resources/internaldomainfederation.md) object in the response body.
87+
If successful, this method returns a `204 No Content` response code.
8888

8989
## Examples
9090

@@ -144,37 +144,12 @@ Content-Type: application/json
144144
### Response
145145
>**Note:** The response object shown here might be shortened for readability.
146146
<!-- {
147-
"blockType": "response",
148-
"truncated": true,
149-
"@odata.type": "microsoft.graph.internalDomainFederation"
147+
"blockType": "response"
150148
}
151149
-->
152150

153151
``` http
154-
HTTP/1.1 200 OK
155-
Content-Type: application/json
156-
157-
{
158-
"@odata.type": "#microsoft.graph.internalDomainFederation",
159-
"id": "6601d14b-d113-8f64-fda2-9b5ddda18ecc",
160-
"displayName": "Contoso name change",
161-
"issuerUri": "http://contoso.com/adfs/services/trust",
162-
"metadataExchangeUri": "https://sts.contoso.com/adfs/services/trust/mex",
163-
"signingCertificate": "MIIE3jCCAsagAwIBAgIQQcyDaZz3MI",
164-
"passiveSignInUri": "https://sts.contoso.com/adfs/ls",
165-
"preferredAuthenticationProtocol": "wsFed",
166-
"activeSignInUri": "https://sts.contoso.com/adfs/services/trust/2005/usernamemixed",
167-
"signOutUri": "https://sts.contoso.com/adfs/ls",
168-
"promptLoginBehavior": "nativeSupport",
169-
"isSignedAuthenticationRequestRequired": true,
170-
"nextSigningCertificate": "MIIE3jCCAsagAwIBAgIQQcyDaZz3MI",
171-
"signingCertificateUpdateStatus": {
172-
"certificateUpdateResult": "Success",
173-
"lastRunDateTime": "2021-08-25T07:44:46.2616778Z"
174-
},
175-
"federatedIdpMfaBehavior": "acceptIfMfaDoneByFederatedIdp",
176-
"passwordResetUri": "https://sts.contoso.com/adfs/passwordReset"
177-
}
152+
HTTP/1.1 204 No Content
178153
```
179154

180155
<!--

api-reference/v1.0/api/internaldomainfederation-update.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PATCH /domains/{domainsId}/federationConfiguration/{internalDomainFederationId}
8484

8585
## Response
8686

87-
If successful, this method returns a `200 OK` response code and an updated [internalDomainFederation](../resources/internaldomainfederation.md) object in the response body.
87+
If successful, this method returns a `204 No Content` response code.
8888

8989
## Examples
9090

@@ -144,36 +144,12 @@ Content-Type: application/json
144144
### Response
145145
>**Note:** The response object shown here might be shortened for readability.
146146
<!-- {
147-
"blockType": "response",
148-
"truncated": true,
149-
"@odata.type": "microsoft.graph.internalDomainFederation"
147+
"blockType": "response"
150148
}
151149
-->
152150

153151
``` http
154-
HTTP/1.1 200 OK
155-
Content-Type: application/json
156-
157-
{
158-
"@odata.type": "#microsoft.graph.internalDomainFederation",
159-
"id": "6601d14b-d113-8f64-fda2-9b5ddda18ecc",
160-
"displayName": "Contoso name change",
161-
"issuerUri": "http://contoso.com/adfs/services/trust",
162-
"metadataExchangeUri": "https://sts.contoso.com/adfs/services/trust/mex",
163-
"signingCertificate": "MIIE3jCCAsagAwIBAgIQQcyDaZz3MI",
164-
"passiveSignInUri": "https://sts.contoso.com/adfs/ls",
165-
"preferredAuthenticationProtocol": "wsFed",
166-
"activeSignInUri": "https://sts.contoso.com/adfs/services/trust/2005/usernamemixed",
167-
"signOutUri": "https://sts.contoso.com/adfs/ls",
168-
"promptLoginBehavior": "nativeSupport",
169-
"isSignedAuthenticationRequestRequired": true,
170-
"nextSigningCertificate": "MIIE3jCCAsagAwIBAgIQQcyDaZz3MI",
171-
"signingCertificateUpdateStatus": {
172-
"certificateUpdateResult": "Success",
173-
"lastRunDateTime": "2021-08-25T07:44:46.2616778Z"
174-
},
175-
"federatedIdpMfaBehavior": "acceptIfMfaDoneByFederatedIdp"
176-
}
152+
HTTP/1.1 204 No Content
177153
```
178154

179155
<!--

0 commit comments

Comments
 (0)