Favorite a document
Favorite a folder or document for a specific user.
### Usage notes
- Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint.
- Retrieve the **inodeId** by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and using the `id` included in the response.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
memberId
Unique identifier of the member.
inodeId
Unique identifier of the document or folder.
Response
The response body.

