Controls the plan’s public listing status.
cURL
curl --request PUT \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/plans/{planId}/list/{activate} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The plan's unique identifier
true to list, false to unlist
Status updated
true