Favorite
curl --request PUT \
--url https://api.realtimelca.com/rest/api/BuildingProject/BuildingProject/{id}/favorite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Favorite
Marks or unmarks a building project as a favorite for the authenticated user.
Endpoint: PUT {{lcabaseUrl}}/BuildingProject/BuildingProject/:id/favorite
PUT
/
BuildingProject
/
BuildingProject
/
{id}
/
favorite
Favorite
curl --request PUT \
--url https://api.realtimelca.com/rest/api/BuildingProject/BuildingProject/{id}/favorite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ProjectId
Query Parameters
bool
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

