Add project to favorites
POST/api/admin/projects/:projectId/favorites
This endpoint marks the project in the url as favorite
Request
Responses
- 200
- 401
- 404
This response has no body.
Authorization information is missing or invalid. Provide a valid API token as the authorization
header, e.g. authorization:*.*.my-admin-token
.
The requested resource was not found.