curl --request POST \ --url https://cloud.activepieces.com/api/v1/projects/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "notifyStatus": "NEVER", "displayName": "<string>", "plan": { "teamMembers": 123, "tasks": 123, "pieces": [ "<string>" ], "piecesFilterType": "NONE" } }'
{ "id": "<string>", "created": "<string>", "updated": "<string>", "ownerId": "<string>", "displayName": "<string>", "notifyStatus": "NEVER", "platformId": "<string>", "externalId": "<string>", "usage": { "tasks": 123, "teamMembers": 123 }, "plan": { "id": "<string>", "created": "<string>", "updated": "<string>", "projectId": "<string>", "name": "<string>", "minimumPollingInterval": 123, "piecesFilterType": "NONE", "pieces": [ "<string>" ], "connections": 123, "teamMembers": 123, "tasks": 123 } }
Use your api key generated from the admin console
NEVER
Show child attributes
NONE