Skip to content

Commit

Permalink
Correct base branch for PR (#3850)
Browse files Browse the repository at this point in the history
Correct the lines

Signed-off-by: Jakub Balhar <jakub.balhar@broadcom.com>
  • Loading branch information
balhar-jakub authored Oct 16, 2024
1 parent 7334a82 commit 53f14b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ messages:
- The Gateway was not found. The Transform service cannot perform the request. Wait for the Gateway to be discovered.\n
- The URI is not valid. Ensure the service is providing a valid URL.\n
- Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n
- The path of the service URL is not valid. Ensure the service is providing the correct path."
- The path of the service URL is not valid. Ensure the service is providing the correct path.\n"

- key: org.zowe.apiml.apicatalog.serviceNotFound
number: ZWEAC706
Expand All @@ -124,7 +124,7 @@ messages:
action: "Refer to the specific printed message. Possible causes include:\n
- The URI is not valid. Ensure the service is providing a valid URL.\n
- Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n
- The path of the service URL is not valid. Ensure the service is providing the correct path."
- The path of the service URL is not valid. Ensure the service is providing the correct path.\n"

- key: org.zowe.apiml.apicatalog.StaticDefinitionGenerationFailed
number: ZWEAC709
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ messages:
text: "Unable to process static API definition data: '%s' - '%s'"
reason: "A problem occurred while parsing a static API definition file."
action: "Review the mentioned static API definition file for errors.\n
Refer to the specific log message to determine the exact cause of the problem:\n
Refer to the specific log message to determine the exact cause of the problem:\n\n
- ServiceId is not defined in the file '%s'. The instance will not be created. Make sure to specify the ServiceId.\n
- The `instanceBaseUrls` parameter of %s is not defined. The instance will not be created. Make sure to specify the `InstanceBaseUrl` property.\n
- The API Catalog UI tile ID %s is invalid. The service %s will not have an API Catalog UI tile. Specify the correct catalog title ID.\n
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const branchHash = randomBytes(32).toString('hex');
repo: 'docs-site',
title: 'Automatic update for the Error messages in API-Layer PR',
head: branch,
base: 'v3-doc-branch',
base: 'master',
body: 'Updated API ML error messages'
});

Expand Down

0 comments on commit 53f14b8

Please sign in to comment.