POST
/
v1
/
template
/
share
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
}'
{}

Authorizations

X-API-Key
string
header
required

Body

application/json
template_id
string
is_public
boolean

Response

200
application/json
Example response

The response is of type object.