From 35deed32b6db2cd17c201f78b661cf5a4513b8f8 Mon Sep 17 00:00:00 2001 From: Phil Payne Date: Thu, 4 Jan 2024 11:03:47 +0000 Subject: [PATCH] PR changes --- caab-api/open-api-specification.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/caab-api/open-api-specification.yml b/caab-api/open-api-specification.yml index 4d5f1a9..3c52db5 100644 --- a/caab-api/open-api-specification.yml +++ b/caab-api/open-api-specification.yml @@ -21,7 +21,7 @@ paths: required: true schema: type: 'string' - example: 'MARILYN@DESORANDCO.CO.UK' + example: 'SOMEUSER@COMPANY.CO.UK' responses: '200': description: 'Successful operation' @@ -66,7 +66,7 @@ paths: get: tags: - applications - summary: 'get application type' + summary: 'Get application type' operationId: 'getApplicationType' parameters: - name: 'id' @@ -94,7 +94,7 @@ paths: put: tags: - applications - summary: 'put application type' + summary: 'Update application type' operationId: 'putApplicationType' requestBody: description: put an application's application type @@ -115,7 +115,7 @@ paths: required: true schema: type: 'string' - example: 'MARILYN@DESORANDCO.CO.UK' + example: 'SOMEUSER@COMPANY.CO.UK' responses: '200': description: 'Successful operation' @@ -131,7 +131,7 @@ paths: get: tags: - applications - summary: 'get an applications provider details' + summary: 'Get an application''s provider details' operationId: 'getApplicationProviderDetails' parameters: - name: 'id' @@ -159,10 +159,10 @@ paths: put: tags: - applications - summary: 'put an applications provider details' + summary: 'Update an application''s provider details' operationId: 'putApplicationProviderDetails' requestBody: - description: put an application's application type + description: put an application's provider details content: application/json: schema: @@ -180,7 +180,7 @@ paths: required: true schema: type: 'string' - example: 'MARILYN@DESORANDCO.CO.UK' + example: 'SOMEUSER@COMPANY.CO.UK' responses: '200': description: 'Successful operation' @@ -196,7 +196,7 @@ paths: get: tags: - applications - summary: 'get an applications correspondence address' + summary: 'Get an applications correspondence address' operationId: 'getApplicationCorrespondenceAddress' parameters: - name: 'id' @@ -224,7 +224,7 @@ paths: put: tags: - applications - summary: 'put an applications correspondence address' + summary: 'Update an application''s correspondence address' operationId: 'putApplicationCorrespondenceAddress' requestBody: description: put an application's correspondence address @@ -245,7 +245,7 @@ paths: required: true schema: type: 'string' - example: 'MARILYN@DESORANDCO.CO.UK' + example: 'SOMEUSER@COMPANY.CO.UK' responses: '200': description: 'Successful operation'