Replace Customization
Replace the portal customization options.
Path parameters
The Portal identifier
Request body
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.
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 4 of the 52 revisions of this API.213
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
/became not nullablerequest-property-became-not-nullable
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
/new-optional-request-property
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○