curl --request POST \
--url https://api.getfernand.com/knowledge/links \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"title": "Contact Us",
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER"
}
'{
"id": 123,
"sort": 1,
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER",
"title": "Contact Us"
}curl --request POST \
--url https://api.getfernand.com/knowledge/links \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"title": "Contact Us",
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER"
}
'{
"id": 123,
"sort": 1,
"url": "https://piedpiper.com/contact",
"target": "_blank",
"position": "HEADER",
"title": "Contact Us"
}Display text for the link (required).
60"Contact Us"
Destination URL (required, automatically prefixed with https:// if missing).
250"https://piedpiper.com/contact"
Link target behavior - _blank opens in new tab, _self opens in same window (required).
_blank, _self 6"_blank"
Where the link should be displayed (required, case-insensitive).
HEADER, FOOTER 6"HEADER"
Link created successfully.
Navigation link combined with language-specific content. Inherits all properties from KnowledgeLink model and adds language-specific fields.
Unique identifier for the link.
Sort order within the position (HEADER or FOOTER).
1
Destination URL for the link.
250"https://piedpiper.com/contact"
Link target behavior - _blank for new tab, _self for same window.
_blank, _self 6"_blank"
Where the link is displayed in the knowledge base.
HEADER, FOOTER 6"HEADER"
Display text for the link shown in navigation.
250"Contact Us"
Was this page helpful?