curl --request PATCH \ --url https://api.projectdiscovery.io/v1/assets/{asset_id}/contents \ --header 'Content-Type: application/octet-stream' \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "update_status": "<string>" }
use options like: type, replace
The body is of type file.
file
Was this page helpful?