Returns the permissions the logged in user has for the given food share point
GET
/api/food-share-points/{foodSharePointId}/permissions
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
foodSharePointId*
Typestring
RequiredPattern
"[1-9][0-9]*"Responses
Success.
application/json
JSON
{
"isFollower": false,
"mayEdit": false,
"mayDelete": false
}