Skip to content

Commit ad88fb2

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(oracle-epm): clarify credential REST base URL
1 parent fa2fc7f commit ad88fb2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/sim/lib/credentials/client-credential-accounts/descriptors.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,12 @@ export const CLIENT_CREDENTIAL_ACCOUNT_DESCRIPTORS: Record<
540540
fields: [
541541
{
542542
id: 'orgId',
543-
label: 'Environment URL',
544-
placeholder: 'https://example.oraclecloud.com/epmcloud',
543+
label: 'REST Base URL',
544+
placeholder: 'https://example.oraclecloud.com',
545545
secret: false,
546546
hintPattern: /^https:\/\//,
547-
hintMessage: 'Expected the full HTTPS URL for one Oracle EPM environment.',
547+
hintMessage: 'Expected the HTTPS REST base URL for one Oracle EPM environment.',
548+
hint: 'Enter the HTTPS base URL for your environment without /epmcloud or an API endpoint path. Include a gateway prefix only if your deployment requires it.',
548549
},
549550
{
550551
id: 'clientId',

0 commit comments

Comments
 (0)