From 54a035bde1ebfdcba7ba62846be5d6a09950996b Mon Sep 17 00:00:00 2001 From: Matthew Prinold Date: Wed, 20 Dec 2023 12:18:23 +0000 Subject: [PATCH] feat(InputProperties): updates descriptions and titles Signed-off-by: Matthew Prinold --- .../src/actions/inputProperties.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/scaffolder-backend-module-bitbucket/src/actions/inputProperties.ts b/plugins/scaffolder-backend-module-bitbucket/src/actions/inputProperties.ts index 1a4a845e63..d37426e982 100644 --- a/plugins/scaffolder-backend-module-bitbucket/src/actions/inputProperties.ts +++ b/plugins/scaffolder-backend-module-bitbucket/src/actions/inputProperties.ts @@ -16,12 +16,12 @@ const workspace = { title: 'Workspace', - description: `This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.`, + description: `The workspace name`, type: 'string', }; const repo_slug = { - title: 'The repository', + title: 'Repository name', description: 'The repository name', type: 'string', }; @@ -117,8 +117,9 @@ const pull_request = { }; const pipelinesRunBody = { - title: '', - description: '', + title: 'Request Body', + description: + 'Request body properties: see Bitbucket Cloud Rest API documentation for more details', type: 'object', properties: { target: {