Run a G-Story with GRepository Client
A REST request is made to the GMUS to run a G-Story with the G-Repository Client.
Method Type: POST
JSON Payloads to execute Story:
{
"username": "prasen@genrocket.com",
"clientAppId": "XXXXXXXX-XXXX-4265-98d2-XXXXXXXXXXXX",
"clientUserId": "XXXXXXXX-XXXX-4270-8474-XXXXXXXXXXXX",
"storySuite": "RepoStories",
"story": "RepoStory1",
"repoName": "BankDemo"
}Example success response:
{
"success": true,
"queueId": 11,
"message": "Request to execute Story RepoStory1 in suite RepoStories of Repo
BankDemo has been pushed to Queue"
}