Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / UpdateProjectOptions

Interface: UpdateProjectOptions ​

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:314

Options for updating an MRT project.

Properties ​

name? ​

optional name: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:323

New name for the project.


origin? ​

optional origin: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:339

MRT API origin URL.

Default ​

ts
"https://cloud.mobify.com"

projectSlug ​

projectSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:318

Project slug to update.


ssrRegion? ​

optional ssrRegion: "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-south-2" | "ap-northeast-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-3" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "il-central-1" | "me-central-1" | "sa-east-1"

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:333

New default AWS region for new targets.


url? ​

optional url: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:328

New URL for the project.

Released under the Apache-2.0 License.