curl --request POST \ --url https://api.projectdiscovery.io/v1/template/share \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "template_id": "<string>", "is_public": true }'
{ "message": "<string>", "template_id": "<string>", "status": true }
Was this page helpful?