add-a-bookmark-to-a-list.api.mdx•2.91 kB
---
id: add-a-bookmark-to-a-list
title: "Add a bookmark to a list"
description: "Add the bookmarks to a list"
sidebar_label: "Add a bookmark to a list"
hide_title: true
hide_table_of_contents: true
api: eJzNVE1v2zAM/SsCTxugxenQYYVv2WFYh2EothQ7BDkwFhOrsS1Vkttkhv77QNn5arPuMgw72ZYfxcfHR3agyBdO26BNAzlMlBKhJLEwZl2jW3sRjEBRaR9AQsCVh3wGX7QPHuYSPBWt02EL+ayDBaEjN2lDCflsHucSLDqsKZDzCeCLkmqEvIOwtQQ5+OB0swIJtMHaVnykSatqs13Vj3dX783m57tyE4Iprji7DgnC2a8VRAmO7lvtSEEeXEsSGqwZUPUACZpLshhKiPKvpf8wSPMihcUBdEJjzhHemsaTZyZvx5f8OG3CVyMK0wRqgnhz0g3xiF6gUpRSX47Hz2N37ARWjlBthW523Rvu5Bi0ttIFckx25znwjDxmcUcFB1pnLLmge8qFUfRcxCihJu9xde7fiU6z/oYDfh5jTOWckYJ7LYw7KNCYIJambdT/XlCKD6VR3Ps2ZWUH5JBxO3zW9S6N2X7Usu7gmgg8XO5hNzqtqyCHDpVy5H3M0Ors4QIkPKDTuKj6SobfvYxLbKsAOZQhWJ9nWXDbUWnQKXIjtBbkE6mnJYnhAmGWyXcDXPRMIMZ4NPPfWd4+7/Hk77XivFxFgvFIJBDI4eWjcTUyv88/pklQ3SwNh3PNPaOL0Xg0Ppq8TwOdyc31WfaTm2uxNC5R32G50ijBGh9qTLYYJpQ3HR58dbzmTm7uDjb703bs6w60CZmtUDecODWuG3o/S6vJg4R8v6P2d/Hp0dqYSyiNDxzUdQv0dOuqGPn4viXHG3d+6H7yiNKe3xXkS6w8vVDHq2+DeV+L3/EeDrHZJpNVLX+BhDVtDxuWt+o/zHqkTpxHCSWhIpdq7wGToiAbjkKfrQU28H4sb26nIAFPbfvEpun2s7S6rkdMzZqaGPcsA38zwRh/AdhohEQ=
sidebar_class_name: "put api-method"
info_path: API/hoarder-api
custom_edit_url: null
hide_send_button: true
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Add a bookmark to a list"}
>
</Heading>
<MethodEndpoint
method={"put"}
path={"/lists/{listId}/bookmarks/{bookmarkId}"}
context={"endpoint"}
>
</MethodEndpoint>
Add the bookmarks to a list
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={[{"schema":{"type":"string","example":"ieidlxygmwj87oxz5hxttoc8","title":"ListId"},"required":true,"name":"listId","in":"path"},{"schema":{"type":"string","example":"ieidlxygmwj87oxz5hxttoc8","title":"BookmarkId"},"required":true,"name":"bookmarkId","in":"path"}]}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={undefined}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{"204":{"description":"No content - the bookmark was added"},"400":{"description":"Bookmark already in list","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}},"404":{"description":"List or bookmark not found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}}}}
>
</StatusCodes>