Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Update Page

Updates all or part of an existing Page definition or instance, depending on scope. The Page is identified by its definition label, included as the last part of the URI path.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/page/item/{page definition label}

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the Page.
format
String
The format of the results.
xml
json
xml
layout
String
The markup name of the updated Layout to use for the Page.
theme
String
The markup name of the updated Theme to use for the Page.
title
String
The updated title for the Page.
description
String
The updated description for the Page.
locale
String
The locale to use for the title and description of the updated Page. Must be of the format: lang-country-variant ie. [nn], [nn-nn], or [nn-nn-nnnn].
Preferred locale from request.
scope
String
The scope at which to perform the update operation, one of library definition, admin instance or a visitor's customized instance
library
admin
visitor
library
portal
String
For 'admin' or 'visitor' scope, the Portal that contains the Page.
desktop
String
For 'admin' or 'visitor' scope, the Desktop that contains the Page.
username
String
For 'visitor' scope only. If username is specified, any operation will be done as an administrator (and will require admin privileges), affecting the specified username's customized Page instance. If username is omitted, any operation will be done as the logged-in user, affecting their own Page instance.

Input Example

/bea/wlp/api/page/item/page_1?webapp=myWebapp&portal=myPortal&desktop=myDesktop&username=Bob&scope=visitor&title=New%20Title&theme=alert&layout=singleColumnLayout

Return Example

<rsp/>
Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Copyright 2011, Oracle. All rights reserved.