From 3c86548eb32b5561238aed1432faefdaad8a1c5e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 12 Feb 2023 15:30:56 +1100 Subject: [PATCH] Updates for API docs --- openapi/api-docs.yaml | 6 +++--- openapi/paths/paths.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi/api-docs.yaml b/openapi/api-docs.yaml index 5b279b7a1ad7..efbdaae26ce9 100644 --- a/openapi/api-docs.yaml +++ b/openapi/api-docs.yaml @@ -1883,7 +1883,7 @@ paths: post: tags: - clients - summary: 'Client Bulk Actions' + summary: 'Bulk actions' description: '' operationId: bulkClients parameters: @@ -1934,7 +1934,7 @@ paths: put: tags: - clients - summary: 'Client Upload' + summary: 'Add client document' description: 'Handles the uploading of a document to a client' operationId: uploadClient parameters: @@ -2393,7 +2393,7 @@ paths: post: tags: - clients - summary: 'Return a PDF of the client statement' + summary: 'Client statement PDF' description: 'Return a PDF of the client statement' operationId: clientStatement parameters: diff --git a/openapi/paths/paths.yaml b/openapi/paths/paths.yaml index 86560240b053..20de4f2f5744 100644 --- a/openapi/paths/paths.yaml +++ b/openapi/paths/paths.yaml @@ -1859,7 +1859,7 @@ paths: post: tags: - clients - summary: 'Client Bulk Actions' + summary: 'Bulk actions' description: '' operationId: bulkClients parameters: @@ -1910,7 +1910,7 @@ paths: put: tags: - clients - summary: 'Client Upload' + summary: 'Add client document' description: 'Handles the uploading of a document to a client' operationId: uploadClient parameters: @@ -2369,7 +2369,7 @@ paths: post: tags: - clients - summary: 'Return a PDF of the client statement' + summary: 'Client statement PDF' description: 'Return a PDF of the client statement' operationId: clientStatement parameters: