Update a branding theme attribute
patch
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
AttributesUniqID: integer
This is the hash key of the attributes which make up the composite key--- ThemeId and AttributeId ---for the Theme Attributes resource and used to uniquely identify an instance of Theme Attributes. The client should not generate the hash key value. Instead, the client should query on the Theme Attributes collection resource with a filter on the primary key values in order to navigate to a specific instance of Theme Attributes.
For example: Attributes?q=ThemeId=<value1>;AttributeId=<value2> -
ThemeId: string
The unique identifier of the branding theme.
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorThemeDefinitions-Attributes-item
Type:
Show Source
object-
AttributeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme attribute. -
AttributeLongValue(optional):
string
The static long value of the branding theme attribute.
-
AttributeShortValue(optional):
string
Maximum Length:
250The static short value of the branding theme attribute. -
AttributeStringValue(optional):
string
Maximum Length:
250The label of the branding theme attribute. -
AttributeTypeValue(optional):
string
Maximum Length:
4The type value of the branding theme attribute. -
links(optional):
array Items
Title:
ItemsLink Relations -
ThemeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorThemeDefinitions-Attributes-item
Type:
Show Source
object-
AttributeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme attribute. -
AttributeLongValue(optional):
string
The static long value of the branding theme attribute.
-
AttributeShortValue(optional):
string
Maximum Length:
250The static short value of the branding theme attribute. -
AttributeStringValue(optional):
string
Maximum Length:
250The label of the branding theme attribute. -
AttributeTypeValue(optional):
string
Maximum Length:
4The type value of the branding theme attribute. -
links(optional):
array Items
Title:
ItemsLink Relations -
ThemeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.