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

Update Portlet Category

Updates all or part of an existing portlet category definition.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/category/item

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the Portlet.
format
String
The format of the results.
xml
json
xml
categoryId (required)
Integer
The ID of the portlet category to update.
title
String
The new localized title of the portlet category.
description
String
The new localized description of the portlet category.
locale
String
The locale to use for the new title/description of the portlet category. Must be of the format: lang-country-variant ie. [nn], [nn-nn], or [nn-nn-nnnn].
Preferred locale from request.

Input Example

/bea/wlp/api/category/item?webapp=myWebApp&categoryId=1234&title=New%20Title&locale=en-us

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.