From e360288b2e93353635c8dedb4dc0ab12bc4b6a0c Mon Sep 17 00:00:00 2001 From: Chris Lloyd Date: Sun, 2 Oct 2022 19:18:15 +0100 Subject: [PATCH] WIP --- .../Operation/Repository73Test__test_metadata__4.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/__snapshots__/Operation/Repository73Test__test_metadata__4.json b/tests/__snapshots__/Operation/Repository73Test__test_metadata__4.json index 3824230cf..7c5f15f93 100644 --- a/tests/__snapshots__/Operation/Repository73Test__test_metadata__4.json +++ b/tests/__snapshots__/Operation/Repository73Test__test_metadata__4.json @@ -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": { @@ -481,7 +481,7 @@ }, "com.example.odata.Airport-create": { "type": "object", - "title": "Airport (Create Schema)", + "title": "Airport (Create schema)", "properties": { "name": { "type": "string", @@ -540,7 +540,7 @@ }, "com.example.odata.Airport-update": { "type": "object", - "title": "Airport (Update Schema)", + "title": "Airport (Update schema)", "properties": { "name": { "type": "string",