curl --request PATCH \
--url https://api.getfernand.com/knowledge/articles/{id}/collections \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"sort": 2,
"collection_id": 123
}
'[
{
"article_id": 123,
"collection_id": 123,
"sort": 2
}
]curl --request PATCH \
--url https://api.getfernand.com/knowledge/articles/{id}/collections \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"sort": 2,
"collection_id": 123
}
'[
{
"article_id": 123,
"collection_id": 123,
"sort": 2
}
]ID of the article to reorder.
Was this page helpful?