Update a bookmark

PUT {{baseUrl}}/api/bookmarks/:id

Update a bookmark. You obtain the authorization token needed to execute the request using POST /auth/login; you obtain the project ID using GET /projects. You pass the authorization token and the project ID in the request header.You provide the ID of the bookmark you want to update in the path of the request which can be obtained using GET /shortcuts/{shortcutId}/bookmarks. You pass bookmark information to be updated in the body of the request.

Request Body

{"name"=>"enim pariatur veniam", "instanceId"=>"sunt Ut dolor"}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring(Required) Project ID
Content-Typestring