# \FavoriteApi
All URIs are relative to */api*
[**star**](FavoriteApi.md#star) | **POST** /w/{workspace}/favorites/star | star item
[**unstar**](FavoriteApi.md#unstar) | **POST** /w/{workspace}/favorites/unstar | unstar item
## star
> star(workspace, star_request)
star item
### Parameters
**workspace** | **String** | | [required] |
**star_request** | Option<[**StarRequest**](StarRequest.md)> | | |
### Return type
(empty response body)
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## unstar
> unstar(workspace, star_request)
unstar item
### Parameters
**workspace** | **String** | | [required] |
**star_request** | Option<[**StarRequest**](StarRequest.md)> | | |
### Return type
(empty response body)
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)