Portal Customization

Update Customization

Update the portal customization options, merging properties.

patch/v3/portals/{portalId}/customization

Path parameters

portalIdstring uuid required
Example:f32d905a-ed33-46a3-a093-d8f536af9a8a

ID of the portal.

Request body

layoutstring
cssstring nullable
robotsstring nullable

Example request

{
  "theme": {
    "colors": {
      "primary": "#000000"
    }
  },
  "menu": {
    "main": [
      {
        "path": "/about/company",
        "title": "My Page",
        "visibility": "public"
      }
    ],
    "footer_sections": [
      {
        "items": [
          {
            "path": "/about/company",
            "title": "My Page",
            "visibility": "public"
          }
        ]
      }
    ],
    "footer_bottom": [
      {
        "path": "/about/company",
        "title": "My Page",
        "visibility": "public"
      }
    ]
  }
}

Response

The current customization options for a portal.

layoutstring
cssstring nullable
robotsstring nullable

Example response

{
  "theme": {
    "colors": {
      "primary": "#000000"
    }
  },
  "menu": {
    "main": [
      {
        "path": "/about/company",
        "title": "My Page",
        "visibility": "public"
      }
    ],
    "footer_sections": [
      {
        "items": [
          {
            "path": "/about/company",
            "title": "My Page",
            "visibility": "public"
          }
        ]
      }
    ],
    "footer_bottom": [
      {
        "path": "/about/company",
        "title": "My Page",
        "visibility": "public"
      }
    ]
  }
}

Changes

Changed in 7 of the 75 revisions of this API.23142

    • the request property menu became not nullable

      request-property-became-not-nullable

    • the request property menu/footer_bottom became not nullable

      request-property-became-not-nullable

    • the request property menu/footer_sections became not nullable

      request-property-became-not-nullable

    • the request property menu/main became not nullable

      request-property-became-not-nullable

    • the request property spec_renderer became not nullable

      request-property-became-not-nullable

    • the request property theme became not nullable

      request-property-became-not-nullable

    • the request property theme/colors became not nullable

      request-property-became-not-nullable

    • added the new type enum value to the allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

    • added the new optional request property spec_renderer/allow_custom_server_urls

      new-optional-request-property

    • added the optional property spec_renderer/allow_custom_server_urls to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 3c0154b2053a1619See the full diff
    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/source became nullable for the status 400

      response-property-became-nullable

    • the response property detail became nullable for the status 401

      response-property-became-nullable

    • the response property instance became nullable for the status 401

      response-property-became-nullable

    • the response property menu became nullable for the status 200

      response-property-became-nullable

    • the response property menu/footer_bottom became nullable for the status 200

      response-property-became-nullable

    • the response property menu/footer_sections became nullable for the status 200

      response-property-became-nullable

    • the response property menu/main became nullable for the status 200

      response-property-became-nullable

    • the response property spec_renderer became nullable for the status 200

      response-property-became-nullable

    • the response property status became nullable for the status 401

      response-property-became-nullable

    • the response property theme became nullable for the status 200

      response-property-became-nullable

    • the response property theme/colors became nullable for the status 200

      response-property-became-nullable

    • the response property title became nullable for the status 401

      response-property-became-nullable

    • the request property menu became nullable

      request-property-became-nullable

    • the request property menu/footer_bottom became nullable

      request-property-became-nullable

    • the request property menu/footer_sections became nullable

      request-property-became-nullable

    • the request property menu/main became nullable

      request-property-became-nullable

    • the request property spec_renderer became nullable

      request-property-became-nullable

    • the request property theme became nullable

      request-property-became-nullable

    • the request property theme/colors became nullable

      request-property-became-nullable

    • the hide_deprecated request property default value false was added

      request-property-default-value-added

    • the hide_internal request property default value false was added

      request-property-default-value-added

    • the infinite_scroll request property default value true was added

      request-property-default-value-added

    • the show_schemas request property default value true was added

      request-property-default-value-added

    • the try_it_insomnia request property default value true was added

      request-property-default-value-added

    • the try_it_ui request property default value true was added

      request-property-default-value-added

    • the hide_deprecated response's property default value false was added for the status 200

      response-property-default-value-added

    • the hide_internal response's property default value false was added for the status 200

      response-property-default-value-added

    • the infinite_scroll response's property default value true was added for the status 200

      response-property-default-value-added

    • the show_schemas response's property default value true was added for the status 200

      response-property-default-value-added

    • the try_it_insomnia response's property default value true was added for the status 200

      response-property-default-value-added

    • the try_it_ui response's property default value true was added for the status 200

      response-property-default-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property spec_renderer/hide_deprecated

      new-optional-request-property

    • added the new optional request property spec_renderer/hide_internal

      new-optional-request-property

    • the infinite_scroll request property default value true was removed

      request-property-default-value-removed

    • the show_schemas request property default value true was removed

      request-property-default-value-removed

    • the try_it_insomnia request property default value true was removed

      request-property-default-value-removed

    • the try_it_ui request property default value true was removed

      request-property-default-value-removed

    • added the optional property spec_renderer/hide_deprecated to the response with the 200 status

      response-optional-property-added

    • added the optional property spec_renderer/hide_internal to the response with the 200 status

      response-optional-property-added

    • the infinite_scroll response's property default value true was removed for the status 200

      response-property-default-value-removed

    • the show_schemas response's property default value true was removed for the status 200

      response-property-default-value-removed

    • the try_it_insomnia response's property default value true was removed for the status 200

      response-property-default-value-removed

    • the try_it_ui response's property default value true was removed for the status 200

      response-property-default-value-removed

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the infinite_scroll request property default value true was added

      request-property-default-value-added

    • the show_schemas request property default value true was added

      request-property-default-value-added

    • the try_it_insomnia request property default value true was added

      request-property-default-value-added

    • the try_it_ui request property default value true was added

      request-property-default-value-added

    • the infinite_scroll response's property default value true was added for the status 200

      response-property-default-value-added

    • the show_schemas response's property default value true was added for the status 200

      response-property-default-value-added

    • the try_it_insomnia response's property default value true was added for the status 200

      response-property-default-value-added

    • the try_it_ui response's property default value true was added for the status 200

      response-property-default-value-added

    • endpoint added

      endpoint-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog