POST groups Id Group Picture
POST
/groups/{id}/group-pictureAuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idinteger
The unique identifier of the group for which the picture is being uploaded.
Format
int32image?string
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/groups/0/group-picture"{
"path": "string"
}{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}