PUT
/
api
/
{session}
/
groups
/
{id}
/
subject
Atualizar o assunto do grupo
curl --request PUT \
  --url https://api.wappfy.com.br/api/{session}/groups/{id}/subject \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "subject": "<string>"
}'

Authorizations

apikey
string
header
required

Apikey

Path Parameters

id
string
required

ID do Grupo

Body

application/json
subject
string
required