Manage
Parameters
Example
curl -X POST \
v1/pathways/manage \
-H 'Authorization: Basic <Your Base64 Encoded Token>' \
-d '{
"pathway" : "My Pathway",
"add" : ["test@example.com"],
"remove" : ["test2@example.com"]
}'Success Response
Success Response With Warning
Last updated