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: {