Management UI
Create portal menu link
Create a new portal menu link. For an EXTERNAL link, provide a name and a target.
User must have the ENVIRONMENT_SETTINGS[UPDATE] permission.
post/ui/portal-menu-links
Request body
Example request
{
"name": "My custom link",
"type": "EXTERNAL",
"target": "https://gravitee.io",
"visibility": "PUBLIC"
}Response
The created portal menu link
Example response
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"name": "My custom link",
"type": "EXTERNAL",
"target": "https://gravitee.io",
"visibility": "PRIVATE",
"order": 2
}