Set Permissions
Resource Type
- Type:
map,dataset, ordata-connector
Resource ID
- Unique Identifier: UUID of the resource.
Permissions
- Permissions Object:
- Message: "Permissions set successfully"
Example API Call
curl --request POST \
--url https://data-api.foursquare.com/v1/permissions \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response
{
"message": "Permissions set successfully (2 created, 0 updated, 0 removed)."
}