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: