Blueticks
Groups

Set group picture

Replace the group picture.

Provide the image as file_data_url (base64 data URL, PNG/JPEG, ≤20 MiB) or url (https). You can also upload a file as multipart/form-data with a file part. Requires groups:write.

In the Body panel, the Attach a file control has a content-type dropdown: application/json inlines the file as base64 in file_data_url, or multipart/form-data uploads the raw file — then press Send.

Request

curl -X PUT "https://api.blueticks.co/v1/groups/string/picture" \  -H "Content-Type: application/json" \  -d '{}'
PUT
/v1/groups/{id}/picture

Path Parameters

id*string

Request Body

application/json

Response

Response Body

application/json

application/json