Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Oct 2, 2022
1 parent 7d77183 commit e360288
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@
"post": {
"summary": "Send a group of requests",
"operationId": "batch",
"description": "Group multiple requests into a single request payload, see [Batch Requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"description": "Group multiple requests into a single request payload, see [Batch requests](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BatchRequests)",
"tags": [
"Batch Requests"
"Batch requests"
],
"requestBody": {
"required": true,
"description": "Batch Request",
"description": "Batch request",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -481,7 +481,7 @@
},
"com.example.odata.Airport-create": {
"type": "object",
"title": "Airport (Create Schema)",
"title": "Airport (Create schema)",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -540,7 +540,7 @@
},
"com.example.odata.Airport-update": {
"type": "object",
"title": "Airport (Update Schema)",
"title": "Airport (Update schema)",
"properties": {
"name": {
"type": "string",
Expand Down

0 comments on commit e360288

Please sign in to comment.