Skip to main content
PUT
/
protocol
/
plans
/
{planId}
/
list
/
{activate}
Activate/Deactivate Plan
curl --request PUT \
  --url https://api.sandbox.nevermined.dev/api/v1/protocol/plans/{planId}/list/{activate} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

planId
integer
required

The plan's unique identifier

activate
boolean
required

true to list, false to unlist

Response

Status updated

success
boolean
Example:

true