PATCH
/
send
/
groups
/
{id}
curl --request PATCH \
  --url https://staging-api.chip-in.asia/api/send/groups/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 1,
  "name": "First edited group",
  "created_at": 1619740800,
  "updated_at": 1619740801
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

epoch
integer
required

Unix epoch timestamp

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required

Query Parameters

name
string
required

Response

200 - application/json
id
integer
name
string
created_at
string

Object creation time in UTC

updated_at
string

Object creation time in UTC