curl --request PUT \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/asset-access \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"access_of_assets": "<string>",
"accessible_assets": [
{
"accessible_assets[].asset_type": "<string>",
"accessible_assets[].asset_id": 123
}
]
}
'{
"message": "<string>"
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/asset-access \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"access_of_assets": "<string>",
"accessible_assets": [
{
"accessible_assets[].asset_type": "<string>",
"accessible_assets[].asset_id": 123
}
]
}
'{
"message": "<string>"
}Modifies a team’s asset-level access for the specified location. You can grant full access to all assets or restrict access to specific assets.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
full_access or limited_access.