cURL
curl --request PUT \ --url http://base.url.com/pages/{id} \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data '{ "name": "<string>", "html": "<string>", "capture_credentials": false, "capture_passwords": false }'
{ "id": "<string>", "title": "<string>", "content": "<string>" }
Updates a specific page by ID
Updated details of the page
The body is of type object.
object
Page updated successfully
The response is of type object.