Newer Version Available

This content describes an older version of this product. View Latest

Link Capability Input

Create or update a link attached to a feed element.
Root XML tag
1<linkCapability>
2   <url>https://www.example.com</url>
3   <urlName>Example</urlName>
4</linkCapability>
JSON example
1{
2   "url": "https://www.example.com",
3   "urlName": "Example"
4}
Properties
Name Type Description Required or Optional Available Version
url String URL of the link. Required 32.0
urlName String Name of the link. Optional 32.0