diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index d9dbedb5e..aeb37d560 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -26949,6 +26949,20 @@ "semanticMethod": "POST", "preferredMethod": "POST", "parameters": [ + { + "name": "customization_profile_id", + "description": "The ID of the customization profile to use for the portal.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, { "name": "features", "description": "", @@ -27009,20 +27023,6 @@ "format": "boolean", "jsonType": "boolean" }, - { - "name": "customization_profile_id", - "description": "The ID of the customization profile to use for the portal.", - "isRequired": false, - "isDeprecated": false, - "deprecationMessage": "", - "isUndocumented": false, - "undocumentedMessage": "", - "isDraft": false, - "draftMessage": "", - "hasDefault": false, - "format": "id", - "jsonType": "string" - }, { "name": "exclude", "description": "Whether to exclude this feature from the portal.", @@ -27459,6 +27459,53 @@ } ] }, + { + "name": "locale", + "description": "The locale to use for the portal.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": true, + "default": "auto", + "format": "enum", + "jsonType": "string", + "values": [ + { + "name": "en-US", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" + }, + { + "name": "pt-PT", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" + }, + { + "name": "auto", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" + } + ] + }, { "name": "customer_data", "description": "", diff --git a/docs/api/customers/create_portal.md b/docs/api/customers/create_portal.md index b48f9f10b..f28e64f36 100644 --- a/docs/api/customers/create_portal.md +++ b/docs/api/customers/create_portal.md @@ -263,6 +263,12 @@ List of users. --- +**`customization_profile_id`** *String* + +The ID of the customization profile to use for the portal. + +--- + **`features`** *Object*
@@ -346,6 +352,12 @@ Configuration for the landing page when the portal loads. --- +**`locale`** *String* + +The locale to use for the portal. + +--- + ## Response diff --git a/package-lock.json b/package-lock.json index 7d6db1a7c..06255d08a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.651.0", + "@seamapi/types": "1.652.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.651.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.651.0.tgz", - "integrity": "sha512-x/7aIyly9rQ0gz0roY8Qt0DYPiS4Bfg3EZgjNmRRrex0KpYnN1YwJjkMYAP7mGenyBfK1PbLvU+GRNYAnnMW/A==", + "version": "1.652.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.652.0.tgz", + "integrity": "sha512-wYRaE1ofYbKOq8rtBz+Q3y5354sQ62n/R2SwRc6WEUiRAMQ7qr8F1DSXmkqxN9FZgCRivsfDJGG7tzvQNRdB4Q==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index e4438490e..e2dfc60d5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.651.0", + "@seamapi/types": "1.652.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",