Skip to content

Commit b533e62

Browse files
[OpenApi] Update snapshot
Pick up changes from #62988. Resolves #63073.
1 parent 5d0e0d0 commit b533e62

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/snapshots/OpenApiDocumentLocalizationTests.VerifyOpenApiDocumentIsInvariant.verified.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,28 @@
10331033
}
10341034
}
10351035
},
1036+
"/schemas-by-ref/json-patch": {
1037+
"patch": {
1038+
"tags": [
1039+
"Sample"
1040+
],
1041+
"requestBody": {
1042+
"content": {
1043+
"application/json-patch+json": {
1044+
"schema": {
1045+
"$ref": "#/components/schemas/JsonPatchDocumentOfParentObject"
1046+
}
1047+
}
1048+
},
1049+
"required": true
1050+
},
1051+
"responses": {
1052+
"200": {
1053+
"description": "OK"
1054+
}
1055+
}
1056+
}
1057+
},
10361058
"/responses/200-add-xml": {
10371059
"get": {
10381060
"tags": [
@@ -1388,6 +1410,7 @@
13881410
}
13891411
}
13901412
},
1413+
"JsonPatchDocumentOfParentObject": { },
13911414
"LocationContainer": {
13921415
"required": [
13931416
"location"

0 commit comments

Comments
 (0)