Settings
Set Settings
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- PUTUpdate Group Members
- PUTUpdate Group Setting
- PUTToggle Ephemeral
- DELLeave Group
Chatwoot
RabbitMQ
WebSocket
Settings
Set Settings
Set settings
POST
/
settings
/
set
/
{instance}
curl --request POST \
--url https://{server-url}/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reject_call": true,
"msg_call": "<string>",
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": true
}'
{
"settings": {
"instanceName": "teste-docs",
"settings": {
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
}
}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Response
201 - application/json
Created
The response is of type object
.
curl --request POST \
--url https://{server-url}/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"reject_call": true,
"msg_call": "<string>",
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": true
}'
{
"settings": {
"instanceName": "teste-docs",
"settings": {
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
}
}