PUT
/
pages
/
{id}
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>"
}

Authorizations

x-phishy-api-key
string
header
required

Body

application/json

Updated details of the page

The body is of type object.

Response

200
application/json

Page updated successfully

The response is of type object.