feat(InputProperties): updates descriptions and titles

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-12-20 12:18:23 +00:00
parent e7fc793e89
commit 54a035bde1
@@ -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: {