put https://waapi.app/api/v1/instances/
Update the instance.
Log in to see full request history
Response
Update the instance.
xxxxxxxxxx
curl --request PUT \
--url https://waapi.app/api/v1/instances/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
20{
"data": {
"status": "success",
"instanceId": 1,
"name": "My first Instance",
"data": null,
"instanceStatus": "booting",
"instanceWebhook": "https://my.url.com/webhook/handler",
"instanceEvents": [
[
"message",
"qr"
]
]
},
"links": {
"self": "https://waapi.app/api/v1/instances/1"
},
"status": "success"
}